Searched refs:gw_ctrl_qpn (Results 1 – 5 of 5) sorted by relevance
362 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()
202 gwi->gw_ctrl_qpn); in eibnx_create_node_props()206 EIB_PROP_GW_CTRL_QPN, gwi->gw_ctrl_qpn, dip, ret); in eibnx_create_node_props()
546 gwi->gw_ctrl_qpn = (ntohl(desc_iba->ia_qpn) & FIP_IBA_QPN_MASK); in eibnx_fip_parse_advt_pkt()
476 eib_gwi.gi_ctrl_qpn = gwi->gw_ctrl_qpn; in eibnx_gw_is_aware()
219 ib_qpn_t gw_ctrl_qpn; member