Searched refs:E1000_MC_TBL_SIZE (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | e1000x_regs.h | 916 #define E1000_MC_TBL_SIZE 128 /* Multicast Filter Table (4096 bits) */ macro
|
H A D | e1000.c | 1173 [MTA ... MTA + E1000_MC_TBL_SIZE - 1] = &mac_readreg, 1205 [MTA ... MTA + E1000_MC_TBL_SIZE - 1] = &mac_writereg, 1556 VMSTATE_UINT32_SUB_ARRAY(mac_reg, E1000State, MTA, E1000_MC_TBL_SIZE),
|
H A D | igb_core.c | 3617 [MTA ... MTA + E1000_MC_TBL_SIZE - 1] = igb_mac_readreg, 4032 [MTA ... MTA + E1000_MC_TBL_SIZE - 1] = igb_mac_writereg, 4070 [UTA ... UTA + E1000_MC_TBL_SIZE - 1] = igb_mac_writereg,
|
H A D | e1000e_core.c | 3069 [MTA ... MTA + E1000_MC_TBL_SIZE - 1] = e1000e_mac_readreg, 3222 [MTA ... MTA + E1000_MC_TBL_SIZE - 1] = e1000e_mac_writereg,
|
/openbmc/u-boot/drivers/net/ |
H A D | e1000.h | 621 #define E1000_MC_TBL_SIZE 128 /* Multicast Filter Table (4096 bits) */ macro
|
H A D | e1000.c | 1918 mta_size = E1000_MC_TBL_SIZE; in e1000_init_hw()
|
/openbmc/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_ethtool.c | 783 value = E1000_MC_TBL_SIZE; in e1000_reg_test()
|
H A D | e1000_hw.h | 706 #define E1000_MC_TBL_SIZE 128 /* Multicast Filter Table (4096 bits) */ macro
|
H A D | e1000_hw.c | 574 mta_size = E1000_MC_TBL_SIZE; in e1000_init_hw()
|