Home
last modified time | relevance | path

Searched refs:ad_queue (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.h442 int rvu_aq_alloc(struct rvu *rvu, struct admin_queue **ad_queue,
H A Drvu.c996 int rvu_aq_alloc(struct rvu *rvu, struct admin_queue **ad_queue, in rvu_aq_alloc() argument
1002 *ad_queue = devm_kzalloc(rvu->dev, sizeof(*aq), GFP_KERNEL); in rvu_aq_alloc()
1003 if (!*ad_queue) in rvu_aq_alloc()
1005 aq = *ad_queue; in rvu_aq_alloc()