Searched refs:snapshot_flags (Results 1 – 4 of 4) sorted by relevance
3021 rx_con->dpc_info.snapshot_flags = rx_con->dpc_info.dpc_flags; in lm_tcp_comp_cb()3036 tx_con->dpc_info.snapshot_flags = tx_con->dpc_info.dpc_flags; in lm_tcp_comp_cb()4007 if (con->dpc_info.snapshot_flags) { in lm_tcp_service_deferred_cqes()5835 u32_t sp_type,sp_flags,flags,snapshot_flags; in lm_tcp_tx_complete_tcp_sp() local5838 snapshot_flags = con->dpc_info.snapshot_flags; in lm_tcp_tx_complete_tcp_sp()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()5843 if (con->dpc_info.snapshot_flags & LM_TCP_DPC_RAMROD_CMP) { in lm_tcp_tx_complete_tcp_sp()5845 con->dpc_info.snapshot_flags = 0; in lm_tcp_tx_complete_tcp_sp()5938 u32_t sp_type,sp_flags,flags,snapshot_flags; in lm_tcp_rx_complete_tcp_sp() local[all …]
353 con->dpc_info.snapshot_flags = con->dpc_info.dpc_flags; in lm_tcp_tx_complete_tcp_fp()362 if (con->dpc_info.snapshot_flags & LM_TCP_DPC_FIN_CMP) { in lm_tcp_tx_complete_tcp_fp()363 con->dpc_info.snapshot_flags &= ~LM_TCP_DPC_FIN_CMP; in lm_tcp_tx_complete_tcp_fp()584 if (con->dpc_info.snapshot_flags) { in lm_toe_service_tx_intr()
1140 con->dpc_info.snapshot_flags = con->dpc_info.dpc_flags; in lm_tcp_rx_complete_tcp_fp()1700 if (con->dpc_info.snapshot_flags) { in lm_toe_service_rx_intr()
395 u16_t snapshot_flags; /* only accessed under lock */ member