Searched refs:rvu_work (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu.h | 63 struct rvu_work { struct 264 struct rvu_work *mbox_wrk; 267 struct rvu_work *mbox_wrk_up; 324 struct rvu_work *flr_wrk;
|
| H A D | rvu.c | 1577 static void __rvu_mbox_handler(struct rvu_work *mwork, int type) in __rvu_mbox_handler() 1650 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afpf_mbox_handler() 1657 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afvf_mbox_handler() 1662 static void __rvu_mbox_up_handler(struct rvu_work *mwork, int type) in __rvu_mbox_up_handler() 1732 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afpf_mbox_up_handler() 1739 struct rvu_work *mwork = container_of(work, struct rvu_work, work); in rvu_afvf_mbox_up_handler() 1751 struct rvu_work *mwork; in rvu_mbox_init() 1781 sizeof(struct rvu_work), GFP_KERNEL); in rvu_mbox_init() 1788 sizeof(struct rvu_work), GFP_KERNEL); in rvu_mbox_init() 2004 struct rvu_work *flrwork = container_of(work, struct rvu_work, work); in rvu_flr_handler() [all …]
|