stmmac.h (e1fbdef91b1ceb3f98afc47fda725f92a6255b27) stmmac.h (b643b836c639e754dd598ec6a356544779245135)
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*******************************************************************************
3
4 Header file for stmmac platform data
5
6 Copyright (C) 2009 STMicroelectronics Ltd
7
8

--- 125 unchanged lines hidden (view full) ---

134 u32 chan;
135 u8 pkt_route;
136 bool use_prio;
137 u32 prio;
138};
139
140struct stmmac_txq_cfg {
141 u32 weight;
1/* SPDX-License-Identifier: GPL-2.0-only */
2/*******************************************************************************
3
4 Header file for stmmac platform data
5
6 Copyright (C) 2009 STMicroelectronics Ltd
7
8

--- 125 unchanged lines hidden (view full) ---

134 u32 chan;
135 u8 pkt_route;
136 bool use_prio;
137 u32 prio;
138};
139
140struct stmmac_txq_cfg {
141 u32 weight;
142 bool coe_unsupported;
142 u8 mode_to_use;
143 /* Credit Base Shaper parameters */
144 u32 send_slope;
145 u32 idle_slope;
146 u32 high_credit;
147 u32 low_credit;
148 bool use_prio;
149 u32 prio;

--- 168 unchanged lines hidden ---
143 u8 mode_to_use;
144 /* Credit Base Shaper parameters */
145 u32 send_slope;
146 u32 idle_slope;
147 u32 high_credit;
148 u32 low_credit;
149 bool use_prio;
150 u32 prio;

--- 168 unchanged lines hidden ---