Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_init.c3891 ha->lr_distance = in qla24xx_detect_sfp()
3914 ha->lr_distance = LR_DISTANCE_10K; in qla24xx_detect_sfp()
3916 ha->lr_distance = LR_DISTANCE_5K; in qla24xx_detect_sfp()
3923 ha->flags.lr_detected ? lengths[ha->lr_distance] : in qla24xx_detect_sfp()
3925 used_nvram, ll, ha->flags.lr_detected, ha->lr_distance); in qla24xx_detect_sfp()
Dqla_def.h4057 uint16_t lr_distance; /* 32G & above */ member
Dqla_mbx.c721 ha->lr_distance << LR_DIST_FW_POS; in qla2x00_execute_fw()