Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c108 if(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_END) { in lm_tcp_complete_nbytes()
162 …} while ( !(GET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_POST_END)) && !(GET_FLAGS(tcp_buf->flags, TC… in lm_tcp_complete_nbytes()
227 if (tcp_buf->flags & TCP_BUF_FLAG_L4_POST_END) { in lm_tcp_abort_bufs()
H A Dlm_l4tx.c184 if(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_END) { in lm_tcp_tx_post_buf()
207 lm_tcp_tx_write_db(pdev, tcp, tcp_buf->flags & TCP_BUF_FLAG_L4_POST_END); in lm_tcp_tx_post_buf()
H A Dlm_l4rx.c345 if(tcp_buf->more_to_comp == 0 && GET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_POST_END)) { in lm_tcp_complete_tcp_buf()
1812 if(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_END) { in lm_tcp_rx_post_buf()
1817 …cp_buf->flags, TCP_BUF_FLAG_L4_POST_START) && GET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_POST_END)); in lm_tcp_rx_post_buf()
1971 if(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_END) { in _lm_tcp_rx_post_buf()
1991 if(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_END) { in _lm_tcp_rx_post_buf()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h56 #define TCP_BUF_FLAG_L4_POST_END 0x02 macro