Home
last modified time | relevance | path

Searched refs:tx_con (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.c27 lm_tcp_con_t * tx_con, in _lm_tcp_tx_write_db() argument
57 lm_tcp_con_t *tx_con = tcp->tx_con; in lm_tcp_tx_write_db() local
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()
71 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()
106 tx_con = tcp->tx_con; in lm_tcp_tx_post_buf()
248 lm_tcp_con_t *tx_con = tcp->tx_con; in lm_tcp_tx_cmp_process() local
271 DbgBreakIf(tx_con->bytes_post_cnt != tx_con->bytes_comp_cnt); in lm_tcp_tx_cmp_process()
[all …]
H A Dlm_l4sp.c120 tx_con = tcp->tx_con; in lm_tcp_erase_connection()
168 tx_con = tcp->tx_con; in lm_tcp_flush_db()
2938 tx_con = tcp->tx_con; in lm_tcp_comp_cb()
3320 lm_tcp_con_t *tx_con = tcp->tx_con; in lm_tcp_post_abortive_disconnect_request() local
3391 tx_con = tcp->tx_con; in lm_tcp_post_upload_tcp_request()
3847 lm_tcp_con_t * tx_con = tcp->tx_con; in lm_tcp_post_invalidate_request() local
4443 tx_con = tcp->tx_con; in lm_tcp_indicate_rst_received()
4845 tx_con = tcp->tx_con; in lm_tcp_comp_abortive_disconnect_request()
5009 tx_con = tcp->tx_con; in lm_tcp_tx_rst_received_complete()
5128 tx_con = tcp->tx_con; in lm_tcp_tx_abortive_disconnect_ramrod_complete()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h608 lm_tcp_con_t *tx_con; member