Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_init.c3704 ha->lr_distance = in qla24xx_detect_sfp()
3727 ha->lr_distance = LR_DISTANCE_10K; in qla24xx_detect_sfp()
3729 ha->lr_distance = LR_DISTANCE_5K; in qla24xx_detect_sfp()
3736 ha->flags.lr_detected ? lengths[ha->lr_distance] : in qla24xx_detect_sfp()
3738 used_nvram, ll, ha->flags.lr_detected, ha->lr_distance); in qla24xx_detect_sfp()
H A Dqla_def.h3925 uint16_t lr_distance; /* 32G & above */ member
H A Dqla_mbx.c691 ha->lr_distance << LR_DIST_FW_POS; in qla2x00_execute_fw()