Lines Matching refs:txdds_ent
586 struct txdds_ent { struct
596 struct txdds_ent sdr; argument
597 struct txdds_ent ddr;
598 struct txdds_ent qdr;
601 static void write_tx_serdes_param(struct qib_pportdata *, struct txdds_ent *);
7314 const struct txdds_ent *tp) in set_txdds()
7426 static const struct txdds_ent txdds_sdr[TXDDS_TABLE_SZ] = {
7446 static const struct txdds_ent txdds_ddr[TXDDS_TABLE_SZ] = {
7466 static const struct txdds_ent txdds_qdr[TXDDS_TABLE_SZ] = {
7492 static const struct txdds_ent txdds_extra_sdr[TXDDS_EXTRA_SZ] = {
7514 static const struct txdds_ent txdds_extra_ddr[TXDDS_EXTRA_SZ] = {
7536 static const struct txdds_ent txdds_extra_qdr[TXDDS_EXTRA_SZ] = {
7558 static const struct txdds_ent txdds_extra_mfg[TXDDS_MFG_SZ] = {
7564 static const struct txdds_ent *get_atten_table(const struct txdds_ent *txdds, in get_atten_table()
7585 const struct txdds_ent **sdr_dds, in find_best_ent()
7586 const struct txdds_ent **ddr_dds, in find_best_ent()
7587 const struct txdds_ent **qdr_dds, int override) in find_best_ent()
7657 const struct txdds_ent *sdr_dds, *ddr_dds, *qdr_dds; in init_txdds_table()
7658 struct txdds_ent *dds; in init_txdds_table()
7674 dds = (struct txdds_ent *)(ppd->link_speed_active == in init_txdds_table()
8151 struct txdds_ent *txdds) in write_tx_serdes_param()
8186 const struct txdds_ent *sdr_dds, *ddr_dds, *qdr_dds; in adj_tx_serdes()
8187 struct txdds_ent *dds; in adj_tx_serdes()
8190 dds = (struct txdds_ent *)(ppd->link_speed_active == QIB_IB_QDR ? in adj_tx_serdes()