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 *);
7344 const struct txdds_ent *tp) in set_txdds()
7456 static const struct txdds_ent txdds_sdr[TXDDS_TABLE_SZ] = {
7476 static const struct txdds_ent txdds_ddr[TXDDS_TABLE_SZ] = {
7496 static const struct txdds_ent txdds_qdr[TXDDS_TABLE_SZ] = {
7522 static const struct txdds_ent txdds_extra_sdr[TXDDS_EXTRA_SZ] = {
7544 static const struct txdds_ent txdds_extra_ddr[TXDDS_EXTRA_SZ] = {
7566 static const struct txdds_ent txdds_extra_qdr[TXDDS_EXTRA_SZ] = {
7588 static const struct txdds_ent txdds_extra_mfg[TXDDS_MFG_SZ] = {
7594 static const struct txdds_ent *get_atten_table(const struct txdds_ent *txdds, in get_atten_table()
7615 const struct txdds_ent **sdr_dds, in find_best_ent()
7616 const struct txdds_ent **ddr_dds, in find_best_ent()
7617 const struct txdds_ent **qdr_dds, int override) in find_best_ent()
7687 const struct txdds_ent *sdr_dds, *ddr_dds, *qdr_dds; in init_txdds_table()
7688 struct txdds_ent *dds; in init_txdds_table()
7704 dds = (struct txdds_ent *)(ppd->link_speed_active == in init_txdds_table()
8181 struct txdds_ent *txdds) in write_tx_serdes_param()
8216 const struct txdds_ent *sdr_dds, *ddr_dds, *qdr_dds; in adj_tx_serdes()
8217 struct txdds_ent *dds; in adj_tx_serdes()
8220 dds = (struct txdds_ent *)(ppd->link_speed_active == QIB_IB_QDR ? in adj_tx_serdes()