Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c71 tx_con->buffer_post_cnt += tx_con->db_more_bufs; 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()
174 tx_con->db_more_bufs++; in lm_tcp_tx_post_buf()
H A Dlm_l4rx.c215 rx_con->buffer_post_cnt += rx_con->db_more_bufs; 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()
1985 rx_con->db_more_bufs++; in _lm_tcp_rx_post_buf()
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h452 u16_t db_more_bufs; /* number of tcp buffers to be produced in next doorbell */ member