Home
last modified time | relevance | path

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

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