Home
last modified time | relevance | path

Searched refs:qsfp_info (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/infiniband/hw/hfi1/
Dplatform.c238 u8 *cache = ppd->qsfp_info.cache; in qual_power()
267 u8 *cache = ppd->qsfp_info.cache; in qual_bitrate()
293 u8 *cache = ppd->qsfp_info.cache; in set_qsfp_high_power()
330 u8 *cache = ppd->qsfp_info.cache; in apply_rx_cdr()
381 u8 *cache = ppd->qsfp_info.cache; in apply_tx_cdr()
430 u8 *cache = ppd->qsfp_info.cache; in apply_cdr_settings()
443 u8 *cache = ppd->qsfp_info.cache; in apply_tx_eq_auto()
456 u8 *cache = ppd->qsfp_info.cache; in apply_tx_eq_prog()
501 u8 rx_eq, *cache = ppd->qsfp_info.cache; in apply_rx_eq_emp()
545 u8 *cache = ppd->qsfp_info.cache; in apply_eq_settings()
[all …]
Dqsfp.c567 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()
[all …]
Dinit.c672 INIT_WORK(&ppd->qsfp_info.qsfp_work, qsfp_event); in hfi1_init_pportdata()
675 spin_lock_init(&ppd->qsfp_info.qsfp_lock); in hfi1_init_pportdata()
677 ppd->qsfp_info.ppd = ppd; in hfi1_init_pportdata()
Dchip.c6082 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int()
6087 ppd->qsfp_info.cache_valid = 0; in handle_qsfp_int()
6088 ppd->qsfp_info.reset_needed = 0; in handle_qsfp_int()
6089 ppd->qsfp_info.limiting_active = 0; in handle_qsfp_int()
6090 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, in handle_qsfp_int()
6118 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int()
6119 ppd->qsfp_info.cache_valid = 0; in handle_qsfp_int()
6120 ppd->qsfp_info.cache_refresh_required = 1; in handle_qsfp_int()
6121 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, in handle_qsfp_int()
6140 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int()
[all …]
Dfirmware.c1946 u8 *cache = ppd->qsfp_info.cache; in get_integrated_platform_config_field()
Dhfi.h715 struct qsfp_data qsfp_info; member