Home
last modified time | relevance | path

Searched refs:nifna_up (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_compat.c228 nifs = &NX_NETIF_PRIVATE(NA(ifp)->nifna_up.na_nx)->nif_stats; in nx_netif_compat_ringcb()
343 struct nexus_adapter *na = &NA(ifp)->nifna_up; in nx_netif_compat_tx_intr()
1055 struct nexus_adapter *na = &NA(ifp)->nifna_up; in nx_netif_compat_receive()
1606 devna = &devnca->nca_up.nifna_up; in nx_netif_compat_attach()
1684 hostna = &hostnca->nca_up.nifna_up; in nx_netif_compat_attach()
1847 struct ifnet *ifp = nca->nca_up.nifna_up.na_ifp; in nx_netif_compat_catch_rx()
1850 ASSERT(!(nca->nca_up.nifna_up.na_flags & NAF_HOST_ONLY)); in nx_netif_compat_catch_rx()
H A Dnx_netif_poll.c336 struct nexus_adapter *na = &NA(ifp)->nifna_up; in netif_rxpoll_process_interrupt()
371 struct nexus_adapter *na = &NA(ifp)->nifna_up; in netif_rxpoll_compat_thread_cont()
H A Dnx_netif.h205 #define NIFNA(_na) (__container_of((_na), struct nexus_netif_adapter, nifna_up))
477 struct nexus_adapter nifna_up; member
H A Dnx_netif.c1309 static_assert(offsetof(struct nexus_netif_adapter, nifna_up) == 0); in na_netif_alloc()
1711 struct nexus_adapter *hwna = &NA(ifp)->nifna_up; in nx_netif_doorbell_internal()
2054 *rx_mit = (NX_PROV(nifna->nifna_up.na_nx)->nxprov_flags & in nx_netif_mit_config()
2287 devna = &devnifna->nifna_up; in nx_netif_attach()
2368 hostna = &hostnifna->nifna_up; in nx_netif_attach()
3577 struct nexus_adapter *na = &nifna->nifna_up;
3957 struct nexus_adapter *na = &nifna->nifna_up;
3997 struct nexus_adapter *na = &nifna->nifna_up;
4071 !NA_IS_ACTIVE(&NA(ifp)->nifna_up) ||
4072 ((NA(ifp)->nifna_up.na_flags & NAF_VIRTUAL_DEVICE) != 0) ||
[all …]
H A Dnx_netif_vp.c490 struct __kern_channel_ring *ring = &dev_nifna->nifna_up.na_tx_rings[0]; in netif_vp_send_pkt_chain_low_latency()
635 struct nexus_adapter *na = &dev_nifna->nifna_up; in netif_vp_send_pkt_chain()
H A Dnx_netif_util.c556 struct nexus_adapter *na = &nifna->nifna_up; in nx_netif_pkt_to_pkt()
/xnu-12377.81.4/bsd/skywalk/channel/
H A Dchannel_kern.c489 hwna = &ifp->if_na->nifna_up; in _kern_channel_flowadv_signal()
563 hwna = &ifp->if_na->nifna_up; in kern_channel_flowadv_report_congestion_event()
/xnu-12377.81.4/bsd/net/
H A Dif_redirect.c350 native = (dev_nifna->nifna_up.na_type == NA_NETIF_DEV); in redirect_tx_submit()
351 compat = (dev_nifna->nifna_up.na_type == NA_NETIF_COMPAT_DEV); in redirect_tx_submit()
/xnu-12377.81.4/bsd/skywalk/nexus/
H A Dnexus_kern.c1476 uuid_copy(nx_uuid, if_na->nifna_up.na_nx->nx_uuid); in kern_nexus_get_netif_instance()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c462 fsw->fsw_nifna = &ifp->if_na->nifna_up; in fsw_setup_ifp()