Searched refs:vport_use_count (Results 1 – 4 of 4) sorted by relevance
20 pd->vport_use_count--; in mana_ib_uncfg_vport()21 WARN_ON(pd->vport_use_count < 0); in mana_ib_uncfg_vport()23 if (!pd->vport_use_count) in mana_ib_uncfg_vport()41 pd->vport_use_count++; in mana_ib_cfg_vport()42 if (pd->vport_use_count > 1) { in mana_ib_cfg_vport()51 pd->vport_use_count--; in mana_ib_cfg_vport()109 pd->vport_use_count = 0; in mana_ib_alloc_pd()
103 int vport_use_count; member
1285 apc->vport_use_count--; in mana_uncfg_vport()1286 WARN_ON(apc->vport_use_count < 0); in mana_uncfg_vport()1317 if (apc->vport_use_count > 0) { in mana_cfg_vport()1321 apc->vport_use_count++; in mana_cfg_vport()3385 apc->vport_use_count = 0; in mana_probe_port()
546 /* Mutex for sharing access to vport_use_count */ member 548 int vport_use_count;