Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c110 DbgBreakIf(tx_con->flags & TCP_FIN_REQ_POSTED); in lm_tcp_tx_post_buf()
270 DbgBreakIf(!(tx_con->flags & TCP_FIN_REQ_POSTED)); in lm_tcp_tx_cmp_process()
635 DbgBreakIf(tcp_con->flags & TCP_FIN_REQ_POSTED); in lm_tcp_graceful_disconnect()
636 tcp_con->flags |= TCP_FIN_REQ_POSTED; in lm_tcp_graceful_disconnect()
H A Dlm_l4sp.c2026 … if ((tcp->tx_con->flags & TCP_FIN_REQ_POSTED) && !(tcp->tx_con->flags & TCP_FIN_REQ_COMPLETED)) { in _lm_tcp_init_xstorm_toe_context()
2657 if ((tcp->ulp_type == TOE_CONNECTION_TYPE) && (tcp->tx_con->flags & TCP_FIN_REQ_POSTED)) { in _lm_tcp_init_xstorm_tcp_context()
3131 con->flags |= (TCP_FIN_REQ_POSTED | TCP_FIN_REQ_COMPLETED); in lm_tcp_init_tcp_state_machine()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h457 #define TCP_FIN_REQ_POSTED 0x0001 macro
482 …#define TCP_TX_POST_BLOCKED (TCP_FIN_REQ_POSTED | TCP_RST_REQ_POSTED | TCP_INV_REQ_POSTED | TC…