| /Linux-v5.10/drivers/net/fjes/ | 
| D | fjes_hw.c | 222 	hw->hw_info.req_buf = kzalloc(mem_size, GFP_KERNEL);  in fjes_hw_setup() 223 	if (!(hw->hw_info.req_buf))  in fjes_hw_setup() 266 	param.req_start = __pa(hw->hw_info.req_buf);  in fjes_hw_setup() 286 	kfree(hw->hw_info.req_buf);  in fjes_hw_cleanup() 287 	hw->hw_info.req_buf = NULL;  in fjes_hw_cleanup() 419 	union fjes_device_command_req *req_buf = hw->hw_info.req_buf;  in fjes_hw_request_info()  local 424 	memset(req_buf, 0, hw->hw_info.req_buf_size);  in fjes_hw_request_info() 427 	req_buf->info.length = FJES_DEV_COMMAND_INFO_REQ_LEN;  in fjes_hw_request_info() 477 	union fjes_device_command_req *req_buf = hw->hw_info.req_buf;  in fjes_hw_register_buff_addr()  local 489 	memset(req_buf, 0, hw->hw_info.req_buf_size);  in fjes_hw_register_buff_addr() [all …] 
 | 
| 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 …] 
 | 
| D | fjes_hw.h | 279 	union fjes_device_command_req *req_buf;  member
  | 
