Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/qib/
Dqib_iba7322.c603 #define TXDDS_TABLE_SZ 16 /* number of entries per speed in onchip table */ macro
6039 txdds_size = TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ; in set_no_qsfp_atten()
6123 if (n == str || val >= (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ + in setup_txselect()
6126 TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ + TXDDS_MFG_SZ); in setup_txselect()
6545 TXDDS_TABLE_SZ + 2 : TXDDS_TABLE_SZ + 4; in qib_init_7322_variables()
7426 static const struct txdds_ent txdds_sdr[TXDDS_TABLE_SZ] = {
7446 static const struct txdds_ent txdds_ddr[TXDDS_TABLE_SZ] = {
7466 static const struct txdds_ent txdds_qdr[TXDDS_TABLE_SZ] = {
7573 else if (atten > TXDDS_TABLE_SZ) in get_atten_table()
7574 atten = TXDDS_TABLE_SZ - 1; in get_atten_table()
[all …]