Searched refs:update_xcast_mode (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 1067 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 D | fm10k_vf.c | 512 .update_xcast_mode = fm10k_update_xcast_mode_vf,
|
H A D | fm10k_type.h | 521 s32 (*update_xcast_mode)(struct fm10k_hw *, u16, u8); member
|
H A D | fm10k_pf.c | 1790 .update_xcast_mode = fm10k_update_xcast_mode_pf,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_netdev.c | 1067 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 D | fm10k_vf.c | 512 .update_xcast_mode = fm10k_update_xcast_mode_vf,
|
H A D | fm10k_type.h | 521 s32 (*update_xcast_mode)(struct fm10k_hw *, u16, u8); member
|
H A D | fm10k_pf.c | 1790 .update_xcast_mode = fm10k_update_xcast_mode_pf,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.h | 44 s32 (*update_xcast_mode)(struct ixgbe_hw *, int); member
|
H A D | vf.c | 992 .update_xcast_mode = ixgbevf_update_xcast_mode, 1010 .update_xcast_mode = ixgbevf_hv_update_xcast_mode,
|
H A D | ixgbevf_main.c | 2146 hw->mac.ops.update_xcast_mode(hw, xcast_mode); in ixgbevf_set_rx_mode()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | vf.h | 41 s32 (*update_xcast_mode)(struct ixgbe_hw *, int); member
|
H A D | vf.c | 1010 .update_xcast_mode = ixgbevf_update_xcast_mode, 1028 .update_xcast_mode = ixgbevf_hv_update_xcast_mode,
|
H A D | ixgbevf_main.c | 2145 hw->mac.ops.update_xcast_mode(hw, xcast_mode); in ixgbevf_set_rx_mode()
|
Completed in 32 milliseconds