Lines Matching refs:parent_pf
611 struct rvu_pfvf *parent_pf; in rvu_mbox_handler_cgx_stats_rst() local
619 parent_pf = &rvu->pf[pf]; in rvu_mbox_handler_cgx_stats_rst()
624 if (parent_pf->cgx_users > 1) { in rvu_mbox_handler_cgx_stats_rst()
1108 struct rvu_pfvf *parent_pf, *pfvf; in rvu_cgx_start_stop_io() local
1114 parent_pf = &rvu->pf[rvu_get_pf(pcifunc)]; in rvu_cgx_start_stop_io()
1125 cgx_users = parent_pf->cgx_users; in rvu_cgx_start_stop_io()
1126 parent_pf->cgx_users++; in rvu_cgx_start_stop_io()
1128 parent_pf->cgx_users--; in rvu_cgx_start_stop_io()
1129 cgx_users = parent_pf->cgx_users; in rvu_cgx_start_stop_io()
1142 parent_pf->cgx_users = start ? parent_pf->cgx_users - 1 in rvu_cgx_start_stop_io()
1143 : parent_pf->cgx_users + 1; in rvu_cgx_start_stop_io()