Searched refs:rflow (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/drivers/dma/ti/ |
D | k3-udma.c | 223 struct udma_rflow *rflow; member 556 ring = uc->rflow->fd_ring; in udma_push_to_ring() 596 ring = uc->rflow->r_ring; in udma_pop_from_ring() 631 ring1 = uc->rflow->fd_ring; in udma_reset_rings() 632 ring2 = uc->rflow->r_ring; in udma_reset_rings() 1194 static void __udma_put_rflow(struct udma_dev *ud, struct udma_rflow *rflow) in __udma_put_rflow() argument 1196 if (!test_bit(rflow->id, ud->rflow_in_use)) { in __udma_put_rflow() 1197 dev_err(ud->dev, "attempt to put unused rflow%d\n", rflow->id); in __udma_put_rflow() 1201 dev_dbg(ud->dev, "put rflow%d\n", rflow->id); in __udma_put_rflow() 1202 clear_bit(rflow->id, ud->rflow_in_use); in __udma_put_rflow() [all …]
|
D | k3-udma-private.c | 118 XUDMA_GET_RESOURCE_ID(rflow);
|
/Linux-v5.10/include/linux/ |
D | cyclades.h | 142 int rflow; member
|
/Linux-v5.10/net/core/ |
D | dev.c | 4263 struct rps_dev_flow *rflow, u16 next_cpu) in set_rps_cpu() argument 4291 old_rflow = rflow; in set_rps_cpu() 4292 rflow = &flow_table->flows[flow_id]; in set_rps_cpu() 4293 rflow->filter = rc; in set_rps_cpu() 4294 if (old_rflow->filter == rflow->filter) in set_rps_cpu() 4298 rflow->last_qtail = in set_rps_cpu() 4302 rflow->cpu = next_cpu; in set_rps_cpu() 4303 return rflow; in set_rps_cpu() 4349 struct rps_dev_flow *rflow; in get_rps_cpu() local 4363 rflow = &flow_table->flows[hash & flow_table->mask]; in get_rps_cpu() [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/ti/ |
D | k3-j7200-mcu-wakeup.dtsi | 150 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-am65-mcu.dtsi | 161 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
|
D | k3-j721e-mcu-wakeup.dtsi | 293 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-j7200-main.dtsi | 151 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
D | k3-am65-main.dtsi | 638 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
|
D | k3-j721e-main.dtsi | 324 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
/Linux-v5.10/drivers/tty/ |
D | cyclades.c | 2124 if ((cflag & CRTSCTS) && info->rflow) in cy_set_line_char() 2672 info->rflow = (int)arg; in cy_ioctl() 2675 ret_val = info->rflow; in cy_ioctl()
|