Home
last modified time | relevance | path

Searched refs:TCP_BUF_FLAG_L4_PARTIAL_FILLED (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.c49 if (tcp_buf->flags & TCP_BUF_FLAG_L4_PARTIAL_FILLED) { in lm_tcp_complete_bufs()
138 …if(push && ((tcp_buf->flags & TCP_BUF_FLAG_L4_PARTIAL_FILLED) || (con->app_buf_bytes_acc_comp > 0)… in lm_tcp_complete_nbytes()
H A Dlm_l4rx.c1946 if (tcp_buf->flags & TCP_BUF_FLAG_L4_PARTIAL_FILLED) { in _lm_tcp_rx_post_buf()
1950 RESET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_PARTIAL_FILLED); in _lm_tcp_rx_post_buf()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h61 #define TCP_BUF_FLAG_L4_PARTIAL_FILLED 0x20 macro