Searched refs:pktdma_cfg (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ti-common/ |
| H A D | keystone_nav.h | 155 struct pktdma_cfg { struct 172 extern struct pktdma_cfg netcp_pktdma; argument 185 int ksnav_close(struct pktdma_cfg *pktdma); 186 int ksnav_init(struct pktdma_cfg *pktdma, struct rx_buff_desc *rx_buffers); 187 int ksnav_send(struct pktdma_cfg *pktdma, u32 *pkt, int num_bytes, u32 swinfo2); 188 void *ksnav_recv(struct pktdma_cfg *pktdma, u32 **pkt, int *num_bytes); 189 void ksnav_release_rxhd(struct pktdma_cfg *pktdma, void *hd);
|
| /OK3568_Linux_fs/u-boot/drivers/dma/ |
| H A D | keystone_nav.c | 148 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()
|
| H A D | keystone_nav_cfg.c | 14 struct pktdma_cfg netcp_pktdma = {
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | keystone_net.c | 110 struct pktdma_cfg *netcp_pktdma;
|