Searched refs:TP_ABORT_SHUTDOWN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h39 #define TP_ABORT_SHUTDOWN (1 << 4) macro
H A Dcxgb_listen.c598 KASSERT(synqe->flags & TP_ABORT_SHUTDOWN,
610 KASSERT(!(synqe->flags & TP_ABORT_SHUTDOWN),
708 KASSERT(synqe->flags & TP_ABORT_SHUTDOWN,
1009 synqe->flags |= TP_ABORT_SHUTDOWN;
1094 if (synqe->flags & TP_ABORT_SHUTDOWN)
1097 synqe->flags |= (TP_ABORT_RPL_PENDING | TP_ABORT_SHUTDOWN);
H A Dcxgb_cpl_io.c1069 if (toep->tp_flags & TP_ABORT_SHUTDOWN)
1072 toep->tp_flags |= (TP_ABORT_RPL_PENDING | TP_ABORT_SHUTDOWN);
1503 toep->tp_flags |= TP_ABORT_SHUTDOWN;

Completed in 61 milliseconds