Home
last modified time | relevance | path

Searched refs:gw_ctrl_qpn (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_q.c362 new_gwi->gw_addr.ga_qpn = gwi->gw_ctrl_qpn; in eibnx_add_gw_to_gwlist()
374 new_gwi->gw_ctrl_qpn = gwi->gw_ctrl_qpn; in eibnx_add_gw_to_gwlist()
469 if (new_gwi->gw_ctrl_qpn != orig_gwi->gw_ctrl_qpn) { in eibnx_replace_gw_in_gwlist()
471 "from 0x%lx to 0x%lx", orig_gwi->gw_ctrl_qpn, in eibnx_replace_gw_in_gwlist()
472 new_gwi->gw_ctrl_qpn); in eibnx_replace_gw_in_gwlist()
474 orig_gwi->gw_ctrl_qpn = new_gwi->gw_ctrl_qpn; in eibnx_replace_gw_in_gwlist()
594 orig_gwi->gw_addr.ga_qpn = new_gwi->gw_ctrl_qpn; in eibnx_replace_gw_in_gwlist()
H A Denx_misc.c206 gwi->gw_ctrl_qpn); in eibnx_create_node_props()
210 EIB_PROP_GW_CTRL_QPN, gwi->gw_ctrl_qpn, dip, ret); in eibnx_create_node_props()
H A Denx_fip.c546 gwi->gw_ctrl_qpn = (ntohl(desc_iba->ia_qpn) & FIP_IBA_QPN_MASK); in eibnx_fip_parse_advt_pkt()
H A Denx_hdlrs.c476 eib_gwi.gi_ctrl_qpn = gwi->gw_ctrl_qpn; in eibnx_gw_is_aware()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h223 ib_qpn_t gw_ctrl_qpn; member