Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4if.h347 return (u8_t)(!(rx_con->flags & TCP_RX_POST_BLOCKED) && in lm_tcp_rx_is_remote_disconnect_pending()
H A Dlm_l4st.h486 … #define TCP_RX_POST_BLOCKED (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED | \ macro
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c290 … if (!(tcp->rx_con->flags & TCP_RX_DB_BLOCKED) && !(tcp->rx_con->flags & TCP_RX_POST_BLOCKED)) { in lm_tcp_rx_post_sws()
1763 if ( GET_FLAGS(rx_con->flags, TCP_RX_POST_BLOCKED) ) { in lm_tcp_rx_post_buf()
2473 if (rx_con->flags & TCP_RX_POST_BLOCKED) { in lm_tcp_con_status()