Lines Matching refs:qsfp_info
525 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in refresh_qsfp_cache()
526 ppd->qsfp_info.cache_valid = 0; in refresh_qsfp_cache()
527 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, flags); in refresh_qsfp_cache()
596 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in refresh_qsfp_cache()
597 ppd->qsfp_info.cache_valid = 1; in refresh_qsfp_cache()
598 ppd->qsfp_info.cache_refresh_required = 0; in refresh_qsfp_cache()
599 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, flags); in refresh_qsfp_cache()
685 if (!ppd->qsfp_info.cache_valid) { in get_cable_info()
697 memcpy(data, &ppd->qsfp_info.cache[addr], (len - excess_len)); in get_cable_info()
702 memcpy(data, &ppd->qsfp_info.cache[addr], len); in get_cable_info()
750 u8 *cache = &ppd->qsfp_info.cache[0]; in qsfp_dump()
763 if (ppd->qsfp_info.cache_valid) { in qsfp_dump()