Home
last modified time | relevance | path

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

/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c450 uint32_t n_pkts = 0, n_bytes = 0; in nx_netif_host_output() local
567 n_bytes += m->m_pkthdr.len; in nx_netif_host_output()
593 pkt_chain_head, pkt_chain_tail, n_pkts, n_bytes, false, &pkt_drop); in nx_netif_host_output()
598 n_pkts, n_bytes, false, &pkt_drop); in nx_netif_host_output()
H A Dnx_netif_gso.c276 uint32_t n, n_pkts, n_bytes; in netif_gso_tcp_segment_mbuf() local
412 n_bytes = total_len + (state->hlen * (n_pkts - 1)); in netif_gso_tcp_segment_mbuf()
415 n_pkts, n_bytes); in netif_gso_tcp_segment_mbuf()
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1083 *n_bytes = 0; in fsw_rx_ring_dequeue_pktq()
1159 *n_bytes = 0; in fsw_tx_ring_dequeue_pktq()
1237 n_bytes += pkt->pkt_length; in fsw_ring_enqueue_pktq()
2523 total_bytes += n_bytes; in fsw_devna_rx()
2525 n_bytes = 0; in fsw_devna_rx()
4068 uint32_t n_bytes; in fsw_dev_ring_flush() local
4070 if (n_bytes == 0) { in fsw_dev_ring_flush()
4074 total_bytes += n_bytes; in fsw_dev_ring_flush()
4105 uint32_t n_bytes; in fsw_user_ring_flush() local
4110 if (n_bytes == 0) { in fsw_user_ring_flush()
[all …]
/xnu-11215/osfmk/arm64/
H A DWKdmDecompress_16k.s108 #define n_bytes x3 macro
176 cmp r12, n_bytes // finished processing all the bytes?
H A DWKdmDecompress_4k.s108 #define n_bytes x3 macro
176 cmp r12, n_bytes // finished processing all the bytes?