Home
last modified time | relevance | path

Searched refs:E1000_TARC_ENABLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/net/
H A De1000x_regs.h321 #define E1000_TARC_ENABLE BIT(10) macro
H A De1000e_core.c2438 if (core->mac[TARC0] & E1000_TARC_ENABLE) { in e1000e_set_tctl()
2443 if (core->mac[TARC1] & E1000_TARC_ENABLE) { in e1000e_set_tctl()
2458 if (core->mac[tarc_reg] & E1000_TARC_ENABLE) { in e1000e_set_tdt()
3484 [TARC0] = 0x3 | E1000_TARC_ENABLE,
3485 [TARC1] = 0x3 | E1000_TARC_ENABLE,