Home
last modified time | relevance | path

Searched refs:cppi5_hdesc_get_swdata (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_common.c147 swdata = cppi5_hdesc_get_swdata(host_desc); in emac_xsk_xmit_zc()
178 swdata = cppi5_hdesc_get_swdata(first_desc); in prueth_xmit_free()
243 swdata = cppi5_hdesc_get_swdata(desc_tx); in emac_tx_complete_packets()
633 swdata = cppi5_hdesc_get_swdata(desc_rx); in prueth_dma_rx_push_mapped()
745 swdata = cppi5_hdesc_get_swdata(first_desc); in emac_xmit_xdp_frame()
860 swdata = cppi5_hdesc_get_swdata(desc_rx); in prueth_dma_rx_push_mapped_zc()
950 swdata = cppi5_hdesc_get_swdata(desc_rx); in emac_rx_packet_zc()
1045 swdata = cppi5_hdesc_get_swdata(desc_rx); in emac_rx_packet()
1141 swdata = cppi5_hdesc_get_swdata(desc_rx); in prueth_rx_cleanup()
1254 swdata = cppi5_hdesc_get_swdata(first_desc); in icssg_ndo_start_xmit()
[all …]
H A Dicssg_prueth_sr1.c124 swdata = cppi5_hdesc_get_swdata(first_desc); in emac_send_command_sr1()
302 swdata = cppi5_hdesc_get_swdata(desc_rx); in prueth_process_rx_mgm()
/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-nuss.c466 swdata = cppi5_hdesc_get_swdata(desc_rx); in am65_cpsw_nuss_rx_push()
784 swdata = cppi5_hdesc_get_swdata(desc_rx); in am65_cpsw_nuss_rx_cleanup()
839 swdata = cppi5_hdesc_get_swdata(desc_tx); in am65_cpsw_nuss_tx_cleanup()
1132 swdata = cppi5_hdesc_get_swdata(host_desc); in am65_cpsw_xdp_tx_frame()
1308 swdata = cppi5_hdesc_get_swdata(desc_rx); in am65_cpsw_nuss_rx_packets()
1493 swdata = cppi5_hdesc_get_swdata(desc_tx); in am65_cpsw_nuss_tx_compl_packets()
1646 swdata = cppi5_hdesc_get_swdata(first_desc); in am65_cpsw_nuss_ndo_slave_xmit()
/linux/include/linux/dma/
H A Dti-cppi5.h574 static inline void *cppi5_hdesc_get_swdata(struct cppi5_host_desc_t *desc) in cppi5_hdesc_get_swdata() function