diff options
author | Faizal Rahim <faizal.abdul.rahim@linux.intel.com> | 2025-03-18 06:07:36 +0300 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2025-04-18 18:43:10 +0300 |
commit | 9cd87aafc7a88f4107d9f86fc6262d717fd489e8 (patch) | |
tree | ead519dc8f31fcbf41de8464facc9e0cdb7029bc /drivers/net/ethernet/intel/igc/igc_main.c | |
parent | 0d58cdc902dace2298406b3972def04f55e3d775 (diff) | |
download | linux-9cd87aafc7a88f4107d9f86fc6262d717fd489e8.tar.xz |
igc: use FIELD_PREP and GENMASK for existing RX packet buffer size
Prepare for an upcoming patch that modifies the RX buffer size in TSN mode.
Refactor IGC_RXPBSIZE_EXP_BMC_DEFAULT and IGC_RXPBS_CFG_TS_EN using
FIELD_PREP and GENMASK to improve clarity and maintainability. Refactor
both macros for consistency, even though the upcoming patch only use
IGC_RXPBSIZE_EXP_BMC_DEFAULT.
The newly introduced macros follow the naming from the i226 SW User Manual
for easy reference.
I've tested IGC_RXPBSIZE_EXP_BMC_DEFAULT and IGC_RXPBS_CFG_TS_EN before
and after the refactoring, and their values remain unchanged.
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Faizal Rahim <faizal.abdul.rahim@linux.intel.com>
Tested-by: Mor Bar-Gabay <morx.bar.gabay@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/igc/igc_main.c')
0 files changed, 0 insertions, 0 deletions