Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c1493 if (vf_cfg->privileges & BE_PRIV_FILTMGMT) { in be_set_vf_tvt()
1495 ~BE_PRIV_FILTMGMT, vf + 1); in be_set_vf_tvt()
1497 vf_cfg->privileges &= ~BE_PRIV_FILTMGMT; in be_set_vf_tvt()
1515 if (!(vf_cfg->privileges & BE_PRIV_FILTMGMT)) { in be_clear_vf_tvt()
1517 BE_PRIV_FILTMGMT, vf + 1); in be_clear_vf_tvt()
1519 vf_cfg->privileges |= BE_PRIV_FILTMGMT; in be_clear_vf_tvt()
3644 if (!status && !(vf_cfg->privileges & BE_PRIV_FILTMGMT)) { in be_vf_setup()
3647 BE_PRIV_FILTMGMT, in be_vf_setup()
3650 vf_cfg->privileges |= BE_PRIV_FILTMGMT; in be_vf_setup()
Dbe_cmds.h1670 BE_PRIV_FILTMGMT = 0x40, enumerator