Searched defs:snapshot_flags (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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;
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...]
/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 60 milliseconds