Searched defs:add_sws_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.c1066 u32_t add_sws_bytes = 0; local
1145 add_sws_bytes += con->dpc_info.dpc_rq_placed_bytes;
1167 add_sws_bytes += tcp->rx_con->u.rx.gen_info.add_sws_bytes; /* any bytes we need to update will be aggregated here during indicate */
1168 tcp->rx_con->u.rx.gen_info.add_sws_bytes = 0;
1171 if (add_sws_bytes) {
1172 lm_tcp_rx_post_sws(pdev, tcp, con, add_sws_bytes, TCP_RX_POST_SWS_INC);
1752 u32_t add_sws_bytes = 0; local
1859 add_sws_bytes += copied_bytes;
1873 add_sws_bytes
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h243 u32_t add_sws_bytes; member in struct:_lm_tcp_con_rx_gen_info_t

Completed in 67 milliseconds