Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_mbx.c6831 for (iter = 0; iter < SFP_DEV_SIZE / SFP_BLOCK_SIZE; iter++) { in qla2x00_read_sfp_dev()
6839 addr, offset, SFP_BLOCK_SIZE, BIT_1); in qla2x00_read_sfp_dev()
6851 if ((count - c) >= SFP_BLOCK_SIZE) in qla2x00_read_sfp_dev()
6852 sz = SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()
6857 buf += SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()
6860 phys_addr += SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()
6861 sfp_data += SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()
6862 offset += SFP_BLOCK_SIZE; in qla2x00_read_sfp_dev()
Dqla_def.h4367 #define SFP_BLOCK_SIZE 64 macro
4368 #define SFP_RTDI_LEN SFP_BLOCK_SIZE