Searched refs:request_sz (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_base.c | 235 (cmd_credit * ioc->request_sz) + (index * sizeof(u32)); in _base_clone_reply_to_sys_mem() 295 (cmd_credit * ioc->request_sz) + in _base_get_chain() 298 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain() 321 (cmd_credit * ioc->request_sz) + in _base_get_chain_phys() 324 ioc->request_sz) + (sge_chain_count * ioc->request_sz); in _base_get_chain_phys() 572 src_chain_addr[i], ioc->request_sz); in _clone_sg_entries() 2685 sges_in_segment = (ioc->request_sz - in _base_build_sg_scmd_ieee() 3477 return (void *)(ioc->request + (smid * ioc->request_sz)); in mpt3sas_base_get_msg_frame() 3746 memset(request, 0, ioc->request_sz); in mpt3sas_base_free_smid() 3857 MPI_FRAME_START_OFFSET + (smid * ioc->request_sz); in _base_put_smid_mpi_ep_scsi_io() [all …]
|
| H A D | mpt3sas_config.c | 412 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 426 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 453 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request() 469 _debug_dump_mf(mpi_request, ioc->request_sz/4); in _config_request()
|
| H A D | mpt3sas_ctl.c | 692 mpi_request = kzalloc(ioc->request_sz, GFP_KERNEL); in _ctl_do_mpt_command() 701 if (karg.data_sge_offset * 4 > ioc->request_sz || in _ctl_do_mpt_command() 731 memset(request, 0, ioc->request_sz); in _ctl_do_mpt_command() 802 ioc->request_sz/4); in _ctl_do_mpt_command() 984 ioc->request_sz/4); in _ctl_do_mpt_command()
|
| H A D | mpt3sas_base.h | 1365 u16 request_sz; member
|
| H A D | mpt3sas_scsih.c | 5036 memset(mpi_request, 0, ioc->request_sz); in scsih_qcmd()
|