Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c1753 u8_t split_buffer = FALSE; in lm_tcp_rx_post_buf() local
1817split_buffer = !(GET_FLAGS(tcp_buf->flags, TCP_BUF_FLAG_L4_POST_START) && GET_FLAGS(tcp_buf->flags… in lm_tcp_rx_post_buf()
1826 … DbgBreakIf(!split_buffer); /* we can only be in this state if we're completing split buffers... */ in lm_tcp_rx_post_buf()
1850 …if ((copied_bytes == tcp_buf->size) && !split_buffer && s_list_is_empty(&rx_con->active_tb_list)) { in lm_tcp_rx_post_buf()