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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c545 #define TXDDS_TABLE_SZ 16 /* number of entries per speed in onchip table */ macro
5612 if (val >= TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ)
5664 if (n == str || val >= (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ)) {
5667 TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ);
6085 TXDDS_TABLE_SZ + 2 : TXDDS_TABLE_SZ + 4;
6750 * There are 3 * TXDDS_TABLE_SZ entries in all per port, with the first
6751 * TXDDS_TABLE_SZ for SDR, the next for DDR, and the last for QDR.
6753 * corresponding entry (one of TXDDS_TABLE_SZ) from the selected table.
6879 static const struct txdds_ent txdds_sdr[TXDDS_TABLE_SZ]
[all...]

Completed in 120 milliseconds