Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dplatform.c818 u32 cable_atten = 0, remote_atten = 0, platform_atten = 0; in tune_qsfp() local
829 &platform_atten, 4); in tune_qsfp()
856 *ptr_total_atten = platform_atten + cable_atten + remote_atten; in tune_qsfp()
890 u32 remote_atten = 0, platform_atten = 0; in tune_serdes() local
937 PORT_TABLE_LOCAL_ATTEN_25G, &platform_atten, 4); in tune_serdes()
943 total_atten = platform_atten + remote_atten; in tune_serdes()
956 &platform_atten, 4); in tune_serdes()
963 total_atten = platform_atten + remote_atten; in tune_serdes()