Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c661 u8 no_eep; /* txselect table index to use if no qsfp info */ member
6038 dd->pport[pidx].cpspec->no_eep = deflt; in set_no_qsfp_atten()
6085 ppd->cpspec->no_eep = val; in set_no_qsfp_atten()
6545 ppd->cpspec->no_eep = IS_QMH(dd) ? in qib_init_7322_variables()
7622 } else if (ppd->cpspec->no_eep < TXDDS_TABLE_SZ) { in find_best_ent()
7629 idx = ppd->cpspec->no_eep; in find_best_ent()
7633 } else if (ppd->cpspec->no_eep < (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ)) { in find_best_ent()
7635 idx = ppd->cpspec->no_eep - TXDDS_TABLE_SZ; in find_best_ent()
7640 ppd->cpspec->no_eep < (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ + in find_best_ent()
7642 idx = ppd->cpspec->no_eep - (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ); in find_best_ent()