Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c982 hw->mac.ops.update_xcast_mode(hw, interface->glort, xcast_mode); in fm10k_set_rx_mode()
1055 hw->mac.ops.update_xcast_mode(hw, glort, xcast_mode); in fm10k_restore_rx_state()
1292 hw->mac.ops.update_xcast_mode(hw, glort, FM10K_XCAST_MODE_MULTI); in fm10k_dfwd_add_station()
1327 hw->mac.ops.update_xcast_mode(hw, glort, FM10K_XCAST_MODE_NONE); in fm10k_dfwd_del_station()
Dfm10k_vf.c560 .update_xcast_mode = &fm10k_update_xcast_mode_vf,
Dfm10k_type.h530 s32 (*update_xcast_mode)(struct fm10k_hw *, u16, u8); member
Dfm10k_pf.c1843 .update_xcast_mode = &fm10k_update_xcast_mode_pf,