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

/drivers/scsi/qla2xxx/
H A Dqla_attr.c521 memset(ha->sfp_data, 0, SFP_BLOCK_SIZE);
523 for (iter = 0, offset = 0; iter < (SFP_DEV_SIZE * 2) / SFP_BLOCK_SIZE;
524 iter++, offset += SFP_BLOCK_SIZE) {
532 addr, offset, SFP_BLOCK_SIZE, 0);
540 memcpy(buf, ha->sfp_data, SFP_BLOCK_SIZE);
541 buf += SFP_BLOCK_SIZE;
H A Dqla_def.h2651 #define SFP_BLOCK_SIZE 64 macro

Completed in 237 milliseconds