Symbol: E1000_TXDCTL
usr/src/cmd/bhyve/common/pci_e82545.c
1792
case E1000_TXDCTL(0):
usr/src/cmd/bhyve/common/pci_e82545.c
1990
case E1000_TXDCTL(0):
usr/src/grub/grub-0.97/netboot/e1000_hw.h
750
#define E1000_82542_TXDCTL E1000_TXDCTL
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1001
reg = E1000_READ_REG(hw, E1000_TXDCTL(0));
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1003
E1000_WRITE_REG(hw, E1000_TXDCTL(0), reg);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1006
reg = E1000_READ_REG(hw, E1000_TXDCTL(1));
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
1008
E1000_WRITE_REG(hw, E1000_TXDCTL(1), reg);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
934
reg_data = E1000_READ_REG(hw, E1000_TXDCTL(0));
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
937
E1000_WRITE_REG(hw, E1000_TXDCTL(0), reg_data);
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
940
reg_data = E1000_READ_REG(hw, E1000_TXDCTL(1));
usr/src/uts/common/io/e1000api/e1000_80003es2lan.c
943
E1000_WRITE_REG(hw, E1000_TXDCTL(1), reg_data);
usr/src/uts/common/io/e1000api/e1000_82540.c
375
txdctl = E1000_READ_REG(hw, E1000_TXDCTL(0));
usr/src/uts/common/io/e1000api/e1000_82540.c
378
E1000_WRITE_REG(hw, E1000_TXDCTL(0), txdctl);
usr/src/uts/common/io/e1000api/e1000_82541.c
419
txdctl = E1000_READ_REG(hw, E1000_TXDCTL(0));
usr/src/uts/common/io/e1000api/e1000_82541.c
422
E1000_WRITE_REG(hw, E1000_TXDCTL(0), txdctl);
usr/src/uts/common/io/e1000api/e1000_82571.c
1229
reg_data = E1000_READ_REG(hw, E1000_TXDCTL(0));
usr/src/uts/common/io/e1000api/e1000_82571.c
1232
E1000_WRITE_REG(hw, E1000_TXDCTL(0), reg_data);
usr/src/uts/common/io/e1000api/e1000_82571.c
1246
reg_data = E1000_READ_REG(hw, E1000_TXDCTL(1));
usr/src/uts/common/io/e1000api/e1000_82571.c
1250
E1000_WRITE_REG(hw, E1000_TXDCTL(1), reg_data);
usr/src/uts/common/io/e1000api/e1000_82571.c
1277
reg = E1000_READ_REG(hw, E1000_TXDCTL(0));
usr/src/uts/common/io/e1000api/e1000_82571.c
1279
E1000_WRITE_REG(hw, E1000_TXDCTL(0), reg);
usr/src/uts/common/io/e1000api/e1000_82571.c
1282
reg = E1000_READ_REG(hw, E1000_TXDCTL(1));
usr/src/uts/common/io/e1000api/e1000_82571.c
1284
E1000_WRITE_REG(hw, E1000_TXDCTL(1), reg);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5165
txdctl = E1000_READ_REG(hw, E1000_TXDCTL(0));
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5170
E1000_WRITE_REG(hw, E1000_TXDCTL(0), txdctl);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5171
txdctl = E1000_READ_REG(hw, E1000_TXDCTL(1));
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5176
E1000_WRITE_REG(hw, E1000_TXDCTL(1), txdctl);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5223
reg = E1000_READ_REG(hw, E1000_TXDCTL(0));
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5225
E1000_WRITE_REG(hw, E1000_TXDCTL(0), reg);
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5228
reg = E1000_READ_REG(hw, E1000_TXDCTL(1));
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
5230
E1000_WRITE_REG(hw, E1000_TXDCTL(1), reg);
usr/src/uts/common/io/e1000g/e1000g_debug.c
308
{"TIDV", E1000_TIDV}, {"TXDCTL(0)", E1000_TXDCTL(0)},
usr/src/uts/common/io/e1000g/e1000g_debug.c
312
{"TDT(1)", E1000_TDT(1)}, {"TXDCTL(1)", E1000_TXDCTL(1)},
usr/src/uts/common/io/igb/igb_main.c
2410
reg_val = E1000_READ_REG(hw, E1000_TXDCTL(tx_ring->index));
usr/src/uts/common/io/igb/igb_main.c
2412
E1000_WRITE_REG(hw, E1000_TXDCTL(tx_ring->index), reg_val);