Searched refs:use_dmahead (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dsdma.c1663 int use_dmahead; local
1672 use_dmahead = HFI1_CAP_IS_KSET(USE_SDMA_HEAD) && __sdma_running(sde) &&
1674 hwhead = use_dmahead ?
1703 use_dmahead ? "dma" : "kreg",
1705 if (use_dmahead) {
1707 use_dmahead = 0;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_iba7220.c4268 int use_dmahead; local
4274 use_dmahead = __qib_sdma_running(ppd) &&
4277 hwhead = use_dmahead ?
4298 if (use_dmahead) {
4300 use_dmahead = 0;
H A Dqib_iba7322.c6884 int use_dmahead; local
6890 use_dmahead = __qib_sdma_running(ppd) &&
6893 hwhead = use_dmahead ?
6913 if (use_dmahead) {
6915 use_dmahead = 0;

Completed in 205 milliseconds