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

/drivers/scsi/
H A Dhptiop.h318 u32 max_sg_descriptors; member in struct:hptiop_hba
H A Dhptiop.c872 BUG_ON(HPT_SCP(scp)->sgcnt > hba->max_sg_descriptors);
1376 hba->max_sg_descriptors = le32_to_cpu(iop_config.max_sg_count);
1406 + sizeof(struct hpt_iopsg) * (hba->max_sg_descriptors - 1);

Completed in 503 milliseconds