Home
last modified time | relevance | path

Searched refs:LM_TCP_DPC_RESET_RECV (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c390 …((tcp->tx_con->dpc_info.dpc_flags & LM_TCP_DPC_RESET_RECV /* RST recv on this DPC on a previous CQ… in lm_tcp_tx_process_cqe()
412 tcp->tx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RESET_RECV; in lm_tcp_tx_process_cqe()
H A Dlm_l4sp.c5839 if (con->dpc_info.snapshot_flags & LM_TCP_DPC_RESET_RECV) { in lm_tcp_tx_complete_tcp_sp()
5840 con->dpc_info.snapshot_flags &= ~LM_TCP_DPC_RESET_RECV; in lm_tcp_tx_complete_tcp_sp()
5956 if (con->dpc_info.snapshot_flags & LM_TCP_DPC_RESET_RECV) { in lm_tcp_rx_complete_tcp_sp()
5957 con->dpc_info.snapshot_flags &= ~LM_TCP_DPC_RESET_RECV; in lm_tcp_rx_complete_tcp_sp()
H A Dlm_l4rx.c1311 tcp->rx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RESET_RECV; in lm_tcp_rx_process_cqe()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h372 #define LM_TCP_DPC_RESET_RECV 0x1 macro