Home
last modified time | relevance | path

Searched refs:BNX2X_NVRAM_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c1750 else if (((offset + 4) % BNX2X_NVRAM_PAGE_SIZE) == 0) in bnx2x_nvram_write()
1752 else if ((offset % BNX2X_NVRAM_PAGE_SIZE) == 0) in bnx2x_nvram_write()
H A Dbnx2x.h966 #define BNX2X_NVRAM_PAGE_SIZE 256 macro