Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c512 struct prueth_rx_chn *rx_chn = &emac->rx_chns; in emac_rx_packet()
570 ret = prueth_dma_rx_push(emac, new_skb, &emac->rx_chns); in emac_rx_packet()
1083 enable_irq(emac->rx_chns.irq[rx_flow]); in emac_napi_rx_poll()
1354 ret = prueth_init_rx_chns(emac, &emac->rx_chns, "rx", in emac_ndo_open()
1367 ret = request_irq(emac->rx_chns.irq[rx_flow], prueth_rx_irq, in emac_ndo_open()
1392 ret = prueth_prepare_rx_chan(emac, &emac->rx_chns, PRUETH_MAX_PKT_SIZE); in emac_ndo_open()
1396 ret = k3_udma_glue_enable_rx_chn(emac->rx_chns.rx_chn); in emac_ndo_open()
1426 prueth_reset_rx_chan(&emac->rx_chns, max_rx_flows, false); in emac_ndo_open()
1432 free_irq(emac->rx_chns.irq[rx_flow], emac); in emac_ndo_open()
1436 prueth_cleanup_rx_chns(emac, &emac->rx_chns, max_rx_flows); in emac_ndo_open()
[all …]
H A Dicssg_prueth.h153 struct prueth_rx_chn rx_chns; member
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c308 struct am65_cpsw_rx_chn *rx_chn = &common->rx_chns; in am65_cpsw_nuss_rx_push()
435 for (i = 0; i < common->rx_chns.descs_num; i++) { in am65_cpsw_nuss_common_open()
454 k3_udma_glue_enable_rx_chn(common->rx_chns.rx_chn); in am65_cpsw_nuss_common_open()
466 enable_irq(common->rx_chns.irq); in am65_cpsw_nuss_common_open()
510 k3_udma_glue_tdown_rx_chn(common->rx_chns.rx_chn, true); in am65_cpsw_nuss_common_stop()
521 k3_udma_glue_reset_rx_chn(common->rx_chns.rx_chn, i, in am65_cpsw_nuss_common_stop()
522 &common->rx_chns, in am65_cpsw_nuss_common_stop()
525 k3_udma_glue_disable_rx_chn(common->rx_chns.rx_chn); in am65_cpsw_nuss_common_stop()
718 struct am65_cpsw_rx_chn *rx_chn = &common->rx_chns; in am65_cpsw_nuss_rx_packets()
836 enable_irq(common->rx_chns.irq); in am65_cpsw_nuss_rx_poll()
[all …]
H A Dam65-cpsw-nuss.h137 struct am65_cpsw_rx_chn rx_chns; member
H A Dam65-cpsw-ethtool.c464 ering->rx_pending = common->rx_chns.descs_num; in am65_cpsw_get_ringparam()