Searched refs:mac_table (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/powerpc/boot/ |
D | planetcore.c | 75 static u64 mac_table[4] = { variable 94 mac_table[i]; in planetcore_set_mac_addrs()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 4040 if (adapter->mac_table[i].state & IXGBE_MAC_STATE_IN_USE) in ixgbe_full_sync_mac_table() 4041 hw->mac.ops.set_rar(hw, i, adapter->mac_table[i].addr, in ixgbe_full_sync_mac_table() 4042 adapter->mac_table[i].queue, in ixgbe_full_sync_mac_table() 4047 adapter->mac_table[i].state &= ~(IXGBE_MAC_STATE_MODIFIED); in ixgbe_full_sync_mac_table() 4057 if (adapter->mac_table[i].state & IXGBE_MAC_STATE_MODIFIED) { in ixgbe_sync_mac_table() 4058 if (adapter->mac_table[i].state & in ixgbe_sync_mac_table() 4061 adapter->mac_table[i].addr, in ixgbe_sync_mac_table() 4062 adapter->mac_table[i].queue, in ixgbe_sync_mac_table() 4067 adapter->mac_table[i].state &= in ixgbe_sync_mac_table() 4079 adapter->mac_table[i].state |= IXGBE_MAC_STATE_MODIFIED; in ixgbe_flush_sw_mac_table() [all …]
|
D | ixgbe.h | 772 struct ixgbe_mac_addr *mac_table; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | port.c | 145 struct mlx4_mac_table *table = &info->mac_table; in mlx4_find_cached_mac() 165 struct mlx4_mac_table *table = &info->mac_table; in __mlx4_register_mac() 264 table = &info->mac_table; in __mlx4_unregister_mac() 311 struct mlx4_mac_table *table = &info->mac_table; in __mlx4_replace_mac()
|
D | mlx4.h | 821 struct mlx4_mac_table mac_table; member
|
D | main.c | 2769 mlx4_init_mac_table(dev, &info->mac_table); in mlx4_init_port_info()
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | acx.h | 362 u8 mac_table[ACX_MC_ADDRESS_GROUP_MAX_LEN]; member
|
D | acx.c | 395 memcpy(acx->mac_table, mc_list, mc_list_len * ETH_ALEN); in wl1251_acx_group_address_tbl()
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | acx.h | 205 u8 mac_table[ADDRESS_GROUP_MAX_LEN]; member
|
D | acx.c | 246 memcpy(acx->mac_table, mc_list, mc_list_len * ETH_ALEN); in wl1271_acx_group_address_tbl()
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 1182 struct ksz_mac_table mac_table[STATIC_MAC_TABLE_ENTRIES]; member 2840 entry = &hw->ksz_switch->mac_table[i]; in sw_clr_sta_mac_table() 2858 entry = &hw->ksz_switch->mac_table[STP_ENTRY]; in sw_init_stp() 2886 entry = &hw->ksz_switch->mac_table[i]; in sw_block_addr()
|