Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_alloc.c73 u32 ntrunk, i; in hns_roce_buf_alloc() local
90 ntrunk = 1; in hns_roce_buf_alloc()
93 ntrunk = DIV_ROUND_UP(size, 1 << buf->trunk_shift); in hns_roce_buf_alloc()
96 trunks = kcalloc(ntrunk, sizeof(*trunks), gfp_flags); in hns_roce_buf_alloc()
104 for (i = 0; i < ntrunk; i++) { in hns_roce_buf_alloc()
116 if ((flags & HNS_ROCE_BUF_NOFAIL) ? i == 0 : i != ntrunk) { in hns_roce_buf_alloc()