Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/bnxe/577xx/include/
H A Dlm_defs.h119 LM_STATUS_CONNECTION_RESET = 24, enumerator
/titanic_44/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c4469 lm_tcp_abort_bufs(pdev, tcp, tx_con, LM_STATUS_CONNECTION_RESET); in lm_tcp_indicate_rst_received()
4488 lm_tcp_abort_bufs(pdev, tcp, rx_con, LM_STATUS_CONNECTION_RESET); in lm_tcp_indicate_rst_received()
5526 …pdev, tcp, tx_con, (tx_con->flags & TCP_CON_RST_IND_NOT_SAFE)? LM_STATUS_CONNECTION_RESET : LM_STA… in _lm_tcp_comp_upload_tcp_request()