Searched refs:rflow (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A 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 …]
|
| H A D | k3-udma-private.c | 118 XUDMA_GET_RESOURCE_ID(rflow);
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 4299 struct rps_dev_flow *rflow, u16 next_cpu) in set_rps_cpu() argument 4327 old_rflow = rflow; in set_rps_cpu() 4328 rflow = &flow_table->flows[flow_id]; in set_rps_cpu() 4329 rflow->filter = rc; in set_rps_cpu() 4330 if (old_rflow->filter == rflow->filter) in set_rps_cpu() 4334 rflow->last_qtail = in set_rps_cpu() 4338 rflow->cpu = next_cpu; in set_rps_cpu() 4339 return rflow; in set_rps_cpu() 4385 struct rps_dev_flow *rflow; in get_rps_cpu() local 4399 rflow = &flow_table->flows[hash & flow_table->mask]; in get_rps_cpu() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cyclades.h | 142 int rflow; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/ti/ |
| H A D | k3-j7200-mcu-wakeup.dtsi | 150 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
| H A D | k3-am65-mcu.dtsi | 161 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
|
| H A D | k3-j721e-mcu-wakeup.dtsi | 293 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
| H A D | k3-j7200-main.dtsi | 156 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
| H A D | k3-am65-main.dtsi | 641 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
|
| H A D | k3-j721e-main.dtsi | 341 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A 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()
|