Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c118 pf = rvu_get_pf(rvu->rep_pcifunc); in rvu_rep_notify_pfvf_state()
127 req->hdr.pcifunc = rvu->rep_pcifunc; in rvu_rep_notify_pfvf_state()
246 req.vf = rvu->rep_pcifunc; in rvu_rep_install_rx_rule()
297 req.vf = rvu->rep_pcifunc; in rvu_rep_install_tx_rule()
413 u16 pcifunc = rvu->rep_pcifunc; in rvu_rep_pf_init()
426 if (req->hdr.pcifunc != rvu->rep_pcifunc) in rvu_mbox_handler_esw_cfg()
443 rvu->rep_pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_get_rep_cnt()
H A Drvu.h605 u16 rep_pcifunc; member
874 if (rvu->rep_pcifunc && rvu->rep_pcifunc == pcifunc) in is_rep_dev()