Home
last modified time | relevance | path

Searched full:avb (Results 1 – 25 of 172) sorted by relevance

1234567

/kernel/linux/linux-5.10/arch/arm64/boot/dts/renesas/
Dcat875.dtsi12 ethernet0 = &avb;
16 &avb {
49 avb_pins: avb {
52 function = "avb";
Dhihope-rzg2-ex.dtsi10 ethernet0 = &avb;
18 &avb {
54 avb_pins: avb {
57 function = "avb";
Dbeacon-renesom-som.dtsi54 &avb {
182 avb_pins: avb {
185 function = "avb";
Dulcb.dtsi25 ethernet0 = &avb;
145 &avb {
296 avb_pins: avb {
299 function = "avb";
/kernel/linux/linux-6.6/arch/arm64/boot/dts/renesas/
Dcat875.dtsi12 ethernet0 = &avb;
16 &avb {
51 avb_pins: avb {
54 function = "avb";
Dhihope-rzg2-ex.dtsi10 ethernet0 = &avb;
18 &avb {
56 avb_pins: avb {
59 function = "avb";
Dulcb.dtsi25 ethernet0 = &avb;
141 &avb {
286 avb_pins: avb {
289 function = "avb";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml156 * snps,avb-algorithm, Queue to be enabled as AVB
183 * snps,avb-algorithm, TX queue will be working in AVB
185 and so no AVB is available in this queue.
186 * Configure Credit Base Shaper (if AVB Mode selected)
389 snps,avb-algorithm;
Drenesas,etheravb.yaml7 title: Renesas Ethernet AVB
209 ethernet0 = &avb;
212 avb: ethernet@e6800000 {
/kernel/linux/linux-6.6/arch/arm64/boot/dts/qcom/
Dsa8540p-ride.dts214 snps,avb-algorithm;
220 snps,avb-algorithm;
239 snps,avb-algorithm;
247 snps,avb-algorithm;
291 snps,avb-algorithm;
297 snps,avb-algorithm;
316 snps,avb-algorithm;
324 snps,avb-algorithm;
Dsa8775p-ride.dtsi299 snps,avb-algorithm;
305 snps,avb-algorithm;
324 snps,avb-algorithm;
332 snps,avb-algorithm;
368 snps,avb-algorithm;
374 snps,avb-algorithm;
393 snps,avb-algorithm;
401 snps,avb-algorithm;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/net/
Dsnps,dwmac.yaml218 snps,avb-algorithm:
220 description: Queue to be enabled as AVB
248 snps,avb-algorithm: false
251 - snps,avb-algorithm
372 snps,avb-algorithm:
375 TX queue will be working in AVB.
376 Queue 0 is reserved for legacy traffic and so no AVB is
408 snps,avb-algorithm: false
411 - snps,avb-algorithm
717 snps,avb-algorithm;
Drenesas,etheravb.yaml7 title: Renesas Ethernet AVB
283 - description: AVB functional clock
300 ethernet0 = &avb;
303 avb: ethernet@e6800000 {
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
DKconfig33 tristate "Renesas Ethernet AVB support"
41 Renesas Ethernet AVB device driver.
Dravb_main.c2 /* Renesas Ethernet AVB device driver
109 * Ethernet AVB device doesn't have ROM for MAC address.
173 /* Free TX skb function for AVB-IP */
217 /* Free skb's and DMA buffers for Ethernet AVB */
272 /* Format skb and descriptor buffer for Ethernet AVB */
336 /* Init skb and descriptor buffer for Ethernet AVB */
423 /* Device init function for Ethernet AVB */
447 /* Set AVB RX */ in ravb_dmac_init()
473 /* Setting the control will start the AVB-DMAC process. */ in ravb_dmac_init()
532 /* Packet receive function for Ethernet AVB */
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/renesas/
Dr8a77470-iwg23s-sbc.dts16 ethernet0 = &avb;
72 &avb {
183 avb_pins: avb {
185 function = "avb";
Dr8a7745-iwg22d-sodimm.dts40 ethernet0 = &avb;
112 &avb {
226 avb_pins: avb {
228 function = "avb";
Diwg20d-q7-common.dtsi35 ethernet0 = &avb;
151 &avb {
261 avb_pins: avb {
263 function = "avb";
Dr8a7742-iwg21d-q7.dts42 ethernet0 = &avb;
168 &avb {
319 avb_pins: avb {
321 function = "avb";
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dr8a77470-iwg23s-sbc.dts16 ethernet0 = &avb;
72 &avb {
181 avb_pins: avb {
183 function = "avb";
Dr8a7745-iwg22d-sodimm.dts40 ethernet0 = &avb;
112 &avb {
224 avb_pins: avb {
226 function = "avb";
Diwg20d-q7-common.dtsi35 ethernet0 = &avb;
151 &avb {
259 avb_pins: avb {
261 function = "avb";
Dr8a7742-iwg21d-q7.dts41 ethernet0 = &avb;
111 &avb {
227 avb_pins: avb {
229 function = "avb";
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
DKconfig33 tristate "Renesas Ethernet AVB support"
41 Renesas Ethernet AVB device driver.
Dravb.h2 /* Renesas Ethernet AVB device driver
48 /* AVB-DMAC registers */
212 /* Register bits of the Ethernet AVB */
877 /* The Ethernet AVB descriptor definitions. */
1034 unsigned internal_delay:1; /* AVB-DMAC has internal delays */
1037 unsigned multi_irqs:1; /* AVB-DMAC and E-MAC has multiple irqs */
1040 unsigned gptp:1; /* AVB-DMAC has gPTP support */
1041 unsigned ccc_gac:1; /* AVB-DMAC has gPTP support active in config mode */
1043 unsigned nc_queues:1; /* AVB-DMAC has RX and TX NC queues */

1234567