net: stmmac: TX and RX queue priority configuration
[linux-block.git] / include / linux / stmmac.h
index be47b859e9548f8875e2f6a5a86657d69203a692..b7d5e7ae95914d4873691fa3d2247ab5de5cdf83 100644 (file)
@@ -127,6 +127,8 @@ struct stmmac_axi {
 struct stmmac_rxq_cfg {
        u8 mode_to_use;
        u8 chan;
+       bool use_prio;
+       u32 prio;
 };
 
 struct stmmac_txq_cfg {
@@ -137,6 +139,8 @@ struct stmmac_txq_cfg {
        u32 idle_slope;
        u32 high_credit;
        u32 low_credit;
+       bool use_prio;
+       u32 prio;
 };
 
 struct plat_stmmacenet_data {