Lines Matching refs:txdds_ent
577 struct txdds_ent { struct
587 struct txdds_ent sdr; argument
588 struct txdds_ent ddr;
589 struct txdds_ent qdr;
592 static void write_tx_serdes_param(struct qib_pportdata *, struct txdds_ent *);
7412 const struct txdds_ent *tp) in set_txdds()
7524 static const struct txdds_ent txdds_sdr[TXDDS_TABLE_SZ] = {
7544 static const struct txdds_ent txdds_ddr[TXDDS_TABLE_SZ] = {
7564 static const struct txdds_ent txdds_qdr[TXDDS_TABLE_SZ] = {
7590 static const struct txdds_ent txdds_extra_sdr[TXDDS_EXTRA_SZ] = {
7612 static const struct txdds_ent txdds_extra_ddr[TXDDS_EXTRA_SZ] = {
7634 static const struct txdds_ent txdds_extra_qdr[TXDDS_EXTRA_SZ] = {
7656 static const struct txdds_ent txdds_extra_mfg[TXDDS_MFG_SZ] = {
7662 static const struct txdds_ent *get_atten_table(const struct txdds_ent *txdds, in get_atten_table()
7683 const struct txdds_ent **sdr_dds, in find_best_ent()
7684 const struct txdds_ent **ddr_dds, in find_best_ent()
7685 const struct txdds_ent **qdr_dds, int override) in find_best_ent()
7755 const struct txdds_ent *sdr_dds, *ddr_dds, *qdr_dds; in init_txdds_table()
7756 struct txdds_ent *dds; in init_txdds_table()
7772 dds = (struct txdds_ent *)(ppd->link_speed_active == in init_txdds_table()
8250 struct txdds_ent *txdds) in write_tx_serdes_param()
8285 const struct txdds_ent *sdr_dds, *ddr_dds, *qdr_dds; in adj_tx_serdes()
8286 struct txdds_ent *dds; in adj_tx_serdes()
8289 dds = (struct txdds_ent *)(ppd->link_speed_active == QIB_IB_QDR ? in adj_tx_serdes()