Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/infiniband/hw/qib/
Dqib_iba7322.c6852 unsigned lastbuf, erstbuf; in init_sdma_7322_regs() local
6867 erstbuf = (dd->piobcnt2k + dd->piobcnt4k) - in init_sdma_7322_regs()
6870 lastbuf = erstbuf + n; in init_sdma_7322_regs()
6872 ppd->sdma_state.first_sendbuf = erstbuf; in init_sdma_7322_regs()
6874 for (; erstbuf < lastbuf; ++erstbuf) { in init_sdma_7322_regs()
6875 unsigned word = erstbuf / BITS_PER_LONG; in init_sdma_7322_regs()
6876 unsigned bit = erstbuf & (BITS_PER_LONG - 1); in init_sdma_7322_regs()