Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c94 !(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START ? in lm_tcp_complete_nbytes()
131 !(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START ? in lm_tcp_complete_nbytes()
H A Dlm_l4tx.c166 DbgBreakIf(!(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START ? in lm_tcp_tx_post_buf()
H A Dlm_l4rx.c1806 DbgBreakIf(!(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START ? in lm_tcp_rx_post_buf()
1817 …split_buffer = !(GET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_POST_START) && GET_FLAGS(tcp_buf->flags… in lm_tcp_rx_post_buf()
1938 if(tcp_buf->flags & TCP_BUF_FLAG_L4_POST_START) { in _lm_tcp_rx_post_buf()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h55 #define TCP_BUF_FLAG_L4_POST_START 0x01 macro