Searched refs:TxDisable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dsundance.c207 TxEnable = 0x0100, TxDisable = 0x0200, TxEnabled = 0x0400, enumerator in enum:mac_ctrl1_bits
508 outw(TxDisable, BASE + MACCtrl1);
540 outw(TxDisable, BASE + MACCtrl1);
560 outw(TxDisable | RxDisable | StatsDisable, BASE + MACCtrl1);
H A D3c515.c119 RxDiscard = 8 << 11, TxEnable = 9 << 11, TxDisable = enumerator in enum:corkscrew_cmd
585 outw(TxDisable, nic->ioaddr + EL3_CMD);

Completed in 47 milliseconds