mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
Dead code disabling
This commit is contained in:
@@ -805,14 +805,6 @@ static int arbel_post_send ( struct ib_device *ibdev,
|
||||
MLX_FILL_1 ( &wqe->ud, 3, ud_address_vector.sl, av->sl );
|
||||
gid = ( av->gid_present ? &av->gid : &arbel_no_gid );
|
||||
memcpy ( &wqe->ud.u.dwords[4], gid, sizeof ( *gid ) );
|
||||
|
||||
if ( ! av->gid_present ) {
|
||||
DBG ( "no_gid:\n" );
|
||||
DBG_HD ( &arbel_no_gid, sizeof ( arbel_no_gid ) );
|
||||
DBG ( "gid:\n" );
|
||||
DBG_HD ( &wqe->ud.u.dwords[4], 16 );
|
||||
}
|
||||
|
||||
MLX_FILL_1 ( &wqe->ud, 8, destination_qp, av->dest_qp );
|
||||
MLX_FILL_1 ( &wqe->ud, 9, q_key, av->qkey );
|
||||
MLX_FILL_1 ( &wqe->data[0], 0, byte_count, iob_len ( iobuf ) );
|
||||
@@ -829,11 +821,6 @@ static int arbel_post_send ( struct ib_device *ibdev,
|
||||
f, 1,
|
||||
always1, 1 );
|
||||
|
||||
|
||||
DBG ( "arbel_post_send()\n" );
|
||||
DBG_HD ( wqe, sizeof ( *wqe ) );
|
||||
|
||||
|
||||
/* Update doorbell record */
|
||||
barrier();
|
||||
qp_db_rec = &arbel->db_rec[arbel_send_wq->doorbell_idx].qp;
|
||||
|
||||
Reference in New Issue
Block a user