Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_host.c449 uint32_t n_pkts = 0, n_bytes = 0; in nx_netif_host_output() local
582 n_bytes += m->m_pkthdr.len; in nx_netif_host_output()
608 pkt_chain_head, pkt_chain_tail, n_pkts, n_bytes, false, &pkt_drop); in nx_netif_host_output()
613 pkt_chain_tail, n_pkts, n_bytes, false, &pkt_drop); in nx_netif_host_output()
H A Dnx_netif_gso.c269 uint32_t n, n_pkts, n_bytes; in netif_gso_tcp_segment_mbuf() local
405 n_bytes = total_len + (state->hlen * (n_pkts - 1)); in netif_gso_tcp_segment_mbuf()
414 n_pkts, n_bytes); in netif_gso_tcp_segment_mbuf()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1094 uint32_t n_pkts_max, struct pktq *pktq, uint32_t *n_bytes) in fsw_rx_ring_dequeue_pktq() argument
1102 *n_bytes = 0; in fsw_rx_ring_dequeue_pktq()
1120 *n_bytes += pkt->pkt_length; in fsw_rx_ring_dequeue_pktq()
1166 struct pktq *pktq, uint32_t *n_bytes, uint32_t *gso_pkts_estimate) in fsw_tx_ring_dequeue_pktq() argument
1178 *n_bytes = 0; in fsw_tx_ring_dequeue_pktq()
1220 *n_bytes += pkt->pkt_length; in fsw_tx_ring_dequeue_pktq()
1226 ifnet_t, fsw->fsw_ifp, uint32_t, n_pkts, uint32_t, *n_bytes, in fsw_tx_ring_dequeue_pktq()
1238 uint32_t n, n_pkts = 0, n_bytes = 0; in fsw_ring_enqueue_pktq() local
1256 n_bytes += pkt->pkt_length; in fsw_ring_enqueue_pktq()
1265 kr_update_stats(r, n_pkts, n_bytes); in fsw_ring_enqueue_pktq()
[all …]
/xnu-12377.61.12/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?