Home
last modified time | relevance | path

Searched refs:LM_TCP_DPC_FIN_CMP (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c273 tx_con->dpc_info.dpc_flags |= LM_TCP_DPC_FIN_CMP; in lm_tcp_tx_cmp_process()
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()
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h374 #define LM_TCP_DPC_FIN_CMP 0x4 macro