Searched refs:qsfp_info (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | platform.c | 196 u8 *cache = ppd->qsfp_info.cache; in qual_power() 225 u8 *cache = ppd->qsfp_info.cache; in qual_bitrate() 251 u8 *cache = ppd->qsfp_info.cache; in set_qsfp_high_power() 288 u8 *cache = ppd->qsfp_info.cache; in apply_rx_cdr() 339 u8 *cache = ppd->qsfp_info.cache; in apply_tx_cdr() 388 u8 *cache = ppd->qsfp_info.cache; in apply_cdr_settings() 401 u8 *cache = ppd->qsfp_info.cache; in apply_tx_eq_auto() 414 u8 *cache = ppd->qsfp_info.cache; in apply_tx_eq_prog() 459 u8 rx_eq, *cache = ppd->qsfp_info.cache; in apply_rx_eq_emp() 503 u8 *cache = ppd->qsfp_info.cache; in apply_eq_settings() [all …]
|
D | qsfp.c | 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() [all …]
|
D | init.c | 624 INIT_WORK(&ppd->qsfp_info.qsfp_work, qsfp_event); in hfi1_init_pportdata() 627 spin_lock_init(&ppd->qsfp_info.qsfp_lock); in hfi1_init_pportdata() 629 ppd->qsfp_info.ppd = ppd; in hfi1_init_pportdata()
|
D | chip.c | 6088 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int() 6093 ppd->qsfp_info.cache_valid = 0; in handle_qsfp_int() 6094 ppd->qsfp_info.reset_needed = 0; in handle_qsfp_int() 6095 ppd->qsfp_info.limiting_active = 0; in handle_qsfp_int() 6096 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, in handle_qsfp_int() 6124 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int() 6125 ppd->qsfp_info.cache_valid = 0; in handle_qsfp_int() 6126 ppd->qsfp_info.cache_refresh_required = 1; in handle_qsfp_int() 6127 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, in handle_qsfp_int() 6146 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int() [all …]
|
D | firmware.c | 1902 u8 *cache = ppd->qsfp_info.cache; in get_integrated_platform_config_field()
|
D | hfi.h | 737 struct qsfp_data qsfp_info; member
|