/linux-6.14.4/drivers/dma/ti/ |
D | k3-udma.c | 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() 1323 static void __udma_put_rflow(struct udma_dev *ud, struct udma_rflow *rflow) in __udma_put_rflow() argument 1325 if (!test_bit(rflow->id, ud->rflow_in_use)) { in __udma_put_rflow() 1326 dev_err(ud->dev, "attempt to put unused rflow%d\n", rflow->id); in __udma_put_rflow() 1330 dev_dbg(ud->dev, "put rflow%d\n", rflow->id); in __udma_put_rflow() 1331 clear_bit(rflow->id, ud->rflow_in_use); in __udma_put_rflow() [all …]
|
D | k3-udma-private.c | 141 XUDMA_GET_RESOURCE_ID(rflow);
|
/linux-6.14.4/net/core/ |
D | dev.c | 4775 struct rps_dev_flow *rflow, u16 next_cpu) in set_rps_cpu() argument 4804 old_rflow = rflow; in set_rps_cpu() 4805 rflow = &flow_table->flows[flow_id]; in set_rps_cpu() 4806 WRITE_ONCE(rflow->filter, rc); in set_rps_cpu() 4812 rps_input_queue_tail_save(&rflow->last_qtail, head); in set_rps_cpu() 4815 WRITE_ONCE(rflow->cpu, next_cpu); in set_rps_cpu() 4816 return rflow; in set_rps_cpu() 4862 struct rps_dev_flow *rflow; in get_rps_cpu() local 4878 rflow = &flow_table->flows[hash & flow_table->mask]; in get_rps_cpu() 4879 tcpu = rflow->cpu; in get_rps_cpu() [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/ti/ |
D | k3-am65-mcu.dtsi | 225 "tchan", "rchan", "rflow"; 237 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
|
D | k3-j721e-mcu-wakeup.dtsi | 496 "tchan", "rchan", "rflow"; 509 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-j7200-mcu-wakeup.dtsi | 376 "tchan", "rchan", "rflow"; 389 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-j721s2-mcu-wakeup.dtsi | 497 "tchan", "rchan", "rflow"; 509 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-j784s4-j742s2-mcu-wakeup-common.dtsi | 495 "tchan", "rchan", "rflow"; 506 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-am62p-j722s-common-main.dtsi | 131 "ring", "tchan", "rchan", "rflow"; 152 ti,sci-rm-range-rflow = <0x2a>, /* FLOW_UNMAPPED_RX_CHAN */
|
D | k3-am62a-main.dtsi | 147 "ring", "tchan", "rchan", "rflow"; 166 ti,sci-rm-range-rflow = <0x2a>, /* FLOW_UNMAPPED_RX_CHAN */
|
D | k3-am62-main.dtsi | 150 "ring", "tchan", "rchan", "rflow"; 170 ti,sci-rm-range-rflow = <0x2a>, /* FLOW_UNMAPPED_RX_CHAN */
|
D | k3-am64-main.dtsi | 170 "ring", "tchan", "rchan", "rflow"; 196 ti,sci-rm-range-rflow = <0x2a>, /* FLOW_UNMAPPED_RX_CHAN */
|
D | k3-j7200-main.dtsi | 292 "tchan", "rchan", "rflow"; 306 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-am65-main.dtsi | 808 "tchan", "rchan", "rflow"; 820 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
|
D | k3-j721s2-main.dtsi | 1092 "tchan", "rchan", "rflow"; 1106 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-j784s4-j742s2-main-common.dtsi | 1547 "tchan", "rchan", "rflow"; 1561 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-j721e-main.dtsi | 392 "tchan", "rchan", "rflow"; 406 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|