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

/freebsd-11-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_toepcb.h40 #define TP_ABORT_RPL_RCVD (1 << 5) macro
H A Dcxgb_listen.c1056 if (!(synqe->flags & TP_ABORT_RPL_RCVD)) {
1057 synqe->flags |= TP_ABORT_RPL_RCVD;
1060 synqe->flags &= ~TP_ABORT_RPL_RCVD;
H A Dcxgb_cpl_io.c1399 if (!(toep->tp_flags & TP_ABORT_RPL_RCVD)) {
1400 toep->tp_flags |= TP_ABORT_RPL_RCVD;
1403 toep->tp_flags &= ~TP_ABORT_RPL_RCVD;

Completed in 110 milliseconds