Searched refs:last_slot (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.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() 676 kern_channel_slot_t last_slot = NULL, slot = NULL; in netif_vp_na_txsync() local 700 last_slot = slot; in netif_vp_na_txsync() 709 last_slot = slot; in netif_vp_na_txsync() 718 last_slot = slot; in netif_vp_na_txsync() 743 if (last_slot != NULL) { in netif_vp_na_txsync() [all …]
|
| /xnu-11417.121.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 | 1141 channel_slot_t last_slot = NULL; variable 1156 slot = os_channel_get_next_slot(port->tx_ring, last_slot, 1221 last_slot = slot; 1227 if (last_slot != NULL) { 1228 error = os_channel_advance_slot(port->tx_ring, last_slot); 1245 channel_slot_t last_slot = NULL; in channel_port_send_fragments() local 1259 slot = os_channel_get_next_slot(port->tx_ring, last_slot, in channel_port_send_fragments() 1326 last_slot = slot; in channel_port_send_fragments() 1332 if (last_slot != NULL) { in channel_port_send_fragments() 1333 error = os_channel_advance_slot(port->tx_ring, last_slot); in channel_port_send_fragments() [all …]
|