Searched refs:tx_chns (Results 1 – 3 of 3) sorted by relevance
284 tx_chn = &common->tx_chns[txqueue]; in am65_cpsw_nuss_ndo_host_tx_timeout()451 ret = k3_udma_glue_enable_tx_chn(common->tx_chns[i].tx_chn); in am65_cpsw_nuss_common_open()454 napi_enable(&common->tx_chns[i].napi_tx); in am65_cpsw_nuss_common_open()487 k3_udma_glue_tdown_tx_chn(common->tx_chns[i].tx_chn, false); in am65_cpsw_nuss_common_stop()494 napi_disable(&common->tx_chns[i].napi_tx); in am65_cpsw_nuss_common_stop()497 k3_udma_glue_reset_tx_chn(common->tx_chns[i].tx_chn, in am65_cpsw_nuss_common_stop()498 &common->tx_chns[i], in am65_cpsw_nuss_common_stop()500 k3_udma_glue_disable_tx_chn(common->tx_chns[i].tx_chn); in am65_cpsw_nuss_common_stop()913 tx_chn = &common->tx_chns[chn]; in am65_cpsw_nuss_tx_compl_packets()958 tx_chn = &common->tx_chns[chn]; in am65_cpsw_nuss_tx_compl_packets_2g()[all …]
125 struct am65_cpsw_tx_chn tx_chns[AM65_CPSW_MAX_TX_QUEUES]; member
463 ering->tx_pending = common->tx_chns[0].descs_num; in am65_cpsw_get_ringparam()