| /Linux-v5.10/drivers/nvdimm/ | 
| D | nd_virtio.c | 16 	struct virtio_pmem_request *req_data, *req_buf;  in virtio_pmem_host_ack()  local 26 			req_buf = list_first_entry(&vpmem->req_list,  in virtio_pmem_host_ack() 28 			req_buf->wq_buf_avail = true;  in virtio_pmem_host_ack() 29 			wake_up(&req_buf->wq_buf);  in virtio_pmem_host_ack() 30 			list_del(&req_buf->list);  in virtio_pmem_host_ack()
  | 
| /Linux-v5.10/drivers/mailbox/ | 
| D | zynqmp-ipi-mailbox.c | 69 	void __iomem *req_buf;  member 170 				memcpy_fromio(msg->data, mchan->req_buf,  in zynqmp_ipi_interrupt() 288 			memcpy_toio(mchan->req_buf, msg->data, msg->len);  in zynqmp_ipi_send_data() 505 		mchan->req_buf = devm_ioremap(mdev, res.start,  in zynqmp_ipi_mbox_probe() 507 		if (!mchan->req_buf) {  in zynqmp_ipi_mbox_probe() 542 		mchan->req_buf = devm_ioremap(mdev, res.start,  in zynqmp_ipi_mbox_probe() 544 		if (!mchan->req_buf) {  in zynqmp_ipi_mbox_probe()
  | 
| /Linux-v5.10/drivers/scsi/qedi/ | 
| D | qedi_iscsi.c | 89 	if (qedi_conn->gen_pdu.req_buf) {  in qedi_conn_free_login_resources() 92 				  qedi_conn->gen_pdu.req_buf,  in qedi_conn_free_login_resources() 94 		qedi_conn->gen_pdu.req_buf = NULL;  in qedi_conn_free_login_resources() 101 	qedi_conn->gen_pdu.req_buf =  in qedi_conn_alloc_login_resources() 106 	if (!qedi_conn->gen_pdu.req_buf)  in qedi_conn_alloc_login_resources() 110 	qedi_conn->gen_pdu.req_wr_ptr = qedi_conn->gen_pdu.req_buf;  in qedi_conn_alloc_login_resources() 154 			  qedi_conn->gen_pdu.req_buf,  in qedi_conn_alloc_login_resources() 156 	qedi_conn->gen_pdu.req_buf = NULL;  in qedi_conn_alloc_login_resources() 710 				qedi_conn->gen_pdu.req_buf;  in qedi_iscsi_prep_generic_pdu_bd() 733 		buf = qedi_conn->gen_pdu.req_buf;  in qedi_iscsi_send_generic_request() [all …] 
 | 
| D | qedi_iscsi.h | 133 	char *req_buf;  member
  | 
| /Linux-v5.10/drivers/block/ | 
| D | sunvdc.c | 579 	void *req_buf;  in generic_request()  local 643 	req_buf = kzalloc(op_len, GFP_KERNEL);  in generic_request() 644 	if (!req_buf)  in generic_request() 651 		memcpy(req_buf, buf, len);  in generic_request() 662 	err = ldc_map_single(port->vio.lp, req_buf, op_len,  in generic_request() 667 		kfree(req_buf);  in generic_request() 704 		memcpy(buf, req_buf, len);  in generic_request() 706 	kfree(req_buf);  in generic_request()
  | 
| /Linux-v5.10/drivers/scsi/bnx2i/ | 
| 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 …] 
 | 
| D | bnx2i.h | 196 	char *req_buf;  member
  | 
| /Linux-v5.10/drivers/target/iscsi/ | 
| D | iscsi_target_nego.c | 787 			login->req_buf,  in iscsi_target_do_authentication() 847 			login->req_buf,  in iscsi_target_handle_csg_zero() 931 			login->req_buf,  in iscsi_target_handle_csg_one() 1092 	memcpy(tmpbuf, login->req_buf, payload_length);  in iscsi_target_locate_portal() 1343 	kfree(login->req_buf);  in iscsi_target_nego_release()
  | 
| D | iscsi_target_login.c | 51 	login->req_buf = kzalloc(MAX_KEY_VALUE_PAIRS, GFP_KERNEL);  in iscsi_login_init_conn() 52 	if (!login->req_buf) {  in iscsi_login_init_conn() 68 	kfree(login->req_buf);  in iscsi_login_init_conn() 1045 	memset(login->req_buf, 0, MAX_KEY_VALUE_PAIRS);  in iscsit_get_login_rx() 1046 	if (iscsi_login_rx_data(conn, login->req_buf,  in iscsit_get_login_rx()
  | 
| /Linux-v5.10/drivers/scsi/bnx2fc/ | 
| D | bnx2fc_io.c | 567 	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()
  | 
| D | bnx2fc.h | 393 	void *req_buf;  member
  | 
| /Linux-v5.10/drivers/net/wireless/zydas/zd1211rw/ | 
| D | zd_usb.h | 214 	u8 req_buf[64]; /* zd_usb_iowrite16v needs 62 bytes */  member
  | 
| D | zd_usb.c | 1727 		     sizeof(__le16) > sizeof(usb->req_buf));  in zd_usb_ioread16v() 1729 	       sizeof(usb->req_buf));  in zd_usb_ioread16v() 1732 	req = (void *)usb->req_buf;  in zd_usb_ioread16v() 2009 		     sizeof(usb->req_buf));  in zd_usb_rfwrite() 2011 	       sizeof(usb->req_buf));  in zd_usb_rfwrite() 2014 	req = (void *)usb->req_buf;  in zd_usb_rfwrite()
  | 
| /Linux-v5.10/drivers/media/platform/davinci/ | 
| D | vpfe_capture.c | 1259 			struct v4l2_requestbuffers *req_buf)  in vpfe_reqbufs()  argument 1267 	if (V4L2_BUF_TYPE_VIDEO_CAPTURE != req_buf->type) {  in vpfe_reqbufs() 1282 	vpfe_dev->memory = req_buf->memory;  in vpfe_reqbufs() 1287 				req_buf->type,  in vpfe_reqbufs() 1295 	ret = videobuf_reqbufs(&vpfe_dev->buffer_queue, req_buf);  in vpfe_reqbufs()
  | 
| /Linux-v5.10/drivers/scsi/qedf/ | 
| D | qedf_io.c | 425 	if (mp_req->req_buf) {  in qedf_free_mp_resc() 427 		    mp_req->req_buf, mp_req->req_buf_dma);  in qedf_free_mp_resc() 428 		mp_req->req_buf = NULL;  in qedf_free_mp_resc() 2061 	mp_req->req_buf = dma_alloc_coherent(&qedf->pdev->dev, QEDF_PAGE_SIZE,  in qedf_init_mp_req() 2063 	if (!mp_req->req_buf) {  in qedf_init_mp_req()
  | 
| D | qedf.h | 59 	void *req_buf;  member
  | 
| /Linux-v5.10/drivers/net/wireless/ath/ath10k/ | 
| D | usb.c | 545 					u8 req_val, u8 *req_buf, u32 req_len,  in ath10k_usb_ctrl_msg_exchange()  argument 553 					 req_buf, req_len);  in ath10k_usb_ctrl_msg_exchange()
  | 
| /Linux-v5.10/drivers/net/wireless/ath/ath6kl/ | 
| D | usb.c | 926 				     u8 req_val, u8 *req_buf, u32 req_len,  in ath6kl_usb_ctrl_msg_exchange()  argument 933 					 req_buf, req_len);  in ath6kl_usb_ctrl_msg_exchange()
  | 
| /Linux-v5.10/drivers/usb/dwc2/ | 
| D | gadget.c | 1262 	void *req_buf = hs_req->req.buf;  in dwc2_hsotg_handle_unaligned_buf_start()  local 1265 	if (!using_dma(hsotg) || !((long)req_buf & 3))  in dwc2_hsotg_handle_unaligned_buf_start() 1271 		hs_ep->ep.name, req_buf, hs_req->req.length);  in dwc2_hsotg_handle_unaligned_buf_start() 1275 		hs_req->req.buf = req_buf;  in dwc2_hsotg_handle_unaligned_buf_start() 1283 	hs_req->saved_req_buf = req_buf;  in dwc2_hsotg_handle_unaligned_buf_start() 1286 		memcpy(hs_req->req.buf, req_buf, hs_req->req.length);  in dwc2_hsotg_handle_unaligned_buf_start()
  | 
| /Linux-v5.10/include/target/iscsi/ | 
| D | iscsi_target_core.h | 710 	char *req_buf;  member
  | 
| /Linux-v5.10/drivers/usb/gadget/udc/ | 
| D | snps_udc_core.c | 650 	u8			*req_buf;  in udc_txfifo_write()  local 659 	req_buf = req->buf + req->actual;  in udc_txfifo_write() 660 	prefetch(req_buf);  in udc_txfifo_write() 663 	buf = (u32 *) req_buf;  in udc_txfifo_write()
  | 
| /Linux-v5.10/drivers/target/iscsi/cxgbit/ | 
| D | cxgbit_target.c | 1344 	memset(login->req_buf, 0, MAX_KEY_VALUE_PAIRS);  in cxgbit_rx_login_pdu() 1345 	skb_copy_bits(csk->skb, pdu_cb->doffset, login->req_buf, pdu_cb->dlen);  in cxgbit_rx_login_pdu()
  |