Searched refs:E1000_TCTL (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/sys/dev/e1000/ |
| D | e1000_80003es2lan.c | 766 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_80003es2lan() 874 reg_data = E1000_READ_REG(hw, E1000_TCTL); in e1000_init_hw_80003es2lan() 876 E1000_WRITE_REG(hw, E1000_TCTL, reg_data); in e1000_init_hw_80003es2lan() 947 if (E1000_READ_REG(hw, E1000_TCTL) & E1000_TCTL_MULR) in e1000_initialize_hw_bits_80003es2lan()
|
| D | e1000_82571.c | 968 tctl = E1000_READ_REG(hw, E1000_TCTL); in e1000_reset_hw_82571() 970 E1000_WRITE_REG(hw, E1000_TCTL, tctl); in e1000_reset_hw_82571() 1190 if (E1000_READ_REG(hw, E1000_TCTL) & E1000_TCTL_MULR) in e1000_initialize_hw_bits_82571()
|
| D | e1000_82542.c | 210 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82542()
|
| D | e1000_regs.h | 104 #define E1000_TCTL 0x00400 /* Tx Control - RW */ macro
|
| D | e1000_82540.c | 282 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82540()
|
| D | e1000_mac.c | 1241 tctl = E1000_READ_REG(hw, E1000_TCTL); in e1000_config_collision_dist_generic() 1246 E1000_WRITE_REG(hw, E1000_TCTL, tctl); in e1000_config_collision_dist_generic()
|
| D | if_em.c | 668 regs_buff[11] = E1000_READ_REG(hw, E1000_TCTL); in em_get_regs() 2491 tctl = E1000_READ_REG(hw, E1000_TCTL); in em_flush_tx_ring() 2492 E1000_WRITE_REG(hw, E1000_TCTL, tctl | E1000_TCTL_EN); in em_flush_tx_ring() 3259 tctl = E1000_READ_REG(hw, E1000_TCTL); in em_initialize_transmit_unit() 3268 E1000_WRITE_REG(hw, E1000_TCTL, tctl); in em_initialize_transmit_unit()
|
| D | e1000_82541.c | 307 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82541()
|
| D | e1000_82543.c | 913 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82543()
|
| D | e1000_82575.c | 1323 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82575() 2253 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_82580()
|
| D | e1000_ich8lan.c | 5001 E1000_WRITE_REG(hw, E1000_TCTL, E1000_TCTL_PSP); in e1000_reset_hw_ich8lan() 5238 if (E1000_READ_REG(hw, E1000_TCTL) & E1000_TCTL_MULR) in e1000_initialize_hw_bits_ich8lan()
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | pci_e82545.c | 1712 case E1000_TCTL: in e82545_write_register() 1926 case E1000_TCTL: in e82545_read_register()
|