Home
last modified time | relevance | path

Searched refs:gso_pkts (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1155 uint32_t gso_pkts; in fsw_tx_ring_dequeue_pktq() local
1179 gso_pkts = estimate_gso_pkts(pkt); in fsw_tx_ring_dequeue_pktq()
1187 gso_required = (gso_pkts != 0); in fsw_tx_ring_dequeue_pktq()
1189 if (gso_required != (gso_pkts != 0)) { in fsw_tx_ring_dequeue_pktq()
1193 *gso_pkts_estimate += gso_pkts; in fsw_tx_ring_dequeue_pktq()