Searched defs:bft (Results 1 - 2 of 2) sorted by relevance

/drivers/block/
H A Dcciss.c3953 * of SG elements. bft[] contains the eight values we write to
3958 int bft[8] = { 5, 6, 8, 10, 12, 20, 28, MAXSGENTRIES + 4}; local
3975 calc_bucket_map(bft, ARRAY_SIZE(bft), h->maxsgentries,
3977 writel(bft[0], &h->transtable->BlockFetch0);
3978 writel(bft[1], &h->transtable->BlockFetch1);
3979 writel(bft[2], &h->transtable->BlockFetch2);
3980 writel(bft[3], &h->transtable->BlockFetch3);
3981 writel(bft[4], &h->transtable->BlockFetch4);
3982 writel(bft[
[all...]
/drivers/scsi/
H A Dhpsa.c4618 * of SG elements. bft[] contains the eight values we write to
4622 int bft[8] = {5, 6, 8, 10, 12, 20, 28, SG_ENTRIES_IN_CMD + 4}; local
4636 bft[7] = SG_ENTRIES_IN_CMD + 4;
4637 calc_bucket_map(bft, ARRAY_SIZE(bft),
4640 writel(bft[i], &h->transtable->BlockFetch[i]);

Completed in 68 milliseconds