Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic.h60 #define QLCNIC_FLASH_SECTOR_SIZE (64 * 1024) macro
62 * QLCNIC_FLASH_SECTOR_SIZE)
Dqlcnic_83xx_hw.c2647 flash_offset = addr & (QLCNIC_FLASH_SECTOR_SIZE - 1); in qlcnic_83xx_lockless_flash_read32()
2658 if (range > (QLCNIC_FLASH_SECTOR_SIZE - 1)) { in qlcnic_83xx_lockless_flash_read32()
2673 if (flash_offset > (QLCNIC_FLASH_SECTOR_SIZE - 1)) { in qlcnic_83xx_lockless_flash_read32()