Searched refs:request_sz (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 260 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem() 320 (cmd_credit * ioc->request_sz) + in _base_get_chain() 323 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain() 346 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys() 349 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys() 597 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries() 2870 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee() 3774 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame() 4049 memset(request, 0, ioc->request_sz); in mpt3sas_base_free_smid() 4161 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io() [all …]
|
D | mpt3sas_config.c | 417 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 431 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 458 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 474 _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 | 1511 u16 request_sz; member
|
D | mpt3sas_scsih.c | 5220 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
|