Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c113 if (tcp_buf->flags & TCP_BUF_FLAG_L4_SPLIT) { in lm_tcp_complete_nbytes()
117 RESET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_SPLIT); in lm_tcp_complete_nbytes()
162 …cp_buf->flags, TCP_BUF_FLAG_L4_POST_END)) && !(GET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_SPLIT)) ); in lm_tcp_complete_nbytes()
164 if (GET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_SPLIT)) { in lm_tcp_complete_nbytes()
171 …RESET_FLAGS(tcp_buf->flags ,TCP_BUF_FLAG_L4_SPLIT); /* this is everest internal, don't want minipo… in lm_tcp_complete_nbytes()
H A Dlm_l4rx.c1795 SET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_SPLIT); in lm_tcp_rx_post_buf()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h58 …#define TCP_BUF_FLAG_L4_SPLIT 0x04 /* Used in everest for split buffer Everest clea… macro