Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c128 pf = rvu_get_pf(rvu->pdev, rvu->rep_pcifunc); in rvu_rep_notify_pfvf_state()
137 req->hdr.pcifunc = rvu->rep_pcifunc; in rvu_rep_notify_pfvf_state()
256 req.vf = rvu->rep_pcifunc; in rvu_rep_install_rx_rule()
307 req.vf = rvu->rep_pcifunc; in rvu_rep_install_tx_rule()
422 u16 pcifunc = rvu->rep_pcifunc; in rvu_rep_pf_init()
435 if (req->hdr.pcifunc != rvu->rep_pcifunc) in rvu_mbox_handler_esw_cfg()
452 rvu->rep_pcifunc = req->hdr.pcifunc; in rvu_mbox_handler_get_rep_cnt()
H A Drvu.h666 u16 rep_pcifunc; member
952 if (rvu->rep_pcifunc && rvu->rep_pcifunc == pcifunc) in is_rep_dev()