bha.c | 1428 struct bha_ccb_group *bcg; local in function:bha_start_ccbs 1470 bcg = BHA_CCB_GROUP(ccb); 1471 ltophys(bcg->bcg_dmamap->dm_segs[0].ds_addr + 1737 struct bha_ccb_group *bcg; local in function:bha_create_ccbs 1775 (void *)&bcg, 1783 memset(bcg, 0, PAGE_SIZE); 1793 error = bus_dmamap_load(sc->sc_dmat, ccbmap, bcg, PAGE_SIZE, NULL, 1801 bcg->bcg_dmamap = ccbmap; 1804 if (BHA_CCB_GROUP(&bcg->bcg_ccbs[0]) != 1805 BHA_CCB_GROUP(&bcg->bcg_ccbs[bha_ccbs_per_group - 1]) 1860 struct bha_ccb_group *bcg = BHA_CCB_GROUP(ccb); local in function:bha_init_ccb [all...] |