Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/qib/
Dqib_iba7322.c603 #define TXDDS_TABLE_SZ 16 /* number of entries per speed in onchip table */ macro
6062 txdds_size = TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ; in set_no_qsfp_atten()
6146 if (n == str || val >= (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ + in setup_txselect()
6149 TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ + TXDDS_MFG_SZ); in setup_txselect()
6575 TXDDS_TABLE_SZ + 2 : TXDDS_TABLE_SZ + 4; in qib_init_7322_variables()
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] = {
7603 else if (atten > TXDDS_TABLE_SZ) in get_atten_table()
7604 atten = TXDDS_TABLE_SZ - 1; in get_atten_table()
[all …]