Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1928 status = be_cmd_set_hsw_config(adapter, vlan, vf + 1, vf_if_id, 0, 0); in be_set_vf_tvt()
1956 status = be_cmd_set_hsw_config(adapter, BE_RESET_VLAN_TAG_ID, vf + 1, in be_clear_vf_tvt()
2117 status = be_cmd_set_hsw_config(adapter, 0, vf + 1, vf_cfg->if_handle, in be_set_vf_spoofchk()
3936 be_cmd_set_hsw_config(adapter, 0, 0, in be_vf_clear()
4299 status = be_cmd_set_hsw_config(adapter, 0, 0, in be_vf_setup()
4903 be_cmd_set_hsw_config(adapter, 0, 0, adapter->if_handle, in be_setup()
4992 status = be_cmd_set_hsw_config(adapter, 0, 0, in be_ndo_bridge_setlink()
H A Dbe_cmds.c3885 int be_cmd_set_hsw_config(struct be_adapter *adapter, u16 pvid, in be_cmd_set_hsw_config() function