Home
last modified time | relevance | path

Searched refs:is_resp (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/ofed/management/libibmad/src/
HDmad.c111 int is_resp = rpc->method & IB_MAD_RESPONSE; in mad_encode() local
115 mad_set_field(buf, 0, IB_MAD_RESPONSE_F, is_resp ? 1 : 0); in mad_encode()
127 mad_set_field(buf, 0, IB_DRSMP_HOPPTR_F, is_resp ? drpath->cnt + 1 : 0x0); in mad_encode()
129 mad_set_field(buf, 0, IB_DRSMP_DIRECTION_F, is_resp ? 1 : 0); /* out */ in mad_encode()
151 if (is_resp) in mad_encode()
/NextBSD/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_ts.c71 OUT uint8_t * is_resp, in __osm_set_p_madw_and_resp_by_wrid() argument
74 *is_resp = wrid & 0x0000000000000001; in __osm_set_p_madw_and_resp_by_wrid()
378 IN boolean_t is_resp, in __osm_ts_send_callback() argument
388 "Handling Send of MADW:%p Is Resp:%d.\n", madw_p, is_resp); in __osm_ts_send_callback()
391 if (is_resp) { in __osm_ts_send_callback()
HDosm_vendor_mtl.c76 OUT uint8_t * is_resp, in __osm_set_p_madw_and_resp_by_wrid() argument
79 *is_resp = wrid & 0x0000000000000001; in __osm_set_p_madw_and_resp_by_wrid()
524 uint8_t is_resp; in __osm_mtl_send_callback() local
529 __osm_set_p_madw_and_resp_by_wrid(wrid, &is_resp, &madw_p); in __osm_mtl_send_callback()
533 "Handling Send of MADW:%p Is Resp:%d.\n", madw_p, is_resp); in __osm_mtl_send_callback()
536 if (is_resp) { in __osm_mtl_send_callback()
HDosm_vendor_mlx_dispatcher.c196 boolean_t is_resp = osmv_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()