Searched refs:TSEC_FREE_TX_DESC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.h222 #define TSEC_FREE_TX_DESC(sc) \ macro
H A Dif_tsec.c799 if (TSEC_FREE_TX_DESC(sc) == 0) {
810 if (error != 0 || nsegs > TSEC_FREE_TX_DESC(sc) || nsegs <= 0) {

Completed in 64 milliseconds