Home
last modified time | relevance | path

Searched refs:update_xcast_mode (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_netdev.c1067 hw->mac.ops.update_xcast_mode(hw, interface->glort, in fm10k_set_rx_mode()
1143 hw->mac.ops.update_xcast_mode(hw, glort, xcast_mode); in fm10k_restore_rx_state()
1159 hw->mac.ops.update_xcast_mode(hw, glort, in fm10k_restore_rx_state()
1427 hw->mac.ops.update_xcast_mode(hw, glort, in fm10k_dfwd_add_station()
1473 hw->mac.ops.update_xcast_mode(hw, glort, in fm10k_dfwd_del_station()
H A Dfm10k_vf.c512 .update_xcast_mode = fm10k_update_xcast_mode_vf,
H A Dfm10k_type.h521 s32 (*update_xcast_mode)(struct fm10k_hw *, u16, u8); member