Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dchip.c12025 ret = (dd->ndevcntrs) * sizeof(u64); in hfi1_read_cntrs()
12443 dd->ndevcntrs = 0; in init_cntrs()
12453 dev_cntrs[i].offset = dd->ndevcntrs; in init_cntrs()
12462 dd->ndevcntrs++; in init_cntrs()
12465 dev_cntrs[i].offset = dd->ndevcntrs; in init_cntrs()
12474 dd->ndevcntrs++; in init_cntrs()
12482 dev_cntrs[i].offset = dd->ndevcntrs; in init_cntrs()
12483 dd->ndevcntrs++; in init_cntrs()
12488 dd->cntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
12492 dd->scntrs = kcalloc(dd->ndevcntrs, sizeof(u64), GFP_KERNEL); in init_cntrs()
Dhfi.h1231 size_t ndevcntrs; member