Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/infiniband/hw/ipath/
Dipath_sysfs.c864 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_SPD_ENB); in show_spd_enb()
888 r = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_SPD_ENB, val); in store_spd_enb()
Dipath_iba6110.c1863 case IPATH_IB_CFG_SPD_ENB: in ipath_ht_get_ib_cfg()
1881 else if (which == IPATH_IB_CFG_SPD_ENB) in ipath_ht_set_ib_cfg()
Dipath_kernel.h252 #define IPATH_IB_CFG_SPD_ENB 4 /* Get/set allowed Link speeds */ macro
Dipath_mad.c157 (void) dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_SPD_ENB, s); in set_link_speed_enabled()