Home
last modified time | relevance | path

Searched full:rflow (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/dma/ti/
H A Dk3-udma.yaml104 ti,sci-rm-range-rflow:
106 Array of UDMA rflow resource subtypes for resource allocation for this
124 - ti,sci-rm-range-rflow
176 ti,sci-rm-range-rflow = <0x6>; /* GP RFLOW */
H A Dk3-pktdma.yaml92 ti,sci-rm-range-rflow:
114 - ti,sci-rm-range-rflow
167 ti,sci-rm-range-rflow = <0x2a>, /* FLOW_UNMAPPED_RX_CHAN */
/openbmc/linux/drivers/dma/ti/
H A Dk3-udma.c271 /* PKTDMA default tflow or rflow for mapped channel */
290 struct udma_rflow *rflow; member
659 ring = uc->rflow->fd_ring; in udma_push_to_ring()
699 ring = uc->rflow->r_ring; in udma_pop_from_ring()
734 ring1 = uc->rflow->fd_ring; in udma_reset_rings()
735 ring2 = uc->rflow->r_ring; in udma_reset_rings()
1299 * Attempt to request rflow by ID can be made for any rflow in __udma_get_rflow()
1312 /* GP rflow has to be allocated first */ in __udma_get_rflow()
1318 dev_dbg(ud->dev, "get rflow%d\n", id); in __udma_get_rflow()
1323 static void __udma_put_rflow(struct udma_dev *ud, struct udma_rflow *rflow) in __udma_put_rflow() argument
[all …]
H A Dk3-udma-private.c141 XUDMA_GET_RESOURCE_ID(rflow);
H A Dk3-udma-glue.c677 dev_err(dev, "UDMAX rflow get err %d\n", ret); in k3_udma_glue_cfg_rx_flow()
845 /* default rflow */ in k3_udma_glue_allocate_rx_flows()
/openbmc/linux/include/linux/dma/
H A Dk3-psil.h77 /* PKTDMA tflow and rflow ranges for mapped channel */
/openbmc/linux/arch/arm64/boot/dts/ti/
H A Dk3-am65-mcu.dtsi230 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
H A Dk3-j721s2-mcu-wakeup.dtsi486 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
H A Dk3-j7200-mcu-wakeup.dtsi362 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
H A Dk3-j784s4-mcu-wakeup.dtsi493 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
H A Dk3-j721e-mcu-wakeup.dtsi484 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
H A Dk3-j7200-main.dtsi299 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
H A Dk3-am65-main.dtsi806 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
H A Dk3-j784s4-main.dtsi1000 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
H A Dk3-am62a-main.dtsi140 ti,sci-rm-range-rflow = <0x2a>, /* FLOW_UNMAPPED_RX_CHAN */
H A Dk3-j721s2-main.dtsi1103 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
H A Dk3-am62-main.dtsi160 ti,sci-rm-range-rflow = <0x2a>, /* FLOW_UNMAPPED_RX_CHAN */
H A Dk3-j721e-main.dtsi400 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
H A Dk3-am64-main.dtsi181 ti,sci-rm-range-rflow = <0x2a>, /* FLOW_UNMAPPED_RX_CHAN */
/openbmc/linux/net/core/
H A Ddev.c4522 struct rps_dev_flow *rflow, u16 next_cpu) in set_rps_cpu() argument
4550 old_rflow = rflow; in set_rps_cpu()
4551 rflow = &flow_table->flows[flow_id]; in set_rps_cpu()
4552 rflow->filter = rc; in set_rps_cpu()
4553 if (old_rflow->filter == rflow->filter) in set_rps_cpu()
4557 rflow->last_qtail = in set_rps_cpu()
4561 rflow->cpu = next_cpu; in set_rps_cpu()
4562 return rflow; in set_rps_cpu()
4608 struct rps_dev_flow *rflow; in get_rps_cpu() local
4624 rflow = &flow_table->flows[hash & flow_table->mask]; in get_rps_cpu()
[all …]