[PATCH net-next v1 4/5] net: stmmac: xgmac: Rename XGMAC_RQ to XGMAC_FPRQ
Vladimir Oltean
olteanv at gmail.com
Thu Oct 17 10:18:52 PDT 2024
On Tue, Oct 15, 2024 at 05:09:25PM +0800, Furong Xu wrote:
> diff --git a/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h b/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h
> index 917796293c26..c66fa6040672 100644
> --- a/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h
> +++ b/drivers/net/ethernet/stmicro/stmmac/dwxgmac2.h
> @@ -84,8 +84,8 @@
> #define XGMAC_MCBCQEN BIT(15)
> #define XGMAC_MCBCQ GENMASK(11, 8)
> #define XGMAC_MCBCQ_SHIFT 8
> -#define XGMAC_RQ GENMASK(7, 4)
> -#define XGMAC_RQ_SHIFT 4
> +#define XGMAC_FPRQ GENMASK(7, 4)
> +#define XGMAC_FPRQ_SHIFT 4
If you made use of FIELD_PREP(), you would not need the _SHIFT variant at all
(though that would be a separate logical change).
> #define XGMAC_UPQ GENMASK(3, 0)
> #define XGMAC_UPQ_SHIFT 0
> #define XGMAC_RXQ_CTRL2 0x000000a8
More information about the linux-arm-kernel
mailing list