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 *);
7413 const struct txdds_ent *tp) in set_txdds()
7525 static const struct txdds_ent txdds_sdr[TXDDS_TABLE_SZ] = {
7545 static const struct txdds_ent txdds_ddr[TXDDS_TABLE_SZ] = {
7565 static const struct txdds_ent txdds_qdr[TXDDS_TABLE_SZ] = {
7591 static const struct txdds_ent txdds_extra_sdr[TXDDS_EXTRA_SZ] = {
7613 static const struct txdds_ent txdds_extra_ddr[TXDDS_EXTRA_SZ] = {
7635 static const struct txdds_ent txdds_extra_qdr[TXDDS_EXTRA_SZ] = {
7657 static const struct txdds_ent txdds_extra_mfg[TXDDS_MFG_SZ] = {
7663 static const struct txdds_ent *get_atten_table(const struct txdds_ent *txdds, in get_atten_table()
7684 const struct txdds_ent **sdr_dds, in find_best_ent()
7685 const struct txdds_ent **ddr_dds, in find_best_ent()
7686 const struct txdds_ent **qdr_dds, int override) in find_best_ent()
7756 const struct txdds_ent *sdr_dds, *ddr_dds, *qdr_dds; in init_txdds_table()
7757 struct txdds_ent *dds; in init_txdds_table()
7773 dds = (struct txdds_ent *)(ppd->link_speed_active == in init_txdds_table()
8251 struct txdds_ent *txdds) in write_tx_serdes_param()
8286 const struct txdds_ent *sdr_dds, *ddr_dds, *qdr_dds; in adj_tx_serdes()
8287 struct txdds_ent *dds; in adj_tx_serdes()
8290 dds = (struct txdds_ent *)(ppd->link_speed_active == QIB_IB_QDR ? in adj_tx_serdes()