Searched refs:update_xcast_mode (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 982 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()
|
D | fm10k_vf.c | 560 .update_xcast_mode = &fm10k_update_xcast_mode_vf,
|
D | fm10k_type.h | 530 s32 (*update_xcast_mode)(struct fm10k_hw *, u16, u8); member
|
D | fm10k_pf.c | 1843 .update_xcast_mode = &fm10k_update_xcast_mode_pf,
|