HomeSort by: relevance | last modified time | path
    Searched refs:BHA_CCBS_PER_GROUP (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
bhavar.h 49 #define BHA_CCBS_PER_GROUP ((PAGE_SIZE - sizeof(bus_dmamap_t)) / \
bha.c 118 static int bha_ccbs_per_group; variable in typeref:typename:int
152 if (bha_ccbs_per_group == 0)
153 bha_ccbs_per_group = BHA_CCBS_PER_GROUP;
438 bha_create_ccbs(sc, bha_ccbs_per_group);
1805 BHA_CCB_GROUP(&bcg->bcg_ccbs[bha_ccbs_per_group - 1]))
1812 for (i = 0; i < bha_ccbs_per_group; i++) {

Completed in 13 milliseconds