Home
last modified time | relevance | path

Searched refs:reply_sz (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c34 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req() argument
78 memcpy((u8 *)reply, mrioc->transport_cmds.reply, reply_sz); in mpi3mr_post_transport_req()
143 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_report_manufacture() local
171 memset(&mpi_reply, 0, reply_sz); in mpi3mr_report_manufacture()
188 &mpi_reply, reply_sz, in mpi3mr_report_manufacture()
2537 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_get_expander_phy_error_log() local
2568 memset(&mpi_reply, 0, reply_sz); in mpi3mr_get_expander_phy_error_log()
2585 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_get_expander_phy_error_log()
2795 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_expander_phy_control() local
2833 memset(&mpi_reply, 0, reply_sz); in mpi3mr_expander_phy_control()
[all …]
H A Dmpi3mr_fw.c403 mrioc->reply_sz); in mpi3mr_process_admin_reply_desc()
1144 if (mrioc->facts.reply_sz > mrioc->reply_sz) { in mpi3mr_revalidate_factsdata()
1147 mrioc->reply_sz, mrioc->facts.reply_sz); in mpi3mr_revalidate_factsdata()
2854 mrioc->facts.reply_sz = le16_to_cpu(facts_data->reply_frame_size) * 4; in mpi3mr_process_factsdata()
2959 mrioc->init_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
2963 mrioc->bsg_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
2967 mrioc->transport_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
2972 mrioc->dev_rmhs_cmds[i].reply = kzalloc(mrioc->reply_sz, in mpi3mr_alloc_reply_sense_bufs()
2979 mrioc->evtack_cmds[i].reply = kzalloc(mrioc->reply_sz, in mpi3mr_alloc_reply_sense_bufs()
2985 mrioc->host_tm_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
[all …]
H A Dmpi3mr_app.c146 (mrioc->reply_sz - (sizeof(struct mpi3_event_notification_reply) - 4)) in mpi3mr_enable_logdata()
1266 memset(mrioc->bsg_cmds.reply, 0, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds()
1349 mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds()
1360 mrioc->bsg_cmds.reply, mrioc->reply_sz); in mpi3mr_bsg_process_mpt_cmds()
H A Dmpi3mr.h325 u16 reply_sz; member
1107 u16 reply_sz; member
/openbmc/linux/drivers/message/fusion/
H A Dmptbase.c1819 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach()
3077 int reply_sz; in GetIocFacts() local
3093 reply_sz = sizeof(*facts); in GetIocFacts()
3094 memset(facts, 0, reply_sz); in GetIocFacts()
3105 ioc->name, req_sz, reply_sz)); in GetIocFacts()
3111 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts()
3212 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts()
3216 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()
3251 int reply_sz; in GetPortFacts() local
3264 reply_sz = sizeof(*pfacts); in GetPortFacts()
[all …]
H A Dmptctl.c227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply()
2036 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command()
2232 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command()
2236 sz = min(ioc->reply_sz, 4*ioc->ioctl_cmds.reply[2]); in mptctl_do_mpt_command()
H A Dmptbase.h638 int reply_sz; /* Reply frame size */ member
H A Dmptsas.c2096 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
/openbmc/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c640 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz); in _ctl_set_task_mid()
732 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_do_mpt_command()
1076 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz); in _ctl_do_mpt_command()
1695 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_register_2()
2174 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in mpt3sas_send_diag_release()
2429 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_read_buffer()
H A Dmpt3sas_config.c418 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
432 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
459 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
475 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
H A Dmpt3sas_base.c6124 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024); in _base_allocate_reply_pool()
6368 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools()
6642 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
8225 ioc->reply_sz) { in _base_make_ioc_operational()
8559 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8563 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8567 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8572 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8577 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8582 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
[all …]
H A Dmpt3sas_base.h1560 u16 reply_sz; member