Searched refs:pktdma (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/drivers/dma/ |
H A D | keystone_nav.c | 229 ksnav_rx_disable(pktdma); in ksnav_init() 233 writel(v, &pktdma->rx_flows[pktdma->rx_flow].control); in ksnav_init() 234 writel(0, &pktdma->rx_flows[pktdma->rx_flow].tags); in ksnav_init() 235 writel(0, &pktdma->rx_flows[pktdma->rx_flow].tag_sel); in ksnav_init() 238 pktdma->rx_free_q); in ksnav_init() 240 writel(v, &pktdma->rx_flows[pktdma->rx_flow].fdq_sel[0]); in ksnav_init() 241 writel(v, &pktdma->rx_flows[pktdma->rx_flow].fdq_sel[1]); in ksnav_init() 242 writel(0, &pktdma->rx_flows[pktdma->rx_flow].thresh[0]); in ksnav_init() 243 writel(0, &pktdma->rx_flows[pktdma->rx_flow].thresh[1]); in ksnav_init() 244 writel(0, &pktdma->rx_flows[pktdma->rx_flow].thresh[2]); in ksnav_init() [all …]
|
/openbmc/u-boot/arch/arm/include/asm/ti-common/ |
H A D | keystone_nav.h | 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);
|
/openbmc/linux/Documentation/devicetree/bindings/dma/ti/ |
H A D | k3-pktdma.yaml | 6 $id: http://devicetree.org/schemas/dma/ti/k3-pktdma.yaml# 32 const: ti,am64-dmss-pktdma 134 compatible = "ti,am64-dmss-pktdma";
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | keystone-netcp.txt | 142 queue (FDQ) for the pktdma Rx flow. There can be at
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am62a-main.dtsi | 116 compatible = "ti,am64-dmss-pktdma";
|
H A D | k3-am62-main.dtsi | 135 compatible = "ti,am64-dmss-pktdma";
|
H A D | k3-am64-main.dtsi | 150 compatible = "ti,am64-dmss-pktdma";
|