Searched refs:IGC_TCTL (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/igc/base/ |
| H A D | igc_regs.h | 76 #define IGC_TCTL 0x00400 /* Tx Control - RW */ macro
|
| H A D | igc_mac.c | 1198 tctl = IGC_READ_REG(hw, IGC_TCTL); in igc_config_collision_dist_generic() 1203 IGC_WRITE_REG(hw, IGC_TCTL, tctl); in igc_config_collision_dist_generic()
|
| H A D | igc_i225.c | 218 IGC_WRITE_REG(hw, IGC_TCTL, IGC_TCTL_PSP); in igc_reset_hw_i225()
|
| /dpdk/drivers/net/igc/ |
| H A D | igc_txrx.c | 2195 tctl = IGC_READ_REG(hw, IGC_TCTL); in igc_tx_init() 2201 IGC_WRITE_REG(hw, IGC_TCTL, tctl); in igc_tx_init()
|
| H A D | igc_ethdev.c | 585 tctl = IGC_READ_REG(hw, IGC_TCTL); in eth_igc_rxtx_control() 597 IGC_WRITE_REG(hw, IGC_TCTL, tctl); in eth_igc_rxtx_control()
|