Searched refs:TPD_TST_USED (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/dev/hatm/
H A Dif_hatm.c424 if (TPD_TST_USED(sc, i)) {
H A Dif_hatmvar.h188 #define TPD_TST_USED(SC, I) ((SC)->tpd_used[(I) / 8] & (1 << ((I) % 8))) macro

Completed in 118 milliseconds