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

/freebsd-10.2-release/sys/dev/tsec/
H A Dif_tsec.h221 #define TSEC_FREE_TX_DESC(sc) \ macro
H A Dif_tsec.c798 if (TSEC_FREE_TX_DESC(sc) == 0) {
809 if (error != 0 || nsegs > TSEC_FREE_TX_DESC(sc) || nsegs <= 0) {

Completed in 25 milliseconds