Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c1015 for (i = 0; i < count / QLC_83XX_FLASH_WRITE_MAX; i++) { in qlcnic_83xx_sysfs_flash_bulk_write()
1018 QLC_83XX_FLASH_WRITE_MAX); in qlcnic_83xx_sysfs_flash_bulk_write()
1035 p_src = p_src + sizeof(u32)*QLC_83XX_FLASH_WRITE_MAX; in qlcnic_83xx_sysfs_flash_bulk_write()
1036 offset = offset + sizeof(u32)*QLC_83XX_FLASH_WRITE_MAX; in qlcnic_83xx_sysfs_flash_bulk_write()
Dqlcnic_83xx_hw.h444 #define QLC_83XX_FLASH_WRITE_MAX 64 macro
Dqlcnic_83xx_hw.c2898 (count > QLC_83XX_FLASH_WRITE_MAX)) { in qlcnic_83xx_flash_bulk_write()