Searched refs:qsfp_info (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A 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 in apply_eq_settings() [all...] |
H A 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 in get_cable_info() [all...] |
H A 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()
|
H A 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 in handle_qsfp_int() [all...] |
H A D | hfi.h | 788 struct qsfp_data qsfp_info; member
|
H A D | firmware.c | 1945 u8 *cache = ppd->qsfp_info.cache; in get_integrated_platform_config_field()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A 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 in apply_eq_settings() [all...] |
H A 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 in get_cable_info() [all...] |
H A 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()
|
H A D | chip.c | 6089 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int() 6094 ppd->qsfp_info.cache_valid = 0; in handle_qsfp_int() 6095 ppd->qsfp_info.reset_needed = 0; in handle_qsfp_int() 6096 ppd->qsfp_info.limiting_active = 0; in handle_qsfp_int() 6097 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, in handle_qsfp_int() 6125 spin_lock_irqsave(&ppd->qsfp_info.qsfp_lock, flags); in handle_qsfp_int() 6126 ppd->qsfp_info.cache_valid = 0; in handle_qsfp_int() 6127 ppd->qsfp_info.cache_refresh_required = 1; in handle_qsfp_int() 6128 spin_unlock_irqrestore(&ppd->qsfp_info.qsfp_lock, in handle_qsfp_int() 6147 spin_lock_irqsave(&ppd->qsfp_info in handle_qsfp_int() [all...] |
H A D | hfi.h | 737 struct qsfp_data qsfp_info; member
|
H A D | firmware.c | 1902 u8 *cache = ppd->qsfp_info.cache; in get_integrated_platform_config_field()
|
Completed in 49 milliseconds