Searched refs:cppi5_hdesc_attach_buf (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/ethernet/ti/icssg/ |
H A D | icssg_common.c | 496 cppi5_hdesc_attach_buf(desc_rx, buf_dma, buf_len, buf_dma, buf_len); in prueth_dma_rx_push_mapped() 603 cppi5_hdesc_attach_buf(first_desc, buf_dma, xdpf->len, buf_dma, xdpf->len); in emac_xmit_xdp_frame() 925 cppi5_hdesc_attach_buf(first_desc, buf_dma, pkt_len, buf_dma, pkt_len); in icssg_ndo_start_xmit() 954 cppi5_hdesc_attach_buf(next_desc, in icssg_ndo_start_xmit()
|
H A D | icssg_prueth_sr1.c | 123 cppi5_hdesc_attach_buf(first_desc, buf_dma, pkt_len, buf_dma, pkt_len); in emac_send_command_sr1()
|
/linux/include/linux/dma/ |
H A D | ti-cppi5.h | 469 * cppi5_hdesc_attach_buf - attach buffer to HDesc 478 static inline void cppi5_hdesc_attach_buf(struct cppi5_host_desc_t *desc, in cppi5_hdesc_attach_buf() function
|
/linux/drivers/net/ethernet/ti/ |
H A D | am65-cpsw-nuss.c | 464 cppi5_hdesc_attach_buf(desc_rx, buf_dma, AM65_CPSW_MAX_PACKET_SIZE, in am65_cpsw_nuss_rx_push() 1130 cppi5_hdesc_attach_buf(host_desc, dma_buf, pkt_len, dma_buf, pkt_len); in am65_cpsw_xdp_tx_frame() 1645 cppi5_hdesc_attach_buf(first_desc, buf_dma, pkt_len, buf_dma, pkt_len); in am65_cpsw_nuss_ndo_slave_xmit() 1695 cppi5_hdesc_attach_buf(next_desc, in am65_cpsw_nuss_ndo_slave_xmit()
|
/linux/drivers/dma/ti/ |
H A D | k3-udma.c | 3296 cppi5_hdesc_attach_buf(desc, sg_addr, sg_len, sg_addr, sg_len); in udma_prep_slave_sg_pkt() 3635 cppi5_hdesc_attach_buf(h_desc, in udma_prep_dma_cyclic_pkt() 5291 cppi5_hdesc_attach_buf(desc, in udma_setup_rx_flush()
|