Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c64 tx_con->db_more_bytes >= MAX_BYTES_PER_TX_DB || in lm_tcp_tx_write_db()
66 _lm_tcp_tx_write_db(pdev, tx_con, tcp->cid, tx_con->db_more_bytes, tx_con->db_more_bds, 0); in lm_tcp_tx_write_db()
69 … DbgBreakIf(S64_SUB(tx_con->bytes_post_cnt + tx_con->db_more_bytes, tx_con->bytes_comp_cnt) < 0); in lm_tcp_tx_write_db()
70 tx_con->bytes_post_cnt += tx_con->db_more_bytes; in lm_tcp_tx_write_db()
72 tx_con->db_more_bytes = tx_con->db_more_bds = tx_con->db_more_bufs = 0; in lm_tcp_tx_write_db()
137 dbg_bytes_prod_seq = tx_con->db_data.tx->bytes_prod_seq + tx_con->db_more_bytes; in lm_tcp_tx_post_buf()
170 tx_con->db_more_bytes += tcp_buf->size; in lm_tcp_tx_post_buf()
611 (tcp_con->db_more_bytes != 0) || in lm_tcp_graceful_disconnect()
627 dbg_bytes_prod_seq = tcp_con->db_data.tx->bytes_prod_seq + tcp_con->db_more_bytes; in lm_tcp_graceful_disconnect()
H A Dlm_l4rx.c204 db_data->bytes_prod += rx_con->db_more_bytes; in lm_tcp_rx_write_db()
208 tcp->cid, rx_con->db_more_bytes, rx_con->db_more_bds); in lm_tcp_rx_write_db()
213 DbgBreakIf(S64_SUB(rx_con->bytes_post_cnt + rx_con->db_more_bytes, rx_con->bytes_comp_cnt) < 0); in lm_tcp_rx_write_db()
214 rx_con->bytes_post_cnt += rx_con->db_more_bytes; in lm_tcp_rx_write_db()
216 rx_con->db_more_bytes = rx_con->db_more_bds = rx_con->db_more_bufs = 0; in lm_tcp_rx_write_db()
1955 bd_bytes_prod = rx_con->db_data.rx->bytes_prod + rx_con->db_more_bytes; in _lm_tcp_rx_post_buf()
1981 rx_con->db_more_bytes += tcp_buf->size; in _lm_tcp_rx_post_buf()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h451 u32_t db_more_bytes; /* number of bytes to be produced in next doorbell */ member