Home
last modified time | relevance | path

Searched defs:tx_chn (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/dma/ti/
H A Dk3-udma-glue.c116 bool tx_chn) in of_k3_udma_glue_parse_chn()
189 static void k3_udma_glue_dump_tx_chn(struct k3_udma_glue_tx_channel *tx_chn) in k3_udma_glue_dump_tx_chn()
221 static int k3_udma_glue_cfg_tx_chn(struct k3_udma_glue_tx_channel *tx_chn) in k3_udma_glue_cfg_tx_chn()
257 struct k3_udma_glue_tx_channel *tx_chn; in k3_udma_glue_request_tx_chn() local
375 void k3_udma_glue_release_tx_chn(struct k3_udma_glue_tx_channel *tx_chn) in k3_udma_glue_release_tx_chn()
401 int k3_udma_glue_push_tx_chn(struct k3_udma_glue_tx_channel *tx_chn, in k3_udma_glue_push_tx_chn()
417 int k3_udma_glue_pop_tx_chn(struct k3_udma_glue_tx_channel *tx_chn, in k3_udma_glue_pop_tx_chn()
430 int k3_udma_glue_enable_tx_chn(struct k3_udma_glue_tx_channel *tx_chn) in k3_udma_glue_enable_tx_chn()
455 void k3_udma_glue_disable_tx_chn(struct k3_udma_glue_tx_channel *tx_chn) in k3_udma_glue_disable_tx_chn()
474 void k3_udma_glue_tdown_tx_chn(struct k3_udma_glue_tx_channel *tx_chn, in k3_udma_glue_tdown_tx_chn()
[all …]
/openbmc/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.c78 struct prueth_tx_chn *tx_chn = &emac->tx_chns[i]; in prueth_cleanup_tx_chns() local
98 struct prueth_tx_chn *tx_chn = &emac->tx_chns[i]; in prueth_ndev_del_tx_napi() local
106 static void prueth_xmit_free(struct prueth_tx_chn *tx_chn, in prueth_xmit_free()
148 struct prueth_tx_chn *tx_chn; in emac_tx_complete_packets() local
207 struct prueth_tx_chn *tx_chn = prueth_napi_to_tx_chn(napi_tx); in emac_napi_tx_poll() local
224 struct prueth_tx_chn *tx_chn = dev_id; in prueth_tx_irq() local
238 struct prueth_tx_chn *tx_chn = &emac->tx_chns[i]; in prueth_ndev_add_tx_napi() local
286 struct prueth_tx_chn *tx_chn = &emac->tx_chns[i]; in prueth_init_tx_chns() local
699 struct prueth_tx_chn *tx_chn; in emac_ndo_start_xmit() local
856 struct prueth_tx_chn *tx_chn = data; in prueth_tx_cleanup() local
H A Dicssg_prueth.h103 struct k3_udma_glue_tx_channel *tx_chn; member
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c283 struct am65_cpsw_tx_chn *tx_chn; in am65_cpsw_nuss_ndo_host_tx_timeout() local
843 static void am65_cpsw_nuss_xmit_free(struct am65_cpsw_tx_chn *tx_chn, in am65_cpsw_nuss_xmit_free()
880 struct am65_cpsw_tx_chn *tx_chn = data; in am65_cpsw_nuss_tx_cleanup() local
894 am65_cpsw_nuss_tx_compl_packet(struct am65_cpsw_tx_chn *tx_chn, in am65_cpsw_nuss_tx_compl_packet()
924 static void am65_cpsw_nuss_tx_wake(struct am65_cpsw_tx_chn *tx_chn, struct net_device *ndev, in am65_cpsw_nuss_tx_wake()
945 struct am65_cpsw_tx_chn *tx_chn; in am65_cpsw_nuss_tx_compl_packets() local
990 struct am65_cpsw_tx_chn *tx_chn; in am65_cpsw_nuss_tx_compl_packets_2g() local
1035 struct am65_cpsw_tx_chn *tx_chn = am65_cpsw_napi_to_tx_chn(napi_tx); in am65_cpsw_nuss_tx_poll() local
1065 struct am65_cpsw_tx_chn *tx_chn = dev_id; in am65_cpsw_nuss_tx_irq() local
1080 struct am65_cpsw_tx_chn *tx_chn; in am65_cpsw_nuss_ndo_slave_xmit() local
[all …]
H A Dam65-cpsw-qos.c865 struct am65_cpsw_tx_chn *tx_chn; in am65_cpsw_qos_ndo_tx_p0_set_maxrate() local
928 struct am65_cpsw_tx_chn *tx_chn = &common->tx_chns[tx_ch]; in am65_cpsw_qos_tx_p0_rate_init() local
H A Dam65-cpsw-nuss.h76 struct k3_udma_glue_tx_channel *tx_chn; member