Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c6874 unsigned lastbuf, erstbuf; in init_sdma_7322_regs() local
6889 erstbuf = (dd->piobcnt2k + dd->piobcnt4k) - in init_sdma_7322_regs()
6892 lastbuf = erstbuf + n; in init_sdma_7322_regs()
6894 ppd->sdma_state.first_sendbuf = erstbuf; in init_sdma_7322_regs()
6896 for (; erstbuf < lastbuf; ++erstbuf) { in init_sdma_7322_regs()
6897 unsigned word = erstbuf / BITS_PER_LONG; in init_sdma_7322_regs()
6898 unsigned bit = erstbuf & (BITS_PER_LONG - 1); in init_sdma_7322_regs()