Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c1344 if_t hw_ifp, ifp; in do_pass_accept_req() local
1370 hw_ifp = pi->vi[0].ifp; in do_pass_accept_req()
1371 m->m_pkthdr.rcvif = hw_ifp; in do_pass_accept_req()
1396 hw_ifp = vi->ifp; /* the cxgbe ifnet */ in do_pass_accept_req()
1397 m->m_pkthdr.rcvif = hw_ifp; in do_pass_accept_req()
1398 tod = TOEDEV(hw_ifp); in do_pass_accept_req()
1416 ifp = VLAN_DEVAT(hw_ifp, vid); in do_pass_accept_req()
1420 ifp = hw_ifp; in do_pass_accept_req()
1579 if_input(hw_ifp, m); in do_pass_accept_req()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c332 if_t ifp = NULL, hw_ifp = NULL; in find_real_listen_ep() local
344 hw_ifp = VLAN_TRUNKDEV(ifp); in find_real_listen_ep()
345 if (hw_ifp == NULL) { in find_real_listen_ep()
352 hw_ifp = ifp; in find_real_listen_ep()
376 if (hw_ifp == adap->port[i]->vi[0].ifp) { in find_real_listen_ep()