Searched refs:sc_per_vl (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Dpio.c1858 * The auto algorithm computers the sc_per_vl and the number of extra
1876 int extra, sc_per_vl; local
1887 sc_per_vl = num_kernel_send_contexts / num_vls;
1893 vl_scontexts[i] = sc_per_vl + (extra > 0 ? 1 : 0);

Completed in 96 milliseconds