| /linux/drivers/net/fjes/ |
| H A D | fjes_hw.c | 223 hw->hw_info.req_buf = kzalloc(mem_size, GFP_KERNEL); in fjes_hw_setup() 224 if (!(hw->hw_info.req_buf)) { in fjes_hw_setup() 271 param.req_start = __pa(hw->hw_info.req_buf); in fjes_hw_setup() 293 kfree(hw->hw_info.req_buf); in fjes_hw_setup() 294 hw->hw_info.req_buf = NULL; in fjes_hw_setup() 310 kfree(hw->hw_info.req_buf); in fjes_hw_cleanup() 311 hw->hw_info.req_buf = NULL; in fjes_hw_cleanup() 443 union fjes_device_command_req *req_buf = hw->hw_info.req_buf; in fjes_hw_request_info() local 448 memset(req_buf, 0, hw->hw_info.req_buf_size); in fjes_hw_request_info() 451 req_buf->info.length = FJES_DEV_COMMAND_INFO_REQ_LEN; in fjes_hw_request_info() [all …]
|
| H A D | fjes_trace.h | 94 TP_PROTO(union fjes_device_command_req *req_buf, 96 TP_ARGS(req_buf, buf_pair), 110 __entry->length = req_buf->share_buffer.length; 111 __entry->epid = req_buf->share_buffer.epid; 154 TP_PROTO(union fjes_device_command_req *req_buf), 155 TP_ARGS(req_buf), 161 __entry->length = req_buf->unshare_buffer.length; 162 __entry->epid = req_buf->unshare_buffer.epid; 198 TP_PROTO(union fjes_device_command_req *req_buf), 199 TP_ARGS(req_buf), [all …]
|
| H A D | fjes_hw.h | 279 union fjes_device_command_req *req_buf; member
|
| /linux/drivers/scsi/qedi/ |
| H A D | qedi_iscsi.c | 90 if (qedi_conn->gen_pdu.req_buf) { in qedi_conn_free_login_resources() 93 qedi_conn->gen_pdu.req_buf, in qedi_conn_free_login_resources() 95 qedi_conn->gen_pdu.req_buf = NULL; in qedi_conn_free_login_resources() 102 qedi_conn->gen_pdu.req_buf = in qedi_conn_alloc_login_resources() 107 if (!qedi_conn->gen_pdu.req_buf) in qedi_conn_alloc_login_resources() 111 qedi_conn->gen_pdu.req_wr_ptr = qedi_conn->gen_pdu.req_buf; in qedi_conn_alloc_login_resources() 155 qedi_conn->gen_pdu.req_buf, in qedi_conn_alloc_login_resources() 157 qedi_conn->gen_pdu.req_buf = NULL; in qedi_conn_alloc_login_resources() 763 qedi_conn->gen_pdu.req_buf; in qedi_iscsi_prep_generic_pdu_bd() 786 buf = qedi_conn->gen_pdu.req_buf; in qedi_iscsi_send_generic_request() [all …]
|
| H A D | qedi_iscsi.h | 134 char *req_buf; member
|
| /linux/drivers/scsi/bnx2i/ |
| H A D | bnx2i_iscsi.c | 959 if (bnx2i_conn->gen_pdu.req_buf) { in bnx2i_conn_free_login_resources() 962 bnx2i_conn->gen_pdu.req_buf, in bnx2i_conn_free_login_resources() 964 bnx2i_conn->gen_pdu.req_buf = NULL; in bnx2i_conn_free_login_resources() 979 bnx2i_conn->gen_pdu.req_buf = in bnx2i_conn_alloc_login_resources() 984 if (bnx2i_conn->gen_pdu.req_buf == NULL) in bnx2i_conn_alloc_login_resources() 988 bnx2i_conn->gen_pdu.req_wr_ptr = bnx2i_conn->gen_pdu.req_buf; in bnx2i_conn_alloc_login_resources() 1029 bnx2i_conn->gen_pdu.req_buf, in bnx2i_conn_alloc_login_resources() 1031 bnx2i_conn->gen_pdu.req_buf = NULL; in bnx2i_conn_alloc_login_resources() 1057 bnx2i_conn->gen_pdu.req_buf; in bnx2i_iscsi_prep_generic_pdu_bd() 1094 buf = bnx2i_conn->gen_pdu.req_buf; in bnx2i_iscsi_send_generic_request() [all …]
|
| H A D | bnx2i.h | 196 char *req_buf; member
|
| /linux/drivers/target/iscsi/ |
| H A D | iscsi_target_nego.c | 772 login->req_buf, in iscsi_target_do_authentication() 868 login->req_buf, in iscsi_target_handle_csg_zero() 968 login->req_buf, in iscsi_target_handle_csg_one() 1130 tmpbuf = kmemdup_nul(login->req_buf, payload_length, GFP_KERNEL); in iscsi_target_locate_portal() 1386 kfree(login->req_buf); in iscsi_target_nego_release()
|
| /linux/drivers/virt/coco/sev-guest/ |
| H A D | sev-guest.c | 98 req.req_buf = report_req; in get_report() 149 req.req_buf = derived_key_req; in get_derived_key() 245 req.req_buf = &report_req->data; in get_ext_report()
|
| /linux/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_io.c | 565 if (mp_req->req_buf) { in bnx2fc_free_mp_resc() 567 mp_req->req_buf, in bnx2fc_free_mp_resc() 569 mp_req->req_buf = NULL; in bnx2fc_free_mp_resc() 598 mp_req->req_buf = dma_alloc_coherent(&hba->pcidev->dev, CNIC_PAGE_SIZE, in bnx2fc_init_mp_req() 601 if (!mp_req->req_buf) { in bnx2fc_init_mp_req() 615 memset(mp_req->req_buf, 0, CNIC_PAGE_SIZE); in bnx2fc_init_mp_req() 738 bnx2fc_build_fcp_cmnd(io_req, (struct fcp_cmnd *)tm_req->req_buf); in bnx2fc_initiate_tmf() 739 fcp_cmnd = (struct fcp_cmnd *)tm_req->req_buf; in bnx2fc_initiate_tmf()
|
| H A D | bnx2fc.h | 385 void *req_buf; member
|
| H A D | bnx2fc_els.c | 739 memcpy(mp_req->req_buf, data, data_len); in bnx2fc_initiate_els()
|
| /linux/drivers/net/wireless/purelifi/plfxlc/ |
| H A D | usb.h | 132 u8 req_buf[64]; /* plfxlc_usb_iowrite16v needs 62 bytes */ member
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_vf.c | 41 static int wx_mbx_write_and_read_reply(struct wx *wx, u32 *req_buf, in wx_mbx_write_and_read_reply() argument 46 ret = wx_write_posted_mbx(wx, req_buf, size); in wx_mbx_write_and_read_reply()
|
| /linux/drivers/net/wireless/zydas/zd1211rw/ |
| H A D | zd_usb.c | 1723 sizeof(__le16) > sizeof(usb->req_buf)); in zd_usb_ioread16v() 1725 sizeof(usb->req_buf)); in zd_usb_ioread16v() 1728 req = (void *)usb->req_buf; in zd_usb_ioread16v() 1995 sizeof(usb->req_buf)); in zd_usb_rfwrite() 1997 sizeof(usb->req_buf)); in zd_usb_rfwrite() 2000 req = (void *)usb->req_buf; in zd_usb_rfwrite()
|
| H A D | zd_usb.h | 214 u8 req_buf[64]; /* zd_usb_iowrite16v needs 62 bytes */ member
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_io.c | 420 if (mp_req->req_buf) { in qedf_free_mp_resc() 422 mp_req->req_buf, mp_req->req_buf_dma); in qedf_free_mp_resc() 423 mp_req->req_buf = NULL; in qedf_free_mp_resc() 2065 mp_req->req_buf = dma_alloc_coherent(&qedf->pdev->dev, QEDF_PAGE_SIZE, in qedf_init_mp_req() 2067 if (!mp_req->req_buf) { in qedf_init_mp_req()
|
| H A D | qedf_els.c | 92 memcpy(mp_req->req_buf, data, data_len); in qedf_initiate_els()
|
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | usb.c | 939 u8 req_val, u8 *req_buf, u32 req_len, in ath6kl_usb_ctrl_msg_exchange() argument 946 req_buf, req_len); in ath6kl_usb_ctrl_msg_exchange()
|
| /linux/arch/x86/coco/sev/ |
| H A D | core.c | 2156 aesgcm_encrypt(ctx, msg->payload, req->req_buf, req->req_sz, &hdr->algo, in enc_payload() 2256 if (!virt_addr_valid(req->req_buf) || !virt_addr_valid(req->resp_buf)) { in snp_send_guest_request() 2349 req.req_buf = tsc_req; in snp_get_tsc_info()
|
| /linux/arch/x86/include/asm/ |
| H A D | sev.h | 239 void *req_buf; member
|
| /linux/include/target/iscsi/ |
| H A D | iscsi_target_core.h | 710 char *req_buf; member
|
| /linux/drivers/usb/dwc2/ |
| H A D | gadget.c | 1287 void *req_buf = hs_req->req.buf; in dwc2_hsotg_handle_unaligned_buf_start() local 1290 if (!using_dma(hsotg) || !((long)req_buf & 3)) in dwc2_hsotg_handle_unaligned_buf_start() 1296 hs_ep->ep.name, req_buf, hs_req->req.length); in dwc2_hsotg_handle_unaligned_buf_start() 1300 hs_req->req.buf = req_buf; in dwc2_hsotg_handle_unaligned_buf_start() 1308 hs_req->saved_req_buf = req_buf; in dwc2_hsotg_handle_unaligned_buf_start() 1311 memcpy(hs_req->req.buf, req_buf, hs_req->req.length); in dwc2_hsotg_handle_unaligned_buf_start()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | snps_udc_core.c | 646 u8 *req_buf; in udc_txfifo_write() local 655 req_buf = req->buf + req->actual; in udc_txfifo_write() 656 prefetch(req_buf); in udc_txfifo_write() 659 buf = (u32 *) req_buf; in udc_txfifo_write()
|
| /linux/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_target.c | 1358 memset(login->req_buf, 0, MAX_KEY_VALUE_PAIRS); in cxgbit_rx_login_pdu() 1359 skb_copy_bits(csk->skb, pdu_cb->doffset, login->req_buf, pdu_cb->dlen); in cxgbit_rx_login_pdu()
|