Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dhptiop.h318 u32 max_sg_descriptors; member
Dhptiop.c870 BUG_ON(HPT_SCP(scp)->sgcnt > hba->max_sg_descriptors); in hptiop_buildsgl()
1381 hba->max_sg_descriptors = le32_to_cpu(iop_config.max_sg_count); in hptiop_probe()
1411 + sizeof(struct hpt_iopsg) * (hba->max_sg_descriptors - 1); in hptiop_probe()