Searched refs:last_slot (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_filter_vp.c | 80 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_filter_deliver() local 115 last_slot = slot; in netif_filter_deliver() 135 if (last_slot != NULL) { in netif_filter_deliver() 136 kern_channel_advance_slot(ring, last_slot); in netif_filter_deliver() 375 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_filter_na_txsync() local 414 last_slot = slot; in netif_filter_na_txsync() 423 last_slot = slot; in netif_filter_na_txsync() 432 last_slot = slot; in netif_filter_na_txsync() 463 if (last_slot != NULL) { in netif_filter_na_txsync() 464 kern_channel_advance_slot(kring, last_slot); in netif_filter_na_txsync()
|
| H A D | nx_netif_vp.c | 141 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_deliver_pkt() local 163 slot = kern_channel_get_next_slot(ring, last_slot, NULL); in netif_deliver_pkt() 172 last_slot = slot; in netif_deliver_pkt() 194 if (last_slot != NULL) { in netif_deliver_pkt() 195 kern_channel_advance_slot(ring, last_slot); in netif_deliver_pkt() 679 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_vp_na_txsync() local 703 last_slot = slot; in netif_vp_na_txsync() 712 last_slot = slot; in netif_vp_na_txsync() 721 last_slot = slot; in netif_vp_na_txsync() 746 if (last_slot != NULL) { in netif_vp_na_txsync() [all …]
|
| /xnu-12377.41.6/tests/skywalk/ |
| H A D | skt_netifdirect.c | 302 channel_slot_t last_slot = NULL; variable 317 slot = os_channel_get_next_slot(port->tx_ring, last_slot, 379 last_slot = slot; 385 if (last_slot != NULL) { 386 error = os_channel_advance_slot(port->tx_ring, last_slot); 399 channel_slot_t last_slot = NULL; in skt_netif_channel_receive() local 414 slot = os_channel_get_next_slot(port->rx_ring, last_slot, in skt_netif_channel_receive() 442 last_slot = slot; in skt_netif_channel_receive() 469 if (last_slot != NULL) { in skt_netif_channel_receive() 470 error = os_channel_advance_slot(port->rx_ring, last_slot); in skt_netif_channel_receive()
|
| H A D | skt_xfer.c | 1142 channel_slot_t last_slot = NULL; variable 1157 slot = os_channel_get_next_slot(port->tx_ring, last_slot, 1222 last_slot = slot; 1228 if (last_slot != NULL) { 1229 error = os_channel_advance_slot(port->tx_ring, last_slot); 1246 channel_slot_t last_slot = NULL; in channel_port_send_fragments() local 1260 slot = os_channel_get_next_slot(port->tx_ring, last_slot, in channel_port_send_fragments() 1327 last_slot = slot; in channel_port_send_fragments() 1333 if (last_slot != NULL) { in channel_port_send_fragments() 1334 error = os_channel_advance_slot(port->tx_ring, last_slot); in channel_port_send_fragments() [all …]
|