Home
last modified time | relevance | path

Searched refs:req_buf (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/drivers/net/fjes/
Dfjes_hw.c237 hw->hw_info.req_buf = kzalloc(mem_size, GFP_KERNEL); in fjes_hw_setup()
238 if (!(hw->hw_info.req_buf)) in fjes_hw_setup()
281 param.req_start = __pa(hw->hw_info.req_buf); in fjes_hw_setup()
301 kfree(hw->hw_info.req_buf); in fjes_hw_cleanup()
302 hw->hw_info.req_buf = NULL; in fjes_hw_cleanup()
434 union fjes_device_command_req *req_buf = hw->hw_info.req_buf; in fjes_hw_request_info() local
439 memset(req_buf, 0, hw->hw_info.req_buf_size); in fjes_hw_request_info()
442 req_buf->info.length = FJES_DEV_COMMAND_INFO_REQ_LEN; in fjes_hw_request_info()
492 union fjes_device_command_req *req_buf = hw->hw_info.req_buf; in fjes_hw_register_buff_addr() local
504 memset(req_buf, 0, hw->hw_info.req_buf_size); in fjes_hw_register_buff_addr()
[all …]
Dfjes_trace.h109 TP_PROTO(union fjes_device_command_req *req_buf,
111 TP_ARGS(req_buf, buf_pair),
125 __entry->length = req_buf->share_buffer.length;
126 __entry->epid = req_buf->share_buffer.epid;
169 TP_PROTO(union fjes_device_command_req *req_buf),
170 TP_ARGS(req_buf),
176 __entry->length = req_buf->unshare_buffer.length;
177 __entry->epid = req_buf->unshare_buffer.epid;
213 TP_PROTO(union fjes_device_command_req *req_buf),
214 TP_ARGS(req_buf),
[all …]
Dfjes_hw.h294 union fjes_device_command_req *req_buf; member
/Linux-v4.19/drivers/scsi/qedi/
Dqedi_iscsi.c93 if (qedi_conn->gen_pdu.req_buf) { in qedi_conn_free_login_resources()
96 qedi_conn->gen_pdu.req_buf, in qedi_conn_free_login_resources()
98 qedi_conn->gen_pdu.req_buf = NULL; in qedi_conn_free_login_resources()
105 qedi_conn->gen_pdu.req_buf = in qedi_conn_alloc_login_resources()
110 if (!qedi_conn->gen_pdu.req_buf) in qedi_conn_alloc_login_resources()
114 qedi_conn->gen_pdu.req_wr_ptr = qedi_conn->gen_pdu.req_buf; in qedi_conn_alloc_login_resources()
158 qedi_conn->gen_pdu.req_buf, in qedi_conn_alloc_login_resources()
160 qedi_conn->gen_pdu.req_buf = NULL; in qedi_conn_alloc_login_resources()
713 qedi_conn->gen_pdu.req_buf; in qedi_iscsi_prep_generic_pdu_bd()
736 buf = qedi_conn->gen_pdu.req_buf; in qedi_iscsi_send_generic_request()
[all …]
Dqedi_iscsi.h135 char *req_buf; member
/Linux-v4.19/drivers/block/
Dsunvdc.c561 void *req_buf; in generic_request() local
626 req_buf = kzalloc(op_len, GFP_KERNEL); in generic_request()
627 if (!req_buf) in generic_request()
634 memcpy(req_buf, buf, len); in generic_request()
645 err = ldc_map_single(port->vio.lp, req_buf, op_len, in generic_request()
650 kfree(req_buf); in generic_request()
687 memcpy(buf, req_buf, len); in generic_request()
689 kfree(req_buf); in generic_request()
/Linux-v4.19/drivers/scsi/bnx2i/
Dbnx2i_iscsi.c961 if (bnx2i_conn->gen_pdu.req_buf) { in bnx2i_conn_free_login_resources()
964 bnx2i_conn->gen_pdu.req_buf, in bnx2i_conn_free_login_resources()
966 bnx2i_conn->gen_pdu.req_buf = NULL; in bnx2i_conn_free_login_resources()
981 bnx2i_conn->gen_pdu.req_buf = in bnx2i_conn_alloc_login_resources()
986 if (bnx2i_conn->gen_pdu.req_buf == NULL) in bnx2i_conn_alloc_login_resources()
990 bnx2i_conn->gen_pdu.req_wr_ptr = bnx2i_conn->gen_pdu.req_buf; in bnx2i_conn_alloc_login_resources()
1031 bnx2i_conn->gen_pdu.req_buf, in bnx2i_conn_alloc_login_resources()
1033 bnx2i_conn->gen_pdu.req_buf = NULL; in bnx2i_conn_alloc_login_resources()
1059 bnx2i_conn->gen_pdu.req_buf; in bnx2i_iscsi_prep_generic_pdu_bd()
1096 buf = bnx2i_conn->gen_pdu.req_buf; in bnx2i_iscsi_send_generic_request()
[all …]
Dbnx2i.h196 char *req_buf; member
/Linux-v4.19/drivers/target/iscsi/
Discsi_target_nego.c781 login->req_buf, in iscsi_target_do_authentication()
841 login->req_buf, in iscsi_target_handle_csg_zero()
925 login->req_buf, in iscsi_target_handle_csg_one()
1086 memcpy(tmpbuf, login->req_buf, payload_length); in iscsi_target_locate_portal()
1337 kfree(login->req_buf); in iscsi_target_nego_release()
Discsi_target_login.c58 login->req_buf = kzalloc(MAX_KEY_VALUE_PAIRS, GFP_KERNEL); in iscsi_login_init_conn()
59 if (!login->req_buf) { in iscsi_login_init_conn()
75 kfree(login->req_buf); in iscsi_login_init_conn()
1078 memset(login->req_buf, 0, MAX_KEY_VALUE_PAIRS); in iscsit_get_login_rx()
1079 if (iscsi_login_rx_data(conn, login->req_buf, in iscsit_get_login_rx()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_io.c567 if (mp_req->req_buf) { in bnx2fc_free_mp_resc()
569 mp_req->req_buf, in bnx2fc_free_mp_resc()
571 mp_req->req_buf = NULL; in bnx2fc_free_mp_resc()
600 mp_req->req_buf = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2fc_init_mp_req()
603 if (!mp_req->req_buf) { in bnx2fc_init_mp_req()
617 memset(mp_req->req_buf, 0, CNIC_PAGE_SIZE); in bnx2fc_init_mp_req()
743 bnx2fc_build_fcp_cmnd(io_req, (struct fcp_cmnd *)tm_req->req_buf); in bnx2fc_initiate_tmf()
744 fcp_cmnd = (struct fcp_cmnd *)tm_req->req_buf; in bnx2fc_initiate_tmf()
Dbnx2fc.h392 void *req_buf; member
/Linux-v4.19/drivers/staging/media/davinci_vpfe/
Dvpfe_video.c1324 struct v4l2_requestbuffers *req_buf) in vpfe_reqbufs() argument
1334 if (req_buf->type != V4L2_BUF_TYPE_VIDEO_CAPTURE && in vpfe_reqbufs()
1335 req_buf->type != V4L2_BUF_TYPE_VIDEO_OUTPUT){ in vpfe_reqbufs()
1349 video->memory = req_buf->memory; in vpfe_reqbufs()
1353 q->type = req_buf->type; in vpfe_reqbufs()
1373 ret = vb2_reqbufs(&video->buffer_queue, req_buf); in vpfe_reqbufs()
/Linux-v4.19/drivers/net/wireless/zydas/zd1211rw/
Dzd_usb.h226 u8 req_buf[64]; /* zd_usb_iowrite16v needs 62 bytes */ member
Dzd_usb.c1746 sizeof(__le16) > sizeof(usb->req_buf)); in zd_usb_ioread16v()
1748 sizeof(usb->req_buf)); in zd_usb_ioread16v()
1751 req = (void *)usb->req_buf; in zd_usb_ioread16v()
2029 sizeof(usb->req_buf)); in zd_usb_rfwrite()
2031 sizeof(usb->req_buf)); in zd_usb_rfwrite()
2034 req = (void *)usb->req_buf; in zd_usb_rfwrite()
/Linux-v4.19/drivers/media/platform/davinci/
Dvpfe_capture.c1303 struct v4l2_requestbuffers *req_buf) in vpfe_reqbufs() argument
1311 if (V4L2_BUF_TYPE_VIDEO_CAPTURE != req_buf->type) { in vpfe_reqbufs()
1326 vpfe_dev->memory = req_buf->memory; in vpfe_reqbufs()
1331 req_buf->type, in vpfe_reqbufs()
1339 ret = videobuf_reqbufs(&vpfe_dev->buffer_queue, req_buf); in vpfe_reqbufs()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_io.c397 if (mp_req->req_buf) { in qedf_free_mp_resc()
399 mp_req->req_buf, mp_req->req_buf_dma); in qedf_free_mp_resc()
400 mp_req->req_buf = NULL; in qedf_free_mp_resc()
1716 mp_req->req_buf = dma_alloc_coherent(&qedf->pdev->dev, QEDF_PAGE_SIZE, in qedf_init_mp_req()
1718 if (!mp_req->req_buf) { in qedf_init_mp_req()
Dqedf.h64 void *req_buf; member
Dqedf_els.c103 memcpy(mp_req->req_buf, data, data_len); in qedf_initiate_els()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dusb.c918 u8 req_val, u8 *req_buf, u32 req_len, in ath6kl_usb_ctrl_msg_exchange() argument
925 req_buf, req_len); in ath6kl_usb_ctrl_msg_exchange()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dusb.c547 u8 req_val, u8 *req_buf, u32 req_len, in ath10k_usb_ctrl_msg_exchange() argument
555 req_buf, req_len); in ath10k_usb_ctrl_msg_exchange()
/Linux-v4.19/drivers/usb/dwc2/
Dgadget.c1178 void *req_buf = hs_req->req.buf; in dwc2_hsotg_handle_unaligned_buf_start() local
1181 if (!using_dma(hsotg) || !((long)req_buf & 3)) in dwc2_hsotg_handle_unaligned_buf_start()
1187 hs_ep->ep.name, req_buf, hs_req->req.length); in dwc2_hsotg_handle_unaligned_buf_start()
1191 hs_req->req.buf = req_buf; in dwc2_hsotg_handle_unaligned_buf_start()
1199 hs_req->saved_req_buf = req_buf; in dwc2_hsotg_handle_unaligned_buf_start()
1202 memcpy(hs_req->req.buf, req_buf, hs_req->req.length); in dwc2_hsotg_handle_unaligned_buf_start()
/Linux-v4.19/include/target/iscsi/
Discsi_target_core.h717 char *req_buf; member
/Linux-v4.19/drivers/usb/gadget/udc/
Dsnps_udc_core.c652 u8 *req_buf; in udc_txfifo_write() local
661 req_buf = req->buf + req->actual; in udc_txfifo_write()
662 prefetch(req_buf); in udc_txfifo_write()
665 buf = (u32 *) req_buf; in udc_txfifo_write()
/Linux-v4.19/drivers/target/iscsi/cxgbit/
Dcxgbit_target.c1363 memset(login->req_buf, 0, MAX_KEY_VALUE_PAIRS); in cxgbit_rx_login_pdu()
1364 skb_copy_bits(csk->skb, pdu_cb->doffset, login->req_buf, pdu_cb->dlen); in cxgbit_rx_login_pdu()

12