Home
last modified time | relevance | path

Searched refs:dpc_rq_placed_bytes (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c86 con->dpc_info.dpc_rq_placed_bytes += completed_bytes; in lm_tcp_complete_nbytes()
H A Dlm_l4rx.c1144 if (con->dpc_info.dpc_rq_placed_bytes) { in lm_tcp_rx_complete_tcp_fp()
1145 add_sws_bytes += con->dpc_info.dpc_rq_placed_bytes; in lm_tcp_rx_complete_tcp_fp()
1146 con->dpc_info.dpc_rq_placed_bytes = 0; in lm_tcp_rx_complete_tcp_fp()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h367 …u32_t dpc_rq_placed_bytes; /* how many bytes were placed on rq as a result of rq-cmp /… member