Home
last modified time | relevance | path

Searched refs:max_sg_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/
H A Dhptiop.h184 __le32 max_sg_count; member
H A Dhptiop.c463 config->max_sg_count = info->max_sg_count; in iop_get_config_mvfrey()
1368 hba->max_sg_descriptors = le32_to_cpu(iop_config.max_sg_count); in hptiop_probe()
1392 host->sg_tablesize = le32_to_cpu(iop_config.max_sg_count); in hptiop_probe()
H A Dstex.c203 __le16 max_sg_count; member
443 dst->max_sg_count = cpu_to_le16(hba->host->sg_tablesize); in stex_map_sg()
475 dst->max_sg_count = cpu_to_le16(hba->host->sg_tablesize); in stex_ss_map_sg()