Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c191 tx_con->u.tx.bds_without_comp_flag = 0; in lm_tcp_tx_post_buf()
198 tx_con->u.tx.bds_without_comp_flag += tcp_buf->bd_used; in lm_tcp_tx_post_buf()
199 if (tx_con->u.tx.bds_without_comp_flag > (tx_chain->capacity - MAX_FRAG_CNT_PER_TB)) { in lm_tcp_tx_post_buf()
201 tx_con->u.tx.bds_without_comp_flag = 0; in lm_tcp_tx_post_buf()
613 (tcp_con->u.tx.bds_without_comp_flag != 0) in lm_tcp_graceful_disconnect()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h341 u16_t bds_without_comp_flag; /* counter of consecutive BDs without CompFlag */ member