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

/freebsd-11.0-release/contrib/ofed/management/libibmad/src/
H A Dmad.c111 int is_resp = rpc->method & IB_MAD_RESPONSE; local
115 mad_set_field(buf, 0, IB_MAD_RESPONSE_F, is_resp ? 1 : 0);
127 mad_set_field(buf, 0, IB_DRSMP_HOPPTR_F, is_resp ? drpath->cnt + 1 : 0x0);
129 mad_set_field(buf, 0, IB_DRSMP_DIRECTION_F, is_resp ? 1 : 0); /* out */
151 if (is_resp)
/freebsd-11.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_ts.c71 OUT uint8_t * is_resp,
74 *is_resp = wrid & 0x0000000000000001;
378 IN boolean_t is_resp,
388 "Handling Send of MADW:%p Is Resp:%d.\n", madw_p, is_resp);
391 if (is_resp) {
70 __osm_set_p_madw_and_resp_by_wrid(IN uint64_t wrid, OUT uint8_t * is_resp, OUT osm_madw_t ** pp_madw) argument
377 __osm_ts_send_callback(IN osm_ts_bind_info_t * bind_info_p, IN boolean_t is_resp, IN osm_madw_t * madw_p, IN IB_comp_status_t status) argument
H A Dosm_vendor_mtl.c76 OUT uint8_t * is_resp,
79 *is_resp = wrid & 0x0000000000000001;
524 uint8_t is_resp; local
529 __osm_set_p_madw_and_resp_by_wrid(wrid, &is_resp, &madw_p);
533 "Handling Send of MADW:%p Is Resp:%d.\n", madw_p, is_resp);
536 if (is_resp) {
75 __osm_set_p_madw_and_resp_by_wrid(IN uint64_t wrid, OUT uint8_t * is_resp, OUT osm_madw_t ** pp_madw) argument
H A Dosm_vendor_mlx_dispatcher.c196 boolean_t is_resp = osmv_mad_is_response(p_mad); local
205 if (FALSE == is_txn && TRUE == is_resp) {
217 if (TRUE == is_txn && FALSE == is_resp) {

Completed in 112 milliseconds