Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_cgx.c648 if (parent_pf->cgx_users > 1) { in rvu_mbox_handler_cgx_stats_rst()
1133 int cgx_users, err = 0; in rvu_cgx_start_stop_io() local
1149 cgx_users = parent_pf->cgx_users; in rvu_cgx_start_stop_io()
1150 parent_pf->cgx_users++; in rvu_cgx_start_stop_io()
1152 parent_pf->cgx_users--; in rvu_cgx_start_stop_io()
1153 cgx_users = parent_pf->cgx_users; in rvu_cgx_start_stop_io()
1159 if (!cgx_users) { in rvu_cgx_start_stop_io()
1166 parent_pf->cgx_users = start ? parent_pf->cgx_users - 1 in rvu_cgx_start_stop_io()
1167 : parent_pf->cgx_users + 1; in rvu_cgx_start_stop_io()
H A Drvu.h251 int cgx_users; /* number of cgx users - used only by PFs */ member