Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1181 hw->mac.ops.update_xcast_mode(hw, interface->glort, in fm10k_set_rx_mode()
1257 hw->mac.ops.update_xcast_mode(hw, glort, xcast_mode); in fm10k_restore_rx_state()
1273 hw->mac.ops.update_xcast_mode(hw, glort, in fm10k_restore_rx_state()
1541 hw->mac.ops.update_xcast_mode(hw, glort, in fm10k_dfwd_add_station()
1587 hw->mac.ops.update_xcast_mode(hw, glort, in fm10k_dfwd_del_station()
Dfm10k_vf.c507 .update_xcast_mode = fm10k_update_xcast_mode_vf,
Dfm10k_type.h519 s32 (*update_xcast_mode)(struct fm10k_hw *, u16, u8); member
Dfm10k_pf.c1791 .update_xcast_mode = fm10k_update_xcast_mode_pf,
/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dvf.h44 s32 (*update_xcast_mode)(struct ixgbe_hw *, int); member
Dvf.c949 .update_xcast_mode = ixgbevf_update_xcast_mode,
966 .update_xcast_mode = ixgbevf_hv_update_xcast_mode,
Dixgbevf_main.c2119 hw->mac.ops.update_xcast_mode(hw, xcast_mode); in ixgbevf_set_rx_mode()