Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dlink/
H A Ddl2k.c26 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()
616 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_hw_init()
1057 macctrl |= (np->rx_flow) ? in rio_error()
1552 np->rx_flow &= 1; in mii_get_media()
1555 np->rx_flow &= 1; in mii_get_media()
1557 /* else tx_flow, rx_flow = user select */ in mii_get_media()
1580 if (np->rx_flow) in mii_get_media()
[all...]
H A Ddl2k.h391 unsigned int rx_flow:1; /* Rx flow control enable */ member
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c919 struct am65_cpsw_rx_flow *rx_flow; in am65_cpsw_get_per_queue_coalesce() local
928 rx_flow = &common->rx_chns.flows[queue]; in am65_cpsw_get_per_queue_coalesce()
929 coal->rx_coalesce_usecs = rx_flow->rx_pace_timeout / 1000; in am65_cpsw_get_per_queue_coalesce()
945 struct am65_cpsw_rx_flow *rx_flow; in am65_cpsw_set_per_queue_coalesce() local
957 rx_flow = &common->rx_chns.flows[queue]; in am65_cpsw_set_per_queue_coalesce()
961 rx_flow->rx_pace_timeout = coal->rx_coalesce_usecs * 1000; in am65_cpsw_set_per_queue_coalesce()
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth_sr1.c487 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 Dicssg_prueth.c355 int rx_flow = PRUETH_RX_FLOW_DATA; in emac_rx_timer_callback() local
357 enable_irq(emac->rx_chns.irq[rx_flow]); in emac_rx_timer_callback()
709 int rx_flow; in emac_ndo_open() local
744 rx_flow = PRUETH_RX_FLOW_DATA; in emac_ndo_open()
745 ret = request_irq(emac->rx_chns.irq[rx_flow], prueth_rx_irq, in emac_ndo_open()
822 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_open()
845 int rx_flow = PRUETH_RX_FLOW_DATA; in emac_ndo_stop() local
899 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_stop()
H A Dicssg_common.c1082 int rx_flow = emac->is_sr1 ? in icssg_napi_rx_poll() local
1116 enable_irq(emac->rx_chns.irq[rx_flow]); in icssg_napi_rx_poll()
/linux/Documentation/networking/device_drivers/ethernet/dlink/
H A Ddl2k.rst268 rx_flow=[1|0] Specifies the Rx flow control. If rx_flow=0,