Home
last modified time | relevance | path

Searched refs:nm_ifp (Results 1 – 4 of 4) sorted by relevance

/trueos/sys/dev/cxgbe/
HDt4_netmap.c107 struct ifnet *ifp = pi->nm_ifp; in cxgbe_nm_init_synchronized()
138 struct ifnet *ifp = pi->nm_ifp; in cxgbe_nm_uninit_synchronized()
156 MPASS(pi->nm_ifp == ifp); in cxgbe_nm_ioctl()
253 struct netmap_adapter *na = NA(pi->nm_ifp); in alloc_nm_rxq_hwq()
393 struct netmap_adapter *na = NA(pi->nm_ifp); in alloc_nm_txq_hwq()
1007 MPASS(pi->nm_ifp == NULL); in create_netmap_ifnet()
1029 pi->nm_ifp = ifp; in create_netmap_ifnet()
1064 na.ifp = pi->nm_ifp; in create_netmap_ifnet()
1092 if (pi->nm_ifp == NULL) in destroy_netmap_ifnet()
1095 netmap_detach(pi->nm_ifp); in destroy_netmap_ifnet()
[all …]
HDadapter.h253 struct ifnet *nm_ifp; member
HDt4_sge.c3071 struct netmap_adapter *na = NA(pi->nm_ifp); in alloc_nm_rxq()
3151 struct netmap_adapter *na = NA(pi->nm_ifp); in alloc_nm_txq()
HDt4_main.c1479 else if (ifp == pi->nm_ifp) in cxgbe_media_status()
2928 else if (ifp == pi->nm_ifp) { in update_mac_settings()