Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/emulex/benet/ !
Dbe_main.c328 !check_privilege(adapter, BE_PRIV_FILTMGMT)) in be_mac_addr_set()
1939 if (vf_cfg->privileges & BE_PRIV_FILTMGMT) { in be_set_vf_tvt()
1941 ~BE_PRIV_FILTMGMT, vf + 1); in be_set_vf_tvt()
1943 vf_cfg->privileges &= ~BE_PRIV_FILTMGMT; in be_set_vf_tvt()
1961 if (!(vf_cfg->privileges & BE_PRIV_FILTMGMT)) { in be_clear_vf_tvt()
1963 BE_PRIV_FILTMGMT, vf + 1); in be_clear_vf_tvt()
1965 vf_cfg->privileges |= BE_PRIV_FILTMGMT; in be_clear_vf_tvt()
3604 check_privilege(adapter, BE_PRIV_FILTMGMT)) { in be_disable_if_filters()
4256 if (!status && !(vf_cfg->privileges & BE_PRIV_FILTMGMT)) { in be_vf_setup()
4259 BE_PRIV_FILTMGMT, in be_vf_setup()
[all …]
Dbe_cmds.h1766 BE_PRIV_FILTMGMT = 0x40, enumerator