Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4fp.c169 SET_FLAGS(con->flags, TCP_POST_COMPLETE_SPLIT); in lm_tcp_complete_nbytes()
H A Dlm_l4rx.c349 if (GET_FLAGS(con->flags, TCP_POST_COMPLETE_SPLIT)) { in lm_tcp_complete_tcp_buf()
350 RESET_FLAGS(con->flags, TCP_POST_COMPLETE_SPLIT); in lm_tcp_complete_tcp_buf()
1825 if (GET_FLAGS(rx_con->flags, TCP_POST_COMPLETE_SPLIT)) { in lm_tcp_rx_post_buf()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h476 …#define TCP_POST_COMPLETE_SPLIT 0x80000 /* lm sets this when every split b… macro