Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/dlink/
Ddl2k.c26 static int rx_flow=-1; variable
41 module_param(rx_flow, int, 0);
206 np->rx_flow = (rx_flow == 0) ? 0 : 1; in rio_probe1()
603 macctrl |= (np->rx_flow) ? RxFlowControlEnable : 0; in rio_hw_init()
1039 macctrl |= (np->rx_flow) ? in rio_error()
1536 np->rx_flow &= 1; in mii_get_media()
1539 np->rx_flow &= 1; in mii_get_media()
1564 if (np->rx_flow) in mii_get_media()
1690 np->rx_flow &= 1; in mii_get_media_pcs()
1693 np->rx_flow &= 1; in mii_get_media_pcs()
[all …]
Ddl2k.h389 unsigned int rx_flow:1; /* Rx flow control enable */ member
/linux-6.12.1/drivers/net/ethernet/ti/
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-6.12.1/drivers/net/ethernet/ti/icssg/
Dicssg_prueth.c294 int rx_flow = PRUETH_RX_FLOW_DATA; in emac_rx_timer_callback() local
296 enable_irq(emac->rx_chns.irq[rx_flow]); in emac_rx_timer_callback()
550 int rx_flow; in emac_ndo_open() local
592 rx_flow = PRUETH_RX_FLOW_DATA; in emac_ndo_open()
593 ret = request_irq(emac->rx_chns.irq[rx_flow], prueth_rx_irq, in emac_ndo_open()
658 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_open()
681 int rx_flow = PRUETH_RX_FLOW_DATA; in emac_ndo_stop() local
739 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_stop()
Dicssg_prueth_sr1.c467 int max_rx_flows, rx_flow; in emac_ndo_open() local
519 rx_flow = PRUETH_RX_FLOW_DATA_SR1; in emac_ndo_open()
520 ret = request_irq(emac->rx_chns.irq[rx_flow], prueth_rx_irq, in emac_ndo_open()
608 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_open()
633 int rx_flow = PRUETH_RX_FLOW_DATA_SR1; in emac_ndo_stop() local
685 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_stop()
Dicssg_common.c899 int rx_flow = emac->is_sr1 ? in icssg_napi_rx_poll() local
927 enable_irq(emac->rx_chns.irq[rx_flow]); in icssg_napi_rx_poll()
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/dlink/
Ddl2k.rst268 rx_flow=[1|0] Specifies the Rx flow control. If rx_flow=0,