Home
last modified time | relevance | path

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

/u-boot/arch/arm/include/asm/ti-common/
A Dkeystone_nav.h154 struct pktdma_cfg { struct
171 extern struct pktdma_cfg netcp_pktdma; argument
184 int ksnav_close(struct pktdma_cfg *pktdma);
185 int ksnav_init(struct pktdma_cfg *pktdma, struct rx_buff_desc *rx_buffers);
186 int ksnav_send(struct pktdma_cfg *pktdma, u32 *pkt, int num_bytes, u32 swinfo2);
187 void *ksnav_recv(struct pktdma_cfg *pktdma, u32 **pkt, int *num_bytes);
188 void ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd);
/u-boot/drivers/dma/
A Dkeystone_nav.c148 static int ksnav_rx_disable(struct pktdma_cfg *pktdma) in ksnav_rx_disable()
182 static int ksnav_tx_disable(struct pktdma_cfg *pktdma) in ksnav_tx_disable()
204 int ksnav_init(struct pktdma_cfg *pktdma, struct rx_buff_desc *rx_buffers) in ksnav_init()
266 int ksnav_close(struct pktdma_cfg *pktdma) in ksnav_close()
281 int ksnav_send(struct pktdma_cfg *pktdma, u32 *pkt, int num_bytes, u32 swinfo2) in ksnav_send()
298 void *ksnav_recv(struct pktdma_cfg *pktdma, u32 **pkt, int *num_bytes) in ksnav_recv()
312 void ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd) in ksnav_release_rxhd()
A Dkeystone_nav_cfg.c13 struct pktdma_cfg netcp_pktdma = {
/u-boot/drivers/net/ti/
A Dkeystone_net.c98 struct pktdma_cfg *netcp_pktdma;

Completed in 7 milliseconds