no_eep 661 drivers/infiniband/hw/qib/qib_iba7322.c u8 no_eep; /* txselect table index to use if no qsfp info */ no_eep 6062 drivers/infiniband/hw/qib/qib_iba7322.c dd->pport[pidx].cpspec->no_eep = deflt; no_eep 6109 drivers/infiniband/hw/qib/qib_iba7322.c ppd->cpspec->no_eep = val; no_eep 6576 drivers/infiniband/hw/qib/qib_iba7322.c ppd->cpspec->no_eep = IS_QMH(dd) ? no_eep 7653 drivers/infiniband/hw/qib/qib_iba7322.c } else if (ppd->cpspec->no_eep < TXDDS_TABLE_SZ) { no_eep 7660 drivers/infiniband/hw/qib/qib_iba7322.c idx = ppd->cpspec->no_eep; no_eep 7664 drivers/infiniband/hw/qib/qib_iba7322.c } else if (ppd->cpspec->no_eep < (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ)) { no_eep 7666 drivers/infiniband/hw/qib/qib_iba7322.c idx = ppd->cpspec->no_eep - TXDDS_TABLE_SZ; no_eep 7671 drivers/infiniband/hw/qib/qib_iba7322.c ppd->cpspec->no_eep < (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ + no_eep 7673 drivers/infiniband/hw/qib/qib_iba7322.c idx = ppd->cpspec->no_eep - (TXDDS_TABLE_SZ + TXDDS_EXTRA_SZ);