Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu.c1203 int rvu_aq_alloc(struct rvu *rvu, struct admin_queue **ad_queue, in rvu_aq_alloc() argument
1209 *ad_queue = devm_kzalloc(rvu->dev, sizeof(*aq), GFP_KERNEL); in rvu_aq_alloc()
1210 if (!*ad_queue) in rvu_aq_alloc()
1212 aq = *ad_queue; in rvu_aq_alloc()
H A Drvu.h770 int rvu_aq_alloc(struct rvu *rvu, struct admin_queue **ad_queue,