Home
last modified time | relevance | path

Searched refs:reply_sz (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_transport.c18 * @reply_sz: Size of the MPI3 reply buffer
34 u16 request_sz, void *reply, u16 reply_sz, int timeout, in mpi3mr_post_transport_req()
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()
2527 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); in mpi3mr_get_expander_phy_error_log() local
2558 memset(&mpi_reply, 0, reply_sz); in mpi3mr_get_expander_phy_error_log()
2575 &mpi_reply, reply_sz, MPI3MR_INTADMCMD_TIMEOUT, &ioc_status)) in mpi3mr_get_expander_phy_error_log()
2785 u16 reply_sz in mpi3mr_expander_phy_control() local
33 mpi3mr_post_transport_req(struct mpi3mr_ioc *mrioc, void *request, u16 request_sz, void *reply, u16 reply_sz, int timeout, u16 *ioc_status) mpi3mr_post_transport_req() argument
2883 u16 reply_sz = sizeof(struct mpi3_iounit_control_reply); mpi3mr_transport_phy_reset() local
3207 u16 reply_sz = sizeof(struct mpi3_smp_passthrough_reply); mpi3mr_transport_smp_handler() local
[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()
[all...]
H A Dmpi3mr.h325 u16 reply_sz; member
1107 u16 reply_sz; member
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()
/kernel/linux/linux-5.10/drivers/message/fusion/
H A Dmptbase.c1828 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach()
3086 int reply_sz; in GetIocFacts() local
3102 reply_sz = sizeof(*facts); in GetIocFacts()
3103 memset(facts, 0, reply_sz); in GetIocFacts()
3113 "Sending get IocFacts request req_sz=%d reply_sz=%d\n", in GetIocFacts()
3114 ioc->name, req_sz, reply_sz)); in GetIocFacts()
3120 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts()
3222 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts()
3225 dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "reply_sz=%3d, reply_depth=%4d\n", in GetIocFacts()
3226 ioc->name, ioc->reply_sz, io in GetIocFacts()
3261 int reply_sz; GetPortFacts() local
3468 int reply_sz; SendPortEnable() local
3585 int ii, sz, reply_sz; mpt_do_upload() local
4442 int i, reply_sz, sz, total_size, num_chain; PrimeIocFifos() local
[all...]
H A Dmptctl.c227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply()
2040 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command()
2234 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command()
2238 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.c2068 min(ioc->reply_sz, 4 * reply->u.reply.MsgLength)); in mptsas_mgmt_done()
/kernel/linux/linux-6.6/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()
3104 "Sending get IocFacts request req_sz=%d reply_sz=%d\n", 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()
3215 dinitprintk(ioc, printk(MYIOC_s_DEBUG_FMT "reply_sz=%3d, reply_depth=%4d\n", in GetIocFacts()
3216 ioc->name, ioc->reply_sz, io in GetIocFacts()
3251 int reply_sz; GetPortFacts() local
3458 int reply_sz; SendPortEnable() local
3577 int ii, sz, reply_sz; mpt_do_upload() local
4434 int i, reply_sz, sz, total_size, num_chain; PrimeIocFifos() local
[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()
/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_config.c413 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
427 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
454 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
470 _debug_dump_reply(mpi_reply, ioc->reply_sz/4); in _config_request()
H A Dmpt3sas_ctl.c637 sz = min_t(u32, karg->max_reply_bytes, ioc->reply_sz); in _ctl_set_task_mid()
729 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_do_mpt_command()
1063 sz = min_t(u32, karg.max_reply_bytes, ioc->reply_sz); in _ctl_do_mpt_command()
1681 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_register_2()
2155 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in mpt3sas_send_diag_release()
2409 memset(ioc->ctl_cmds.reply, 0, ioc->reply_sz); in _ctl_diag_read_buffer()
H A Dmpt3sas_base.c5243 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools()
5569 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
5587 ioc->reply_sz, sz / 1024)); in _base_allocate_memory_pools()
7159 ioc->reply_sz) { in _base_make_ioc_operational()
7477 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7481 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7485 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7490 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7495 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
7500 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNE in mpt3sas_base_attach()
[all...]
H A Dmpt3sas_base.h1162 * @reply_sz: per reply frame size:
1413 u16 reply_sz; member
/kernel/linux/linux-6.6/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.c6108 ioc->reply_free_queue_depth, ioc->reply_sz, sz/1024); in _base_allocate_reply_pool()
6352 ioc->reply_sz = facts->ReplyFrameSize * 4; in _base_allocate_memory_pools()
6626 sz = ioc->reply_free_queue_depth * ioc->reply_sz; in _base_allocate_memory_pools()
8204 ioc->reply_sz) { in _base_make_ioc_operational()
8525 ioc->base_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8529 ioc->port_enable_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8533 ioc->transport_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8538 ioc->scsih_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8543 ioc->tm_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNEL); in mpt3sas_base_attach()
8548 ioc->config_cmds.reply = kzalloc(ioc->reply_sz, GFP_KERNE in mpt3sas_base_attach()
[all...]
H A Dmpt3sas_base.h1297 * @reply_sz: per reply frame size:
1560 u16 reply_sz; member

Completed in 81 milliseconds