Home
last modified time | relevance | path

Searched refs:TXFC (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c42 #define TXFC 0x00000004 macro
502 mac &= ~(RXFC | TXFC); in emac_mac_start()
510 mac |= adpt->tx_flow_control ? TXFC : 0; in emac_mac_start()