Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c3021 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() local
5838 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 …]
H A Dlm_l4tx.c353 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()
H A Dlm_l4rx.c1140 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()
/titanic_41/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h395 u16_t snapshot_flags; /* only accessed under lock */ member