Home
last modified time | relevance | path

Searched refs:LM_TCP_DPC_DBT_RE (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h380 #define LM_TCP_DPC_DBT_RE 0x100 macro
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c5965 …hot_flags & (LM_TCP_DPC_URG | LM_TCP_DPC_RT_TO | LM_TCP_DPC_KA_TO | LM_TCP_DPC_DBT_RE | LM_TCP_DPC… in lm_tcp_rx_complete_tcp_sp()
5982 if (con->dpc_info.snapshot_flags & LM_TCP_DPC_DBT_RE) { in lm_tcp_rx_complete_tcp_sp()
5983 con->dpc_info.snapshot_flags &= ~LM_TCP_DPC_DBT_RE; in lm_tcp_rx_complete_tcp_sp()
H A Dlm_l4rx.c1353 tcp->rx_con->dpc_info.dpc_flags |= LM_TCP_DPC_DBT_RE; in lm_tcp_rx_process_cqe()