Searched refs:ntrunk (Results 1 – 1 of 1) sorted by relevance
74 u32 ntrunk, i; in hns_roce_buf_alloc() local91 ntrunk = 1; in hns_roce_buf_alloc()94 ntrunk = DIV_ROUND_UP(size, 1 << buf->trunk_shift); in hns_roce_buf_alloc()97 trunks = kcalloc(ntrunk, sizeof(*trunks), gfp_flags); in hns_roce_buf_alloc()105 for (i = 0; i < ntrunk; i++) { in hns_roce_buf_alloc()117 if ((flags & HNS_ROCE_BUF_NOFAIL) ? i == 0 : i != ntrunk) { in hns_roce_buf_alloc()