Searched refs:request_sz (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/drivers/scsi/mpt3sas/ |
| D | mpt3sas_base.c | 243 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem() 303 (cmd_credit * ioc->request_sz) + in _base_get_chain() 306 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain() 329 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys() 332 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys() 580 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries() 2864 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee() 3762 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame() 4037 memset(request, 0, ioc->request_sz); in mpt3sas_base_free_smid() 4149 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io() [all …]
|
| D | mpt3sas_config.c | 414 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 428 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 455 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 471 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
|
| D | mpt3sas_ctl.c | 694 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command() 703 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command() 733 memset(request, 0, ioc->request_sz); in _ctl_do_mpt_command() 804 ioc->request_sz/4); in _ctl_do_mpt_command() 988 ioc->request_sz/4); in _ctl_do_mpt_command()
|
| D | mpt3sas_base.h | 1507 u16 request_sz; member
|
| D | mpt3sas_scsih.c | 5220 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
|