Home
last modified time | relevance | path

Searched refs:rq_nbytes (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c30 DbgBreakIf(con->rq_nbytes < con->dpc_info.dpc_actual_bytes_completed); in lm_tcp_complete_bufs()
31 con->rq_nbytes -= con->dpc_info.dpc_actual_bytes_completed; in lm_tcp_complete_bufs()
222 con->rq_nbytes -= tcp_buf->size; in lm_tcp_abort_bufs()
H A Dlm_l4rx.c371 DbgBreakIf(con->rq_nbytes < tcp_buf->size); in lm_tcp_complete_tcp_buf()
372 con->rq_nbytes -= tcp_buf->size; in lm_tcp_complete_tcp_buf()
1292 …DbgBreakIf(tcp->rx_con->rq_nbytes <= tcp->rx_con->u.rx.gen_info.dpc_peninsula_nbytes+tcp->rx_con->… in lm_tcp_rx_process_cqe()
1832 rx_con->rq_nbytes += tcp_buf->size; in lm_tcp_rx_post_buf()
1855 rx_con->rq_nbytes += tcp_buf->size; in lm_tcp_rx_post_buf()
1989 rx_con->rq_nbytes += tcp_buf->size; in _lm_tcp_rx_post_buf()
H A Dlm_l4tx.c206 tx_con->rq_nbytes += tcp_buf->size; in lm_tcp_tx_post_buf()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h432 u32_t rq_nbytes; /* how many bytes are in the active-tb-list */ member