Lines Matching refs:rx_chns
352 struct am65_cpsw_rx_chn *rx_chn = &common->rx_chns; in am65_cpsw_nuss_rx_push()
471 for (i = 0; i < common->rx_chns.descs_num; i++) { in am65_cpsw_nuss_common_open()
490 k3_udma_glue_enable_rx_chn(common->rx_chns.rx_chn); in am65_cpsw_nuss_common_open()
541 k3_udma_glue_tdown_rx_chn(common->rx_chns.rx_chn, true); in am65_cpsw_nuss_common_stop()
545 k3_udma_glue_reset_rx_chn(common->rx_chns.rx_chn, i, in am65_cpsw_nuss_common_stop()
546 &common->rx_chns, in am65_cpsw_nuss_common_stop()
549 k3_udma_glue_disable_rx_chn(common->rx_chns.rx_chn); in am65_cpsw_nuss_common_stop()
749 struct am65_cpsw_rx_chn *rx_chn = &common->rx_chns; in am65_cpsw_nuss_rx_packets()
861 enable_irq(common->rx_chns.irq); in am65_cpsw_nuss_rx_poll()
1551 rx_chn = &common->rx_chns; in am65_cpsw_nuss_free_rx_chns()
1562 struct am65_cpsw_rx_chn *rx_chn = &common->rx_chns; in am65_cpsw_nuss_init_rx_chns()
1947 ret = devm_request_irq(dev, common->rx_chns.irq, in am65_cpsw_nuss_ndev_reg_2g()
1952 common->rx_chns.irq, ret); in am65_cpsw_nuss_ndev_reg_2g()