Searched refs:p_resp_sa_mad (Results 1 – 2 of 2) sorted by relevance
76 ib_sa_mad_t *p_resp_sa_mad; in cpi_rcv_respond() local98 p_resp_sa_mad = osm_madw_get_sa_mad_ptr(p_resp_madw); in cpi_rcv_respond()100 memcpy(p_resp_sa_mad, p_sa_mad, IB_SA_MAD_HDR_SIZE); in cpi_rcv_respond()101 p_resp_sa_mad->method |= IB_MAD_METHOD_RESP_MASK; in cpi_rcv_respond()103 p_resp_sa_mad->sm_key = 0; in cpi_rcv_respond()106 (ib_class_port_info_t *) ib_sa_mad_get_payload_ptr(p_resp_sa_mad); in cpi_rcv_respond()180 osm_dump_sa_mad_v2(sa->p_log, p_resp_sa_mad, FILE_ID, OSM_LOG_FRAMES); in cpi_rcv_respond()
367 ib_sa_mad_t *p_resp_sa_mad; in osm_sa_send_error() local389 p_resp_sa_mad = osm_madw_get_sa_mad_ptr(p_resp_madw); in osm_sa_send_error()393 *p_resp_sa_mad = *p_sa_mad; in osm_sa_send_error()394 p_resp_sa_mad->status = sa_status; in osm_sa_send_error()396 if (p_resp_sa_mad->method == IB_MAD_METHOD_SET) in osm_sa_send_error()397 p_resp_sa_mad->method = IB_MAD_METHOD_GET; in osm_sa_send_error()398 else if (p_resp_sa_mad->method == IB_MAD_METHOD_GETTABLE) in osm_sa_send_error()399 p_resp_sa_mad->attr_offset = 0; in osm_sa_send_error()401 p_resp_sa_mad->method |= IB_MAD_METHOD_RESP_MASK; in osm_sa_send_error()406 p_resp_sa_mad->sm_key = 0; in osm_sa_send_error()[all …]