Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c99 u32_t dbg_bytes_prod_seq; in lm_tcp_tx_post_buf() local
137 dbg_bytes_prod_seq = tx_con->db_data.tx->bytes_prod_seq + tx_con->db_more_bytes; in lm_tcp_tx_post_buf()
146 dbg_bytes_prod_seq += frag->size; in lm_tcp_tx_post_buf()
147 tx_bd->nextBdStartSeq = dbg_bytes_prod_seq; in lm_tcp_tx_post_buf()
602 u32_t dbg_bytes_prod_seq; in lm_tcp_graceful_disconnect() local
627 dbg_bytes_prod_seq = tcp_con->db_data.tx->bytes_prod_seq + tcp_con->db_more_bytes; in lm_tcp_graceful_disconnect()
628 dbg_bytes_prod_seq += tx_bd->size; in lm_tcp_graceful_disconnect()
629 tx_bd->nextBdStartSeq = dbg_bytes_prod_seq; in lm_tcp_graceful_disconnect()