Searched refs:reply_sz (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/drivers/message/fusion/ |
| D | mptbase.c | 1827 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach() 3085 int reply_sz; in GetIocFacts() local 3101 reply_sz = sizeof(*facts); in GetIocFacts() 3102 memset(facts, 0, reply_sz); in GetIocFacts() 3113 ioc->name, req_sz, reply_sz)); in GetIocFacts() 3119 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts() 3220 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts() 3224 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts() 3259 int reply_sz; in GetPortFacts() local 3272 reply_sz = sizeof(*pfacts); in GetPortFacts() [all …]
|
| D | mptctl.c | 227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply() 2032 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command() 2226 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command() 2230 sz = min(ioc->reply_sz, 4*ioc->ioctl_cmds.reply[2]); in mptctl_do_mpt_command()
|
| D | mptbase.h | 638 int reply_sz; /* Reply frame size */ member
|
| D | mptsas.c | 2096 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
|
| /Linux-v5.15/drivers/scsi/mpi3mr/ |
| D | mpi3mr_fw.c | 372 mrioc->facts.reply_sz); in mpi3mr_process_admin_reply_desc() 2374 mrioc->facts.reply_sz = le16_to_cpu(facts_data->reply_frame_size) * 4; in mpi3mr_process_factsdata() 2454 mrioc->init_cmds.reply = kzalloc(mrioc->facts.reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs() 2459 mrioc->dev_rmhs_cmds[i].reply = kzalloc(mrioc->facts.reply_sz, in mpi3mr_alloc_reply_sense_bufs() 2465 mrioc->host_tm_cmds.reply = kzalloc(mrioc->facts.reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs() 2491 sz = mrioc->num_reply_bufs * mrioc->facts.reply_sz; in mpi3mr_alloc_reply_sense_bufs() 2546 sz = mrioc->num_reply_bufs * mrioc->facts.reply_sz; in mpi3mr_alloc_reply_sense_bufs() 2549 mrioc->reply_buf, mrioc->num_reply_bufs, mrioc->facts.reply_sz, in mpi3mr_alloc_reply_sense_bufs() 2569 i < mrioc->num_reply_bufs; i++, phy_addr += mrioc->facts.reply_sz) in mpi3mr_alloc_reply_sense_bufs()
|
| D | mpi3mr.h | 254 u16 reply_sz; member
|
| /Linux-v5.15/drivers/scsi/mpt3sas/ |
| D | mpt3sas_ctl.c | 639 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz); in _ctl_set_task_mid() 731 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_do_mpt_command() 1067 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz); in _ctl_do_mpt_command() 1686 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_register_2() 2163 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in mpt3sas_send_diag_release() 2417 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_read_buffer()
|
| D | mpt3sas_config.c | 415 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request() 429 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request() 456 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request() 472 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
|
| D | mpt3sas_base.c | 5944 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024); in _base_allocate_reply_pool() 6188 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools() 6467 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools() 8043 ioc->reply_sz) { in _base_make_ioc_operational() 8361 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8365 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8369 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8374 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8379 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() 8384 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach() [all …]
|
| D | mpt3sas_base.h | 1556 u16 reply_sz; member
|