Searched refs:is_resp (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ofed/libibmad/ |
H A D | mad.c | 88 int is_resp = rpc->method & IB_MAD_RESPONSE; in mad_encode() local 93 mad_set_field(buf, 0, IB_MAD_RESPONSE_F, is_resp ? 1 : 0); in mad_encode() 116 is_resp ? drpath->cnt + 1 : 0x0); in mad_encode() 118 mad_set_field(buf, 0, IB_DRSMP_DIRECTION_F, is_resp ? 1 : 0); /* out */ in mad_encode() 141 if (is_resp) in mad_encode()
|
/freebsd/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_mtl.c | 75 OUT uint8_t * is_resp, in __osm_set_p_madw_and_resp_by_wrid() argument 78 *is_resp = wrid & 0x0000000000000001; in __osm_set_p_madw_and_resp_by_wrid() 521 uint8_t is_resp; in __osm_mtl_send_callback() local 526 __osm_set_p_madw_and_resp_by_wrid(wrid, &is_resp, &madw_p); in __osm_mtl_send_callback() 530 "Handling Send of MADW:%p Is Resp:%d.\n", madw_p, is_resp); in __osm_mtl_send_callback() 533 if (is_resp) { in __osm_mtl_send_callback()
|
H A D | osm_vendor_ts.c | 70 OUT uint8_t * is_resp, in __osm_set_p_madw_and_resp_by_wrid() argument 73 *is_resp = wrid & 0x0000000000000001; in __osm_set_p_madw_and_resp_by_wrid() 375 IN boolean_t is_resp, in __osm_ts_send_callback() argument 385 "Handling Send of MADW:%p Is Resp:%d.\n", madw_p, is_resp); in __osm_ts_send_callback() 388 if (is_resp) { in __osm_ts_send_callback()
|
H A D | osm_vendor_mlx_dispatcher.c | 196 boolean_t is_resp = ib_mad_is_response(p_mad); in __osmv_dispatch_route() local 205 if (FALSE == is_txn && TRUE == is_resp) { in __osmv_dispatch_route() 217 if (TRUE == is_txn && FALSE == is_resp) { in __osmv_dispatch_route()
|