Searched refs:tx_flow (Results 1 – 2 of 2) sorted by relevance
25 static int tx_flow=-1; variable40 module_param(tx_flow, int, 0);218 np->tx_flow = (tx_flow == 0) ? 0 : 1; in rio_probe1()615 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_hw_init()1055 macctrl |= (np->tx_flow) ? in rio_error()1551 np->tx_flow &= 1; in mii_get_media()1554 np->tx_flow = 0; in mii_get_media()1576 if (np->tx_flow) in mii_get_media()1705 np->tx_flow &= 1; in mii_get_media_pcs()1708 np->tx_flow = 0; in mii_get_media_pcs()[all …]
390 unsigned int tx_flow:1; /* Tx flow control enable */ member
Completed in 11 milliseconds