Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_virtchnl_ptp.c40 int reply_sz; in idpf_ptp_get_caps() local
50 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_ptp_get_caps()
51 if (reply_sz < 0) in idpf_ptp_get_caps()
52 return reply_sz; in idpf_ptp_get_caps()
53 else if (reply_sz != sizeof(*recv_ptp_caps_msg)) in idpf_ptp_get_caps()
167 int reply_sz; in idpf_ptp_get_dev_clk_time() local
170 reply_sz = idpf_vc_xn_exec(adapter, &xn_params); in idpf_ptp_get_dev_clk_time()
171 if (reply_sz < 0) in idpf_ptp_get_dev_clk_time()
172 return reply_sz; in idpf_ptp_get_dev_clk_time()
173 if (reply_sz != sizeof(get_dev_clk_time_msg)) in idpf_ptp_get_dev_clk_time()
[all …]
H A Didpf_virtchnl.c455 xn->reply_sz = 0; in idpf_vc_xn_exec()
499 retval = xn->reply_sz; in idpf_vc_xn_exec()
541 xn->reply_sz = 0; in idpf_vc_xn_forward_async()
552 xn->reply_sz = 0; in idpf_vc_xn_forward_async()
630 xn->reply_sz = 0; in idpf_vc_xn_forward_reply()
637 xn->reply_sz = 0; in idpf_vc_xn_forward_reply()
648 xn->reply_sz = payload_size; in idpf_vc_xn_forward_reply()
781 ssize_t reply_sz; in idpf_send_chunked_msg() local
789 reply_sz = idpf_vc_xn_exec(vport->adapter, &xn_params); in idpf_send_chunked_msg()
790 if (reply_sz < 0) in idpf_send_chunked_msg()
[all …]
/linux/drivers/message/fusion/
H A Dmptbase.c1819 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in mpt_attach()
3076 int reply_sz; in GetIocFacts() local
3092 reply_sz = sizeof(*facts); in GetIocFacts()
3093 memset(facts, 0, reply_sz); in GetIocFacts()
3104 ioc->name, req_sz, reply_sz)); in GetIocFacts()
3110 reply_sz, (u16*)facts, 5 /*seconds*/, sleepFlag); in GetIocFacts()
3211 ioc->reply_sz = MPT_REPLY_FRAME_SIZE; in GetIocFacts()
3215 ioc->name, ioc->reply_sz, ioc->reply_depth)); in GetIocFacts()
3250 int reply_sz; in GetPortFacts() local
3263 reply_sz = sizeof(*pfacts); in GetPortFacts()
[all …]
H A Dmptctl.c227 sz = min(ioc->reply_sz, 4*reply->u.reply.MsgLength); in mptctl_reply()
2034 (pInit->ReplyFrameSize != cpu_to_le16(ioc->reply_sz)) || in mptctl_do_mpt_command()
2230 if (karg.maxReplyBytes < ioc->reply_sz) { in mptctl_do_mpt_command()
2234 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
/linux/drivers/scsi/mpi3mr/
H A Dmpi3mr_fw.c428 mrioc->reply_sz); in mpi3mr_process_admin_reply_desc()
1334 if (mrioc->facts.reply_sz > mrioc->reply_sz) { in mpi3mr_revalidate_factsdata()
1337 mrioc->reply_sz, mrioc->facts.reply_sz); in mpi3mr_revalidate_factsdata()
3167 mrioc->facts.reply_sz = le16_to_cpu(facts_data->reply_frame_size) * 4; in mpi3mr_process_factsdata()
3276 mrioc->init_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
3280 mrioc->bsg_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
3284 mrioc->transport_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
3289 mrioc->dev_rmhs_cmds[i].reply = kzalloc(mrioc->reply_sz, in mpi3mr_alloc_reply_sense_bufs()
3296 mrioc->evtack_cmds[i].reply = kzalloc(mrioc->reply_sz, in mpi3mr_alloc_reply_sense_bufs()
3302 mrioc->host_tm_cmds.reply = kzalloc(mrioc->reply_sz, GFP_KERNEL); in mpi3mr_alloc_reply_sense_bufs()
[all …]
H A Dmpi3mr.h368 u16 reply_sz; member
1244 u16 reply_sz; member
/linux/drivers/scsi/mpt3sas/
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()