Searched refs:request_sz (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 179 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem() 239 (cmd_credit * ioc->request_sz) + in _base_get_chain() 242 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain() 265 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys() 268 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys() 518 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries() 2427 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee() 3085 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame() 3374 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io() 3376 ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io() [all …]
|
D | mpt3sas_config.c | 430 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 431 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request() 443 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 444 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request() 468 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 469 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request() 485 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 486 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
|
D | mpt3sas_base.h | 1280 u16 request_sz; member
|
D | mpt3sas_ctl.c | 702 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command() 712 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command()
|
D | mpt3sas_scsih.c | 4689 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
|