Searched refs:next_batch (Results 1 – 2 of 2) sorted by relevance
639 uint32_t next_batch; in skt_netif_send_and_receive() local647 next_batch = payload.packet_number + batch_size; in skt_netif_send_and_receive()648 if (next_batch > how_many) { in skt_netif_send_and_receive()649 next_batch = how_many; in skt_netif_send_and_receive()653 next_batch, packet_prehook); in skt_netif_send_and_receive()
1676 uint32_t next_batch; in send_and_receive() local1678 next_batch = payload.packet_number in send_and_receive()1680 if (next_batch > how_many) { in send_and_receive()1681 next_batch = how_many; in send_and_receive()1688 next_batch, FALSE, FALSE, in send_and_receive()1989 uint32_t next_batch; in ping_pong() local1999 next_batch = payload.packet_number + batch_size; in ping_pong()2000 if (next_batch > how_many) { in ping_pong()2001 next_batch = how_many; in ping_pong()2042 sizeof(payload), next_batch, TRUE, FALSE, in ping_pong()[all …]