Home
last modified time | relevance | path

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

/openbmc/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
H A Dfm10k_pf.c1790 .update_xcast_mode = fm10k_update_xcast_mode_pf,
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dvf.h41 s32 (*update_xcast_mode)(struct ixgbe_hw *, int); member
H A Dvf.c1010 .update_xcast_mode = ixgbevf_update_xcast_mode,
1028 .update_xcast_mode = ixgbevf_hv_update_xcast_mode,
H A Dixgbevf_main.c2145 hw->mac.ops.update_xcast_mode(hw, xcast_mode); in ixgbevf_set_rx_mode()