Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/dlink/
H A 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()
603 macctrl |= (np->tx_flow) ? TxFlowControlEnable : 0; in rio_hw_init()
1038 macctrl |= (np->tx_flow) ? in rio_error()
1536 np->tx_flow &= 1; in mii_get_media()
1539 np->tx_flow = 0; in mii_get_media()
1561 if (np->tx_flow) in mii_get_media()
1690 np->tx_flow &= 1; in mii_get_media_pcs()
1693 np->tx_flow = 0; in mii_get_media_pcs()
[all …]
H A Ddl2k.h388 unsigned int tx_flow:1; /* Tx flow control enable */ member
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h905 uint64_t tx_flow:1; member
913 uint64_t tx_flow:1;
929 uint64_t tx_flow:1; member
937 uint64_t tx_flow:1;
/openbmc/linux/Documentation/networking/device_drivers/ethernet/dlink/
H A Ddl2k.rst265 tx_flow=[1|0] Specifies the Tx flow control. If tx_flow=0,
/openbmc/u-boot/drivers/net/
H A Dsunxi_emac.c22 u32 tx_flow; /* 0x08 */ member