Searched refs:parent_pf (Results 1 – 1 of 1) sorted by relevance
637 struct rvu_pfvf *parent_pf; in rvu_mbox_handler_cgx_stats_rst() local645 parent_pf = &rvu->pf[pf]; in rvu_mbox_handler_cgx_stats_rst()650 if (parent_pf->cgx_users > 1) { in rvu_mbox_handler_cgx_stats_rst()1128 struct rvu_pfvf *parent_pf, *pfvf; in rvu_cgx_start_stop_io() local1134 parent_pf = &rvu->pf[rvu_get_pf(rvu->pdev, pcifunc)]; in rvu_cgx_start_stop_io()1145 cgx_users = parent_pf->cgx_users; in rvu_cgx_start_stop_io()1146 parent_pf->cgx_users++; in rvu_cgx_start_stop_io()1148 parent_pf->cgx_users--; in rvu_cgx_start_stop_io()1149 cgx_users = parent_pf->cgx_users; in rvu_cgx_start_stop_io()1162 parent_pf->cgx_users = start ? parent_pf->cgx_users - 1 in rvu_cgx_start_stop_io()[all …]