Searched refs:LM_TCP_DPC_RESET_RECV (Results 1 – 4 of 4) sorted by relevance
390 …((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()
5839 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()
1311 tcp->rx_con->dpc_info.dpc_flags |= LM_TCP_DPC_RESET_RECV; in lm_tcp_rx_process_cqe()
372 #define LM_TCP_DPC_RESET_RECV 0x1 macro