Searched refs:IGC_TCTL_EN (Results 1 – 3 of 3) sorted by relevance
394 #define IGC_TCTL_EN 0x00000002 /* enable Tx */ macro
594 tctl |= IGC_TCTL_EN; in eth_igc_rxtx_control()598 tctl &= ~IGC_TCTL_EN; in eth_igc_rxtx_control()
2210 tctl |= (IGC_TCTL_PSP | IGC_TCTL_RTLC | IGC_TCTL_EN | in igc_tx_init()