Searched refs:tpd_used (Results 1 – 2 of 2) sorted by relevance
181 (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
365 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()