Searched refs:sge_size (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 1080 frame_sz = sizeof(Mpi2ConfigRequest_t) + ioc->sge_size; in _base_sas_ioc_info() 1104 frame_sz = sizeof(Mpi2SmpPassthroughRequest_t) + ioc->sge_size; in _base_sas_ioc_info() 1109 ioc->sge_size; in _base_sas_ioc_info() 2011 psge += ioc->sge_size; in _base_build_sg() 2559 (sges_in_segment * ioc->sge_size))/4; in _base_build_sg_scmd() 2571 sg_local += ioc->sge_size; in _base_build_sg_scmd() 2588 0 : (sges_in_segment * ioc->sge_size)/4; in _base_build_sg_scmd() 2589 chain_length = sges_in_segment * ioc->sge_size; in _base_build_sg_scmd() 2593 chain_length += ioc->sge_size; in _base_build_sg_scmd() 2613 sg_local += ioc->sge_size; in _base_build_sg_scmd() 5167 u16 sge_size; _base_allocate_memory_pools() local [all...] |
H A D | mpt3sas_ctl.c | 974 src = (void *)dst + ioc->sge_size; in _ctl_do_mpt_command() 976 memcpy(&tmp, src, ioc->sge_size); in _ctl_do_mpt_command() 977 memcpy(src, dst, ioc->sge_size); in _ctl_do_mpt_command() 978 memcpy(dst, &tmp, ioc->sge_size); in _ctl_do_mpt_command()
|
H A D | mpt3sas_base.h | 1127 * @sge_size: sg element size for either 32/64 bit 1363 u16 sge_size; member
|
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/ |
H A D | mpt3sas_base.c | 1173 frame_sz = sizeof(Mpi2ConfigRequest_t) + ioc->sge_size; in _base_sas_ioc_info() 1197 frame_sz = sizeof(Mpi2SmpPassthroughRequest_t) + ioc->sge_size; in _base_sas_ioc_info() 1202 ioc->sge_size; in _base_sas_ioc_info() 2189 psge += ioc->sge_size; in _base_build_sg() 2730 (sges_in_segment * ioc->sge_size))/4; in _base_build_sg_scmd() 2742 sg_local += ioc->sge_size; in _base_build_sg_scmd() 2759 0 : (sges_in_segment * ioc->sge_size)/4; in _base_build_sg_scmd() 2760 chain_length = sges_in_segment * ioc->sge_size; in _base_build_sg_scmd() 2764 chain_length += ioc->sge_size; in _base_build_sg_scmd() 2784 sg_local += ioc->sge_size; in _base_build_sg_scmd() 6277 u16 sge_size; _base_allocate_memory_pools() local [all...] |
H A D | mpt3sas_ctl.c | 987 src = (void *)dst + ioc->sge_size; in _ctl_do_mpt_command() 989 memcpy(&tmp, src, ioc->sge_size); in _ctl_do_mpt_command() 990 memcpy(src, dst, ioc->sge_size); in _ctl_do_mpt_command() 991 memcpy(dst, &tmp, ioc->sge_size); in _ctl_do_mpt_command()
|
H A D | mpt3sas_base.h | 1262 * @sge_size: sg element size for either 32/64 bit 1509 u16 sge_size; member
|
Completed in 34 milliseconds