Lines Matching refs:qsfp_info
567 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in refresh_qsfp_cache()
568 ppd->qsfp_info.cache_valid = 0; in refresh_qsfp_cache()
569 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, flags); in refresh_qsfp_cache()
638 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in refresh_qsfp_cache()
639 ppd->qsfp_info.cache_valid = 1; in refresh_qsfp_cache()
640 ppd->qsfp_info.cache_refresh_required = 0; in refresh_qsfp_cache()
641 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, flags); in refresh_qsfp_cache()
727 if (!ppd->qsfp_info.cache_valid) { in get_cable_info()
739 memcpy(data, &ppd->qsfp_info.cache[addr], (len - excess_len)); in get_cable_info()
744 memcpy(data, &ppd->qsfp_info.cache[addr], len); in get_cable_info()
792 u8 *cache = &ppd->qsfp_info.cache[0]; in qsfp_dump()
805 if (ppd->qsfp_info.cache_valid) { in qsfp_dump()