Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_main.c1651 if (vf_cfg->privileges & BE_PRIV_FILTMGMT) { in be_set_vf_tvt()
1653 ~BE_PRIV_FILTMGMT, vf + 1); in be_set_vf_tvt()
1655 vf_cfg->privileges &= ~BE_PRIV_FILTMGMT; in be_set_vf_tvt()
1673 if (!(vf_cfg->privileges & BE_PRIV_FILTMGMT)) { in be_clear_vf_tvt()
1675 BE_PRIV_FILTMGMT, vf + 1); in be_clear_vf_tvt()
1677 vf_cfg->privileges |= BE_PRIV_FILTMGMT; in be_clear_vf_tvt()
3946 if (!status && !(vf_cfg->privileges & BE_PRIV_FILTMGMT)) { in be_vf_setup()
3949 BE_PRIV_FILTMGMT, in be_vf_setup()
3952 vf_cfg->privileges |= BE_PRIV_FILTMGMT; in be_vf_setup()
Dbe_cmds.h1699 BE_PRIV_FILTMGMT = 0x40, enumerator