Searched refs:max_sgl (Results 1 – 6 of 6) sorted by relevance
10 atomic64_t max_sgl; /* Max # SGLs for any IO */ member
251 if (sg_cnt > atomic64_read(&snic->s_stats.io.max_sgl)) in snic_req_init()252 atomic64_set(&snic->s_stats.io.max_sgl, sg_cnt); in snic_req_init()
204 (u64) atomic64_read(&stats->io.max_sgl), in snic_stats_show()
38 u32 max_sgl; member
232 u32 i, max_sgl, cpus; in efct_hw_setup() local309 max_sgl = sli_get_max_sgl(&hw->sli) - SLI4_SGE_MAX_RESERVED; in efct_hw_setup()310 max_sgl = (max_sgl > EFCT_FC_MAX_SGL) ? EFCT_FC_MAX_SGL : max_sgl; in efct_hw_setup()311 hw->config.n_sgl = max_sgl; in efct_hw_setup()
140 | if (etemp_exponent == max_sgl) etemp_exponent = max_dbl;