Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h460 #define TCP_TRM_REQ_POSTED 0x0008 macro
482 …_BLOCKED (TCP_FIN_REQ_POSTED | TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TCP_TRM_REQ_POSTED | \
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…
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c3396 DbgBreakIf(tx_con->flags & TCP_TRM_REQ_POSTED); in lm_tcp_post_upload_tcp_request()
3397 tx_con->flags |= TCP_TRM_REQ_POSTED; in lm_tcp_post_upload_tcp_request()
3401 DbgBreakIf(rx_con->flags & TCP_TRM_REQ_POSTED); in lm_tcp_post_upload_tcp_request()
3402 rx_con->flags |= TCP_TRM_REQ_POSTED; in lm_tcp_post_upload_tcp_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()