Home
last modified time | relevance | path

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

/drivers/net/ethernet/dlink/
Ddl2k.c25 static int tx_flow=-1; variable
40 module_param(tx_flow, int, 0);
205 np->tx_flow = (tx_flow == 0) ? 0 : 1; in rio_probe1()
604 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_hw_init()
1041 macctrl |= (np->tx_flow) ? in rio_error()
1539 np->tx_flow &= 1; in mii_get_media()
1542 np->tx_flow = 0; in mii_get_media()
1564 if (np->tx_flow) in mii_get_media()
1693 np->tx_flow &= 1; in mii_get_media_pcs()
1696 np->tx_flow = 0; in mii_get_media_pcs()
[all …]
Ddl2k.h388 unsigned int tx_flow:1; /* Tx flow control enable */ member