Home
last modified time | relevance | path

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

/linux/drivers/scsi/snic/
H A Dsnic_stats.h10 atomic64_t max_sgl; /* Max # SGLs for any IO */ member
H A Dsnic_io.c251 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()
H A Dsnic_debugfs.c204 (u64) atomic64_read(&stats->io.max_sgl), in snic_stats_show()
/linux/drivers/scsi/elx/efct/
H A Defct_lio.h38 u32 max_sgl; member
H A Defct_hw.c232 u32 i, max_sgl, cpus; in efct_hw_setup() local
309 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()
/linux/arch/m68k/fpsp040/
H A Dbugfix.S140 | if (etemp_exponent == max_sgl) etemp_exponent = max_dbl;