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

/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_listen.c1174 struct ifnet *hw_ifp, *ifp; local
1214 hw_ifp = vi->ifp; /* the (v)cxgbeX ifnet */
1215 m->m_pkthdr.rcvif = hw_ifp;
1216 tod = TOEDEV(hw_ifp);
1227 ifp = VLAN_DEVAT(hw_ifp, vid);
1231 ifp = hw_ifp;
1368 m->m_pkthdr.rcvif = hw_ifp;
1423 hw_ifp->if_input(hw_ifp, m);

Completed in 33 milliseconds