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

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h41 #define TP_ABORT_REQ_RCVD (1 << 6) macro
H A Dcxgb_listen.c1007 if (!(synqe->flags & TP_ABORT_REQ_RCVD)) {
1008 synqe->flags |= TP_ABORT_REQ_RCVD;
1014 synqe->flags &= ~TP_ABORT_REQ_RCVD;
H A Dcxgb_cpl_io.c1501 if (!(toep->tp_flags & TP_ABORT_REQ_RCVD)) {
1502 toep->tp_flags |= TP_ABORT_REQ_RCVD;
1509 toep->tp_flags &= ~TP_ABORT_REQ_RCVD;

Completed in 170 milliseconds