Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c824 uint32_t n_pkts_max, struct pktq *pktq, uint32_t *n_bytes) in fsw_ring_dequeue_pktq() argument
835 *n_bytes = 0; in fsw_ring_dequeue_pktq()
858 *n_bytes += pkt->pkt_length; in fsw_ring_dequeue_pktq()
875 uint32_t n, n_pkts = 0, n_bytes = 0; in fsw_ring_enqueue_pktq() local
893 n_bytes += pkt->pkt_length; in fsw_ring_enqueue_pktq()
902 kr_update_stats(r, n_pkts, n_bytes); in fsw_ring_enqueue_pktq()
2053 uint32_t n_bytes = 0, n_pkts = 0; in fsw_devna_rx() local
2074 n_bytes += pkt->pkt_length; in fsw_devna_rx()
2090 total_bytes += n_bytes; in fsw_devna_rx()
2092 n_bytes = 0; in fsw_devna_rx()
[all …]
/xnu-8796.141.3/osfmk/arm64/
H A DWKdmDecompress_16k.s104 #define n_bytes x3 macro
171 cmp r12, n_bytes // finished processing all the bytes?
H A DWKdmDecompress_4k.s104 #define n_bytes x3 macro
171 cmp r12, n_bytes // finished processing all the bytes?
/xnu-8796.141.3/bsd/skywalk/nexus/netif/
H A Dnx_netif_gso.c274 uint32_t n, n_pkts, n_bytes; in netif_gso_tcp_segment_mbuf() local
396 n_bytes = total_len + (state->hlen * (n_pkts - 1)); in netif_gso_tcp_segment_mbuf()
399 n_pkts, n_bytes); in netif_gso_tcp_segment_mbuf()