Searched refs:request_sz (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/mpt3sas/ |
D | mpt3sas_base.c | 230 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem() 290 (cmd_credit * ioc->request_sz) + in _base_get_chain() 293 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain() 316 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys() 319 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys() 567 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries() 2570 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee() 3376 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame() 3629 memset(request, 0, ioc->request_sz); in mpt3sas_base_free_smid() 3740 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io() [all …]
|
D | mpt3sas_config.c | 407 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 408 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request() 418 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 419 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request() 442 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 443 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request() 455 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 456 _debug_dump_reply(mpi_reply, ioc->request_sz/4); in _config_request()
|
D | mpt3sas_ctl.c | 678 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command() 687 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command() 717 memset(request, 0, ioc->request_sz); in _ctl_do_mpt_command() 788 ioc->request_sz/4); in _ctl_do_mpt_command() 970 ioc->request_sz/4); in _ctl_do_mpt_command()
|
D | mpt3sas_base.h | 1338 u16 request_sz; member
|
D | mpt3sas_scsih.c | 4735 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
|