Searched refs:rx_flow (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/dlink/ |
| H A D | dl2k.c | 26 static int rx_flow=-1; variable 41 module_param(rx_flow, int, 0); 219 np->rx_flow = (rx_flow == 0) ? 0 : 1; in rio_probe1() 625 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_hw_init() 1069 macctrl |= (np->rx_flow) ? in rio_error() 1564 np->rx_flow &= 1; in mii_get_media() 1567 np->rx_flow &= 1; in mii_get_media() 1592 if (np->rx_flow) in mii_get_media() 1718 np->rx_flow &= 1; in mii_get_media_pcs() 1721 np->rx_flow &= 1; in mii_get_media_pcs() [all …]
|
| H A D | dl2k.h | 391 unsigned int rx_flow:1; /* Rx flow control enable */ member
|
| /linux/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_prueth_sr1.c | 487 int max_rx_flows, rx_flow; in emac_ndo_open() local 539 rx_flow = PRUETH_RX_FLOW_DATA_SR1; in emac_ndo_open() 540 ret = request_irq(emac->rx_chns.irq[rx_flow], prueth_rx_irq, in emac_ndo_open() 628 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_open() 653 int rx_flow = PRUETH_RX_FLOW_DATA_SR1; in emac_ndo_stop() local 705 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_stop()
|
| H A D | icssg_prueth.c | 396 int rx_flow = PRUETH_RX_FLOW_DATA; in emac_rx_timer_callback() 401 enable_irq(emac->rx_chns.irq[rx_flow]); in emac_phy_connect() 894 int rx_flow; in emac_ndo_stop() 930 rx_flow = PRUETH_RX_FLOW_DATA; in emac_ndo_stop() 931 ret = request_irq(emac->rx_chns.irq[rx_flow], prueth_rx_irq, in emac_ndo_stop() 987 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_set_rx_mode_work() 393 int rx_flow = PRUETH_RX_FLOW_DATA; emac_rx_timer_callback() local 755 int rx_flow; emac_ndo_open() local 892 int rx_flow = PRUETH_RX_FLOW_DATA; emac_ndo_stop() local
|
| H A D | icssg_common.c | 1412 int rx_flow = emac->is_sr1 ? in prueth_netdev_exit() 1454 enable_irq(emac->rx_chns.irq[rx_flow]); in prueth_get_cores() 1082 int rx_flow = emac->is_sr1 ? icssg_napi_rx_poll() local
|
| /linux/Documentation/networking/device_drivers/ethernet/dlink/ |
| H A D | dl2k.rst | 268 rx_flow=[1|0] Specifies the Rx flow control. If rx_flow=0,
|