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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c346 * them to a snapshot_flags parameter, which is initialized in this function only, so no fin
353 con->dpc_info.snapshot_flags = con->dpc_info.dpc_flags;
362 if (con->dpc_info.snapshot_flags & LM_TCP_DPC_FIN_CMP) {
363 con->dpc_info.snapshot_flags &= ~LM_TCP_DPC_FIN_CMP;
584 if (con->dpc_info.snapshot_flags) {
H A Dlm_l4sp.c3021 rx_con->dpc_info.snapshot_flags = rx_con->dpc_info.dpc_flags;
3036 tx_con->dpc_info.snapshot_flags = tx_con->dpc_info.dpc_flags;
4007 if (con->dpc_info.snapshot_flags) {
5835 u32_t sp_type,sp_flags,flags,snapshot_flags; local
5838 snapshot_flags = con->dpc_info.snapshot_flags;
5839 if (con->dpc_info.snapshot_flags & LM_TCP_DPC_RESET_RECV) {
5840 con->dpc_info.snapshot_flags &= ~LM_TCP_DPC_RESET_RECV;
5843 if (con->dpc_info.snapshot_flags & LM_TCP_DPC_RAMROD_CMP) {
5845 con->dpc_info.snapshot_flags
5938 u32_t sp_type,sp_flags,flags,snapshot_flags; local
[all...]
H A Dlm_l4rx.c1130 * them to a snapshot_flags parameter, which is initialized in this function only, so no fin
1140 con->dpc_info.snapshot_flags = con->dpc_info.dpc_flags;
1700 if (con->dpc_info.snapshot_flags) {
/illumos-gate/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 in struct:_lm_tcp_dpc_info_t

Completed in 227 milliseconds