Home
last modified time | relevance | path

Searched refs:update_vlan (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c786 err = hw->mac.ops.update_vlan(hw, vid, 0, set); in fm10k_update_vid()
849 hw->mac.ops.update_vlan(hw, prev_vid, 0, false); in fm10k_clear_unused_vlans()
977 hw->mac.ops.update_vlan(hw, FM10K_VLAN_ALL, 0, true); in fm10k_set_rx_mode()
1039 hw->mac.ops.update_vlan(hw, FM10K_VLAN_ALL, 0, in fm10k_restore_rx_state()
1043 hw->mac.ops.update_vlan(hw, 0, 0, true); in fm10k_restore_rx_state()
1049 hw->mac.ops.update_vlan(hw, vid, 0, true); in fm10k_restore_rx_state()
Dfm10k_vf.c556 .update_vlan = &fm10k_update_vlan_vf,
Dfm10k_iov.c462 hw->mac.ops.update_vlan(hw, FM10K_VLAN_ALL, vf_info->vsi, false); in fm10k_ndo_set_vf_vlan()
Dfm10k_type.h525 s32 (*update_vlan)(struct fm10k_hw *, u32, u8, bool); member
Dfm10k_pf.c1201 err = hw->mac.ops.update_vlan(hw, vid, vf_info->vsi, in fm10k_iov_msg_mac_vlan_pf()
1839 .update_vlan = &fm10k_update_vlan_pf,