Home
last modified time | relevance | path

Searched refs:TCP_CON_RST_IND_NOT_SAFE (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.h345 #define TCP_CON_RST_IND_NOT_SAFE 0x2 macro
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c4472 tx_con->u.tx.flags &= ~ TCP_CON_RST_IND_NOT_SAFE; in lm_tcp_indicate_rst_received()
4794 if (tcp->tx_con->u.tx.flags & TCP_CON_RST_IND_NOT_SAFE ) { in lm_tcp_tx_empty_ramrod_complete()
4806 tcp->tx_con->u.tx.flags &= ~TCP_CON_RST_IND_NOT_SAFE; in lm_tcp_tx_empty_ramrod_complete()
4869 tx_con->u.tx.flags &= ~ TCP_CON_RST_IND_NOT_SAFE; in lm_tcp_comp_abortive_disconnect_request()
5030 tx_con->u.tx.flags |= TCP_CON_RST_IND_NOT_SAFE; in lm_tcp_tx_rst_received_complete()
5526 …lm_tcp_abort_bufs(pdev, tcp, tx_con, (tx_con->flags & TCP_CON_RST_IND_NOT_SAFE)? LM_STATUS_CONNECT… in _lm_tcp_comp_upload_tcp_request()
5529 has_rst |= (tx_con->u.tx.flags & TCP_CON_RST_IND_NOT_SAFE) ? 1 : 0; in _lm_tcp_comp_upload_tcp_request()
5532 tx_con->u.tx.flags &= ~(TCP_CON_RST_IND_NOT_SAFE); in _lm_tcp_comp_upload_tcp_request()