Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c1066 u32_t add_sws_bytes = 0; in lm_tcp_rx_complete_tcp_fp() local
1145 add_sws_bytes += con->dpc_info.dpc_rq_placed_bytes; in lm_tcp_rx_complete_tcp_fp()
1167add_sws_bytes += tcp->rx_con->u.rx.gen_info.add_sws_bytes; /* any bytes we need to update will be … in lm_tcp_rx_complete_tcp_fp()
1168 tcp->rx_con->u.rx.gen_info.add_sws_bytes = 0; in lm_tcp_rx_complete_tcp_fp()
1171 if (add_sws_bytes) { in lm_tcp_rx_complete_tcp_fp()
1172 lm_tcp_rx_post_sws(pdev, tcp, con, add_sws_bytes, TCP_RX_POST_SWS_INC); in lm_tcp_rx_complete_tcp_fp()
1752 u32_t add_sws_bytes = 0; in lm_tcp_rx_post_buf() local
1859 add_sws_bytes += copied_bytes; in lm_tcp_rx_post_buf()
1873 add_sws_bytes += copied_bytes; in lm_tcp_rx_post_buf()
1883add_sws_bytes += gen_info->add_sws_bytes; /* any bytes we need to update will be aggregated here d… in lm_tcp_rx_post_buf()
[all …]
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h243 u32_t add_sws_bytes; member