Searched refs:update_mc_addr_list (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/net/ethernet/intel/igbvf/ |
| H A D | vf.h | 158 void (*update_mc_addr_list)(struct e1000_hw *, u8 *, u32, u32, u32); member
|
| H A D | vf.c | 44 mac->ops.update_mc_addr_list = e1000_update_mc_addr_list_vf; in e1000_init_mac_params_vf()
|
| H A D | netdev.c | 1432 hw->mac.ops.update_mc_addr_list(hw, mta_list, i, 0, 0); in igbvf_set_multi()
|
| /linux/drivers/net/ethernet/intel/ixgbevf/ |
| H A D | vf.h | 41 s32 (*update_mc_addr_list)(struct ixgbe_hw *, struct net_device *); member
|
| H A D | vf.c | 1134 .update_mc_addr_list = ixgbevf_update_mc_addr_list_vf, 1153 .update_mc_addr_list = ixgbevf_hv_update_mc_addr_list_vf,
|
| H A D | ixgbevf_main.c | 2149 hw->mac.ops.update_mc_addr_list(hw, netdev); in ixgbevf_set_rx_mode()
|
| /linux/drivers/net/ethernet/intel/e1000e/ |
| H A D | hw.h | 508 void (*update_mc_addr_list)(struct e1000_hw *, u8 *, u32); member
|
| H A D | 80003es2lan.c | 1351 .update_mc_addr_list = e1000e_update_mc_addr_list_generic,
|
| H A D | 82571.c | 1867 .update_mc_addr_list = e1000e_update_mc_addr_list_generic,
|
| H A D | netdev.c | 3307 hw->mac.ops.update_mc_addr_list(hw, NULL, 0); in e1000e_write_mc_addr_list() 3320 hw->mac.ops.update_mc_addr_list(hw, mta_list, i); in e1000e_write_mc_addr_list()
|
| H A D | ich8lan.c | 5963 .update_mc_addr_list = e1000e_update_mc_addr_list_generic,
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_x540.c | 862 .update_mc_addr_list = &ixgbe_update_mc_addr_list_generic,
|
| H A D | ixgbe_82598.c | 1143 .update_mc_addr_list = &ixgbe_update_mc_addr_list_generic,
|
| H A D | ixgbe_82599.c | 2207 .update_mc_addr_list = &ixgbe_update_mc_addr_list_generic,
|
| H A D | ixgbe_e610.c | 3975 .update_mc_addr_list = ixgbe_update_mc_addr_list_generic,
|
| H A D | ixgbe_type.h | 3545 int (*update_mc_addr_list)(struct ixgbe_hw *, struct net_device *); member
|
| H A D | ixgbe_x550.c | 3940 .update_mc_addr_list = &ixgbe_update_mc_addr_list_generic, \
|
| H A D | ixgbe_main.c | 5149 if (hw->mac.ops.update_mc_addr_list) in ixgbe_write_mc_addr_list() 5150 hw->mac.ops.update_mc_addr_list(hw, netdev); in ixgbe_write_mc_addr_list()
|