Searched refs:dev_nifna (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.81.5/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_vp.c | 478 netif_vp_send_pkt_chain_low_latency(struct nexus_netif_adapter *dev_nifna, in netif_vp_send_pkt_chain_low_latency() argument 482 struct nexus_adapter *na = &dev_nifna->nifna_up; in netif_vp_send_pkt_chain_low_latency() 484 struct netif_stats *nifs = &dev_nifna->nifna_netif->nif_stats; in netif_vp_send_pkt_chain_low_latency() 574 netif_vp_send_pkt_chain_common(struct nexus_netif_adapter *dev_nifna, in netif_vp_send_pkt_chain_common() argument 578 struct nx_netif *nif = dev_nifna->nifna_netif; in netif_vp_send_pkt_chain_common() 592 m = nx_netif_pkt_to_mbuf(dev_nifna, pkt, NETIF_CONVERT_TX); in netif_vp_send_pkt_chain_common() 599 p = nx_netif_pkt_to_pkt(dev_nifna, pkt, NETIF_CONVERT_TX); in netif_vp_send_pkt_chain_common() 613 struct nexus_netif_adapter *, dev_nifna, in netif_vp_send_pkt_chain_common() 628 netif_vp_send_pkt_chain(struct nexus_netif_adapter *dev_nifna, in netif_vp_send_pkt_chain() argument 631 struct nexus_adapter *na = &dev_nifna->nifna_up; in netif_vp_send_pkt_chain() [all …]
|
| H A D | nx_netif_filter_vp.c | 377 struct nexus_netif_adapter *dev_nifna; in netif_filter_na_txsync() local 386 dev_nifna = NIFNA(nx_port_get_na(KRNA(kring)->na_nx, in netif_filter_na_txsync() 470 err = nx_netif_filter_inject(dev_nifna, nifna->nifna_filter, in netif_filter_na_txsync()
|
| /xnu-10002.81.5/bsd/net/ |
| H A D | if_redirect.c | 328 struct nexus_netif_adapter *dev_nifna; in redirect_tx_submit() local 345 dev_nifna = NA(delegate_ifp); in redirect_tx_submit() 346 nif = dev_nifna->nifna_netif; in redirect_tx_submit() 349 native = (dev_nifna->nifna_up.na_type == NA_NETIF_DEV); in redirect_tx_submit() 350 compat = (dev_nifna->nifna_up.na_type == NA_NETIF_COMPAT_DEV); in redirect_tx_submit() 358 pkt = nx_netif_pkt_to_pkt(dev_nifna, spkt, NETIF_CONVERT_TX); in redirect_tx_submit() 372 m = nx_netif_pkt_to_mbuf(dev_nifna, spkt, NETIF_CONVERT_TX); in redirect_tx_submit()
|