Home
last modified time | relevance | path

Searched refs:db_more_bds (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.c65 tx_con->db_more_bds >= MAX_BDS_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()
72 tx_con->db_more_bytes = tx_con->db_more_bds = tx_con->db_more_bufs = 0; in lm_tcp_tx_write_db()
126 if (tx_con->db_more_bds) { in lm_tcp_tx_post_buf()
173 tx_con->db_more_bds += S16_SUB(new_prod, old_prod); in lm_tcp_tx_post_buf()
612 (tcp_con->db_more_bds != 0) || in lm_tcp_graceful_disconnect()
H A Dlm_l4rx.c203 …db_data->bds_prod += rx_con->db_more_bds; /* nbds should be written before nbytes (F… 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()
216 rx_con->db_more_bytes = rx_con->db_more_bds = rx_con->db_more_bufs = 0; in lm_tcp_rx_write_db()
1930 …DbgBreakIfAll( (rx_con->db_more_bds + frag_list->cnt) > (u32_t)(rx_con->bd_chain.capacity + rx_con… in _lm_tcp_rx_post_buf()
1984 rx_con->db_more_bds += S16_SUB(new_prod, old_prod); in _lm_tcp_rx_post_buf()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h453 u16_t db_more_bds; /* number of bds to be produced in next doorbell */ member