Searched refs:qsfp_info (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | platform.c | 238 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 …]
|
D | qsfp.c | 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() [all …]
|
D | init.c | 665 INIT_WORK(&ppd->qsfp_info.qsfp_work, qsfp_event); in hfi1_init_pportdata() 668 spin_lock_init(&ppd->qsfp_info.qsfp_lock); in hfi1_init_pportdata() 670 ppd->qsfp_info.ppd = ppd; in hfi1_init_pportdata()
|
D | chip.c | 6129 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int() 6134 ppd->qsfp_info.cache_valid = 0; in handle_qsfp_int() 6135 ppd->qsfp_info.reset_needed = 0; in handle_qsfp_int() 6136 ppd->qsfp_info.limiting_active = 0; in handle_qsfp_int() 6137 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, in handle_qsfp_int() 6165 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int() 6166 ppd->qsfp_info.cache_valid = 0; in handle_qsfp_int() 6167 ppd->qsfp_info.cache_refresh_required = 1; in handle_qsfp_int() 6168 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, in handle_qsfp_int() 6187 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int() [all …]
|
D | firmware.c | 1939 u8 *cache = ppd->qsfp_info.cache; in get_integrated_platform_config_field()
|
D | hfi.h | 788 struct qsfp_data qsfp_info; member
|