Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c106 queue_work(rvu->rep_evt_wq, &rvu->rep_evt_work); in rvu_mbox_handler_rep_event_notify()
378 rvu->rep_evt_wq = alloc_workqueue("rep_evt_wq", 0, 0); in rvu_rep_install_mcam_rules()
379 if (!rvu->rep_evt_wq) { in rvu_rep_install_mcam_rules()
H A Drvu.h610 struct workqueue_struct *rep_evt_wq; member