Home
last modified time | relevance | path

Searched refs:alloc_req (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_switch.c145 struct npc_mcam_alloc_entry_req alloc_req = { 0 }; in rvu_switch_enable() local
153 alloc_req.contig = true; in rvu_switch_enable()
154 alloc_req.count = rvu->cgx_mapped_pfs + rvu->cgx_mapped_vfs; in rvu_switch_enable()
155 ret = rvu_mbox_handler_npc_mcam_alloc_entry(rvu, &alloc_req, in rvu_switch_enable()
163 if (alloc_rsp.count != alloc_req.count) { in rvu_switch_enable()
166 alloc_req.count, alloc_rsp.count); in rvu_switch_enable()
170 rswitch->entry2pcifunc = kcalloc(alloc_req.count, sizeof(u16), in rvu_switch_enable()
/linux-6.3-rc2/drivers/video/fbdev/omap/
A Dhwa742.c235 static inline struct hwa742_request *alloc_req(bool can_sleep) in alloc_req() function
411 req = alloc_req(can_sleep); \
560 req = alloc_req(true); in hwa742_sync()
/linux-6.3-rc2/drivers/block/xen-blkback/
A Dblkback.c409 static struct pending_req *alloc_req(struct xen_blkif_ring *ring) in alloc_req() function
1114 pending_req = alloc_req(ring); in __do_block_io_op()

Completed in 8 milliseconds