Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.c1202 int rvu_aq_alloc(struct rvu *rvu, struct admin_queue **ad_queue, in rvu_aq_alloc() argument
1208 *ad_queue = devm_kzalloc(rvu->dev, sizeof(*aq), GFP_KERNEL); in rvu_aq_alloc()
1209 if (!*ad_queue) in rvu_aq_alloc()
1211 aq = *ad_queue; in rvu_aq_alloc()
Drvu.h768 int rvu_aq_alloc(struct rvu *rvu, struct admin_queue **ad_queue,