Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/dma/ti/
Dk3-udma.c223 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()
1172 * Attempt to request rflow by ID can be made for any rflow in __udma_get_rflow()
1184 /* GP rflow has to be allocated first */ in __udma_get_rflow()
1189 dev_dbg(ud->dev, "get rflow%d\n", id); in __udma_get_rflow()
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()
[all …]
Dk3-udma-private.c118 XUDMA_GET_RESOURCE_ID(rflow);
Dk3-udma-glue.c565 dev_err(dev, "UDMAX rflow get err %d\n", ret); in k3_udma_glue_cfg_rx_flow()
715 /* default rflow */ in k3_udma_glue_allocate_rx_flows()
/Linux-v5.10/Documentation/devicetree/bindings/dma/ti/
Dk3-udma.yaml109 ti,sci-rm-range-rflow:
111 Array of UDMA rflow resource subtypes for resource allocation for this
129 - ti,sci-rm-range-rflow
181 ti,sci-rm-range-rflow = <0x6>; /* GP RFLOW */
/Linux-v5.10/arch/arm64/boot/dts/ti/
Dk3-j7200-mcu-wakeup.dtsi150 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
Dk3-am65-mcu.dtsi161 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
Dk3-j721e-mcu-wakeup.dtsi293 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
Dk3-j7200-main.dtsi151 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
Dk3-am65-main.dtsi638 ti,sci-rm-range-rflow = <0x0>; /* GP RFLOW */
Dk3-j721e-main.dtsi324 ti,sci-rm-range-rflow = <0x00>; /* GP RFLOW */
/Linux-v5.10/include/linux/
Dcyclades.h39 *added rflow (which allows enabling the CD1400 special flow control
142 int rflow; member
/Linux-v5.10/net/core/
Ddev.c4263 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/include/uapi/linux/
Dcyclades.h39 *added rflow (which allows enabling the CD1400 special flow control
/Linux-v5.10/drivers/tty/
Dcyclades.c221 * The cyclades_port structure member rflow and the vector rflow_thr
230 static const char rflow_thr[] = { /* rflow threshold */
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()