Home
last modified time | relevance | path

Searched refs:E1000_MC_TBL_SIZE (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000x_regs.h916 #define E1000_MC_TBL_SIZE 128 /* Multicast Filter Table (4096 bits) */ macro
H A De1000.c1173 [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 Digb_core.c3617 [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 De1000e_core.c3069 [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 De1000.h621 #define E1000_MC_TBL_SIZE 128 /* Multicast Filter Table (4096 bits) */ macro
H A De1000.c1918 mta_size = E1000_MC_TBL_SIZE; in e1000_init_hw()
/openbmc/linux/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c783 value = E1000_MC_TBL_SIZE; in e1000_reg_test()
H A De1000_hw.h706 #define E1000_MC_TBL_SIZE 128 /* Multicast Filter Table (4096 bits) */ macro
H A De1000_hw.c574 mta_size = E1000_MC_TBL_SIZE; in e1000_init_hw()