Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_iba7322.c603 #define TXDDS_TABLE_SZ 16 /* number of entries per speed in onchip table */ macro
6040 txdds_size = TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ; in set_no_qsfp_atten()
6124 if (n == str || val >= (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ + in setup_txselect()
6127 TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ + TXDDS_MFG_SZ); in setup_txselect()
6546 TXDDS_TABLE_SZ + 2 : TXDDS_TABLE_SZ + 4; in qib_init_7322_variables()
7427 static const struct txdds_ent txdds_sdr[TXDDS_TABLE_SZ] = {
7447 static const struct txdds_ent txdds_ddr[TXDDS_TABLE_SZ] = {
7467 static const struct txdds_ent txdds_qdr[TXDDS_TABLE_SZ] = {
7574 else if (atten > TXDDS_TABLE_SZ) in get_atten_table()
7575 atten = TXDDS_TABLE_SZ - 1; in get_atten_table()
[all …]