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

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_utils.c448 if (statep->stored_reply_addr.cm_qp_entry != NULL)
449 ibcm_release_qp(statep->stored_reply_addr.cm_qp_entry);
452 (void) ibcm_free_out_msg(statep->stored_reply_addr.ibmf_hdl,
456 (void) ibcm_free_out_msg(statep->stored_reply_addr.ibmf_hdl,
460 (void) ibcm_free_out_msg(statep->stored_reply_addr.ibmf_hdl,
464 (void) ibcm_free_out_msg(statep->stored_reply_addr.ibmf_hdl,
468 (void) ibcm_free_out_msg(statep->stored_reply_addr.ibmf_hdl,
H A Dibcm_ti.c463 /* Initialize the MAD destination address in stored_reply_addr */
584 statep->stored_reply_addr.cm_qp_entry = cm_qp_entry;
833 /* Initialize statep->stored_reply_addr */
834 statep->stored_reply_addr.ibmf_hdl = ibmf_hdl;
837 statep->stored_reply_addr.grh_hdr = cm_reply_addr.grh_hdr;
838 statep->stored_reply_addr.rcvd_addr = cm_reply_addr.rcvd_addr;
839 statep->stored_reply_addr.grh_exists = cm_reply_addr.grh_exists;
840 statep->stored_reply_addr.port_num = cm_reply_addr.port_num;
1178 status = ibcm_alloc_out_msg(statep->stored_reply_addr.ibmf_hdl,
2340 statep->stored_reply_addr
[all...]
H A Dibcm_sm.c1111 &statep->stored_reply_addr);
1113 if (statep->stored_reply_addr.cm_qp_entry == NULL) {
1174 stored_reply_addr.ibmf_hdl,
1353 statep->stored_reply_addr.ibmf_hdl,
1534 statep->stored_reply_addr.rcvd_addr.ia_remote_qno =
1659 stored_reply_addr.ibmf_hdl,
1710 stored_reply_addr.ibmf_hdl,
2435 if (ibcm_alloc_out_msg(statep->stored_reply_addr.ibmf_hdl,
3257 (void) ibcm_free_out_msg(statep->stored_reply_addr.ibmf_hdl,
3336 (void) ibcm_free_out_msg(statep->stored_reply_addr
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibcm/
H A Dibcm_impl.h300 * stored_reply_addr : Address for replying using the stored mad
378 ibcm_mad_addr_t stored_reply_addr; member in struct:ibcm_state_data_s
484 remote_qpn pkt_life_time remote_ack_delay rc_alt_pkt_lt stored_reply_addr

Completed in 68 milliseconds