Searched refs:alloc_req (Results 1 – 4 of 4) sorted by relevance
442 struct dma_buf_te_ioctl_alloc alloc_req; in do_dma_buf_te_ioctl_alloc() local449 if (copy_from_user(&alloc_req, buf, sizeof(alloc_req))) { in do_dma_buf_te_ioctl_alloc()454 if (!alloc_req.size) { in do_dma_buf_te_ioctl_alloc()469 if (alloc_req.size > max_nr_pages) { in do_dma_buf_te_ioctl_alloc()471 __func__, alloc_req.size, max_nr_pages); in do_dma_buf_te_ioctl_alloc()481 alloc->nr_pages = alloc_req.size; in do_dma_buf_te_ioctl_alloc()
227 static inline struct hwa742_request *alloc_req(void) in alloc_req() function403 req = alloc_req(); \547 req = alloc_req(); in hwa742_sync()
409 static struct pending_req *alloc_req(struct xen_blkif_ring *ring) in alloc_req() function1113 pending_req = alloc_req(ring); in __do_block_io_op()
2892 struct npc_mcam_alloc_entry_req alloc_req = { }; in rvu_mbox_handler_nix_rxvlan_alloc() local2910 alloc_req.hdr.pcifunc = pcifunc; in rvu_mbox_handler_nix_rxvlan_alloc()2911 alloc_req.count = 1; in rvu_mbox_handler_nix_rxvlan_alloc()2913 err = rvu_mbox_handler_npc_mcam_alloc_entry(rvu, &alloc_req, in rvu_mbox_handler_nix_rxvlan_alloc()