Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c719 u32_t copied_bytes = 0, currently_copied = 0; in lm_tcp_rx_peninsula_to_rq() local
740 copied_bytes += currently_copied; in lm_tcp_rx_peninsula_to_rq()
756 tcp->rx_con->bytes_comp_cnt += copied_bytes; in lm_tcp_rx_peninsula_to_rq()
761 return copied_bytes; in lm_tcp_rx_peninsula_to_rq()
1751 u32_t copied_bytes = 0; in lm_tcp_rx_post_buf() local
1846 gen_info->bytes_copied_cnt_in_post += copied_bytes; in lm_tcp_rx_post_buf()
1857 rx_con->bytes_skip_post_cnt += copied_bytes; in lm_tcp_rx_post_buf()
1859 add_sws_bytes += copied_bytes; in lm_tcp_rx_post_buf()
1865 rx_con->u.rx.skp_bytes_copied += copied_bytes; in lm_tcp_rx_post_buf()
1871 rx_con->bytes_comp_cnt += copied_bytes; in lm_tcp_rx_post_buf()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c353 u32_t copied_bytes; in lm_copy_packet_to_coalesce_buffer() local
382 copied_bytes = mm_copy_packet_buf( in lm_copy_packet_to_coalesce_buffer()
384 if (ERR_IF(copied_bytes != pkt_size)) { in lm_copy_packet_to_coalesce_buffer()