Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/infiniband/hw/ehca/
Dehca_qp.c364 static inline int ehca_calc_wqe_size(int act_nr_sge, int is_llqp) in ehca_calc_wqe_size() argument
367 return 128 << act_nr_sge; in ehca_calc_wqe_size()
370 u.nud.sg_list[act_nr_sge]); in ehca_calc_wqe_size()
377 int act_nr_sge = req_nr_sge; in ehca_determine_small_queue() local
381 for (act_nr_sge = 4; act_nr_sge <= 252; in ehca_determine_small_queue()
382 act_nr_sge = 4 + 2 * act_nr_sge) in ehca_determine_small_queue()
383 if (act_nr_sge >= req_nr_sge) in ehca_determine_small_queue()
386 wqe_size = ehca_calc_wqe_size(act_nr_sge, is_llqp); in ehca_determine_small_queue()