Home
last modified time | relevance | path

Searched refs:gm_type (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_fip.c415 msg->gm_type = FIP_VNIC_LOGIN_ACK; in eibnx_fip_parse_pkt()
540 msg->gm_type = (gwi->gw_flag_ucast_advt) ? in eibnx_fip_parse_advt_pkt()
H A Denx_hdlrs.c692 if (msg.gm_type == FIP_VNIC_LOGIN_ACK) { in eibnx_process_rx()
700 if (msg.gm_type != FIP_GW_ADVERTISE_MCAST && in eibnx_process_rx()
701 msg.gm_type != FIP_GW_ADVERTISE_UCAST) { in eibnx_process_rx()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h266 eibnx_gw_pkt_type_t gm_type; member