Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/
H A Dhptiop.h310 u32 max_sg_descriptors; member
H A Dhptiop.c862 BUG_ON(HPT_SCP(scp)->sgcnt > hba->max_sg_descriptors); in hptiop_buildsgl()
1373 hba->max_sg_descriptors = le32_to_cpu(iop_config.max_sg_count); in hptiop_probe()
1403 + sizeof(struct hpt_iopsg) * (hba->max_sg_descriptors - 1); in hptiop_probe()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dhptiop.h310 u32 max_sg_descriptors; member
H A Dhptiop.c861 BUG_ON(HPT_SCP(scp)->sgcnt > hba->max_sg_descriptors); in hptiop_buildsgl()
1368 hba->max_sg_descriptors = le32_to_cpu(iop_config.max_sg_count); in hptiop_probe()
1398 sg_list, hba->max_sg_descriptors); in hptiop_probe()

Completed in 7 milliseconds