Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h459 #define TCP_INV_REQ_POSTED 0x0004 macro
482 …#define TCP_TX_POST_BLOCKED (TCP_FIN_REQ_POSTED | TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TC…
486 … #define TCP_RX_POST_BLOCKED (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED | \
497 …#define TCP_RX_IND_BLOCKED (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED | TC…
H A Dlm_l4if.h364 !(tcp->rx_con->flags & TCP_INV_REQ_POSTED)); in lm_tcp_ok_to_update()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c3858 DbgBreakIf(tx_con->flags & TCP_INV_REQ_POSTED); in lm_tcp_post_invalidate_request()
3859 tx_con->flags |= TCP_INV_REQ_POSTED; in lm_tcp_post_invalidate_request()
3863 DbgBreakIf(rx_con->flags & TCP_INV_REQ_POSTED); in lm_tcp_post_invalidate_request()
3864 rx_con->flags |= TCP_INV_REQ_POSTED; in lm_tcp_post_invalidate_request()
5037 if (!(tx_con->flags & (TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED))) { in lm_tcp_tx_rst_received_complete()