Home
last modified time | relevance | path

Searched refs:QLC_83XX_FLASH_WRITE_MAX (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c1014 for (i = 0; i < count / QLC_83XX_FLASH_WRITE_MAX; i++) { in qlcnic_83xx_sysfs_flash_bulk_write()
1017 QLC_83XX_FLASH_WRITE_MAX); in qlcnic_83xx_sysfs_flash_bulk_write()
1034 p_src = p_src + sizeof(u32)*QLC_83XX_FLASH_WRITE_MAX; in qlcnic_83xx_sysfs_flash_bulk_write()
1035 offset = offset + sizeof(u32)*QLC_83XX_FLASH_WRITE_MAX; in qlcnic_83xx_sysfs_flash_bulk_write()
Dqlcnic_83xx_hw.h443 #define QLC_83XX_FLASH_WRITE_MAX 64 macro
Dqlcnic_83xx_hw.c2902 (count > QLC_83XX_FLASH_WRITE_MAX)) { in qlcnic_83xx_flash_bulk_write()