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

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

Completed in 43 milliseconds