Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c1202 ioc->sge_size; in _base_sas_ioc_info()
1207 ioc->sge_size; in _base_sas_ioc_info()
2194 psge += ioc->sge_size; in _base_build_sg()
2751 (sges_in_segment * ioc->sge_size))/4; in _base_build_sg_scmd()
2763 sg_local += ioc->sge_size; in _base_build_sg_scmd()
2785 chain_length += ioc->sge_size; in _base_build_sg_scmd()
2805 sg_local += ioc->sge_size; in _base_build_sg_scmd()
2829 sg_local += ioc->sge_size; in _base_build_sg_scmd()
6294 u16 sge_size; in _base_allocate_memory_pools() local
6385 sge_size = max_t(u16, ioc->sge_size, ioc->sge_size_ieee); in _base_allocate_memory_pools()
[all …]
H A Dmpt3sas_ctl.c1042 src = (void *)dst + ioc->sge_size; in _ctl_do_mpt_command()
1044 memcpy(&tmp, src, ioc->sge_size); in _ctl_do_mpt_command()
1045 memcpy(src, dst, ioc->sge_size); in _ctl_do_mpt_command()
1046 memcpy(dst, &tmp, ioc->sge_size); in _ctl_do_mpt_command()
H A Dmpt3sas_base.h1506 u16 sge_size; member