Searched refs:BE_PRIV_FILTMGMT (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c327 !check_privilege(adapter, BE_PRIV_FILTMGMT))
1939 if (vf_cfg->privileges & BE_PRIV_FILTMGMT) {
1941 ~BE_PRIV_FILTMGMT, vf + 1);
1943 vf_cfg->privileges &= ~BE_PRIV_FILTMGMT;
1961 if (!(vf_cfg->privileges & BE_PRIV_FILTMGMT)) {
1963 BE_PRIV_FILTMGMT, vf + 1);
1965 vf_cfg->privileges |= BE_PRIV_FILTMGMT;
3605 check_privilege(adapter, BE_PRIV_FILTMGMT)) {
4257 if (!status && !(vf_cfg->privileges & BE_PRIV_FILTMGMT)) {
4260 BE_PRIV_FILTMGMT,
[all...]
H A Dbe_cmds.h1766 BE_PRIV_FILTMGMT = 0x40, enumerator in enum:__anon18

Completed in 126 milliseconds