stmmac.h (a8f5102af2a7740a4b3200a27beddf27f23f921a) | stmmac.h (abe80fdc6ee664b2f8515f91b45e852b65dbb1a1) |
---|---|
1/******************************************************************************* 2 3 Header file for stmmac platform data 4 5 Copyright (C) 2009 STMicroelectronics Ltd 6 7 This program is free software; you can redistribute it and/or modify it 8 under the terms and conditions of the GNU General Public License, --- 113 unchanged lines hidden (view full) --- 122 bool axi_fb; 123 bool axi_mb; 124 bool axi_rb; 125}; 126 127struct stmmac_rxq_cfg { 128 u8 mode_to_use; 129 u8 chan; | 1/******************************************************************************* 2 3 Header file for stmmac platform data 4 5 Copyright (C) 2009 STMicroelectronics Ltd 6 7 This program is free software; you can redistribute it and/or modify it 8 under the terms and conditions of the GNU General Public License, --- 113 unchanged lines hidden (view full) --- 122 bool axi_fb; 123 bool axi_mb; 124 bool axi_rb; 125}; 126 127struct stmmac_rxq_cfg { 128 u8 mode_to_use; 129 u8 chan; |
130 u8 pkt_route; |
|
130 bool use_prio; 131 u32 prio; 132}; 133 134struct stmmac_txq_cfg { 135 u8 weight; 136 u8 mode_to_use; 137 /* Credit Base Shaper parameters */ --- 54 unchanged lines hidden --- | 131 bool use_prio; 132 u32 prio; 133}; 134 135struct stmmac_txq_cfg { 136 u8 weight; 137 u8 mode_to_use; 138 /* Credit Base Shaper parameters */ --- 54 unchanged lines hidden --- |