Home
last modified time | relevance | path

Searched refs:tpd_used (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/hatm/
HDif_hatmvar.h181 (SC)->tpd_used[(I) / 8] |= (1 << ((I) % 8)); \
185 (SC)->tpd_used[(I) / 8] &= ~(1 << ((I) % 8)); \
188 #define TPD_TST_USED(SC, I) ((SC)->tpd_used[(I) / 8] & (1 << ((I) % 8)))
412 uint8_t *tpd_used; /* bitmap of used TPDs */ member
HDif_hatm.c365 free(sc->tpd_used, M_DEVBUF); in hatm_destroy_tpds()
402 sc->tpd_used = malloc(sizeof(uint8_t) * (sc->tpd_total + 7) / 8, in hatm_init_tpds()