Searched refs:kern_channel_advance_slot (Results 1 – 11 of 11) sorted by relevance
| /xnu-8792.41.9/bsd/net/ |
| H A D | skywalk_stubs.c | 62 STUB(kern_channel_advance_slot);
|
| H A D | if_utun.c | 538 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_netif_sync_tx() 847 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_netif_sync_rx() 852 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_netif_sync_rx() 3262 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_kpipe_sync_tx() 3480 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_kpipe_sync_rx() 3489 kern_channel_advance_slot(tx_ring, tx_pslot); in utun_kpipe_sync_rx() 3594 kern_channel_advance_slot(rx_ring, rx_pslot); in utun_kpipe_sync_rx()
|
| H A D | if_headless.c | 740 kern_channel_advance_slot(tx_ring, last_tx_slot); in headless_nx_sync_tx() 827 kern_channel_advance_slot(rx_ring, last_rx_slot); in headless_nx_sync_rx()
|
| H A D | if_ipsec.c | 999 kern_channel_advance_slot(rx_ring, rx_pslot); in ipsec_kpipe_sync_rx() 1008 kern_channel_advance_slot(tx_ring, tx_pslot); in ipsec_kpipe_sync_rx() 1307 kern_channel_advance_slot(tx_ring, tx_pslot); in ipsec_netif_sync_tx() 1857 kern_channel_advance_slot(tx_ring, tx_pslot); in ipsec_netif_sync_rx() 1875 kern_channel_advance_slot(rx_ring, rx_pslot); in ipsec_netif_sync_rx()
|
| H A D | if_fake.c | 1314 kern_channel_advance_slot(rx_ring, last_rx_slot); in feth_rx_submit() 1934 kern_channel_advance_slot(tx_ring, last_tx_slot); in feth_nx_sync_tx()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_vp.c | 136 kern_channel_advance_slot(ring, last_slot); in netif_filter_deliver() 463 kern_channel_advance_slot(kring, last_slot); in netif_filter_na_txsync()
|
| H A D | nx_netif_vp.c | 191 kern_channel_advance_slot(ring, last_slot); in netif_deliver_pkt() 742 kern_channel_advance_slot(kring, last_slot); in netif_vp_na_txsync() 1141 kern_channel_advance_slot(ring, slot); in netif_vp_na_channel_event_notify()
|
| /xnu-8792.41.9/bsd/skywalk/channel/ |
| H A D | os_channel.h | 606 extern void kern_channel_advance_slot(const kern_channel_ring_t kring,
|
| H A D | channel_kern.c | 180 kern_channel_advance_slot(const kern_channel_ring_t kring, in kern_channel_advance_slot() function
|
| /xnu-8792.41.9/bsd/skywalk/nexus/kpipe/ |
| H A D | nx_kpipe_loopback.c | 446 kern_channel_advance_slot(rxkring, prs); in kplo_sync_tx() 447 kern_channel_advance_slot(txkring, pts); in kplo_sync_tx()
|
| /xnu-8792.41.9/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_vp.c | 606 kern_channel_advance_slot(ring, slot); in fsw_vp_na_channel_event_notify()
|