Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_sysfs.c863 ret = dd->ipath_f_get_ib_cfg(dd, IPATH_IB_CFG_SPD_ENB); in show_spd_enb()
887 r = dd->ipath_f_set_ib_cfg(dd, IPATH_IB_CFG_SPD_ENB, val); in store_spd_enb()
Dipath_iba6110.c1861 case IPATH_IB_CFG_SPD_ENB: in ipath_ht_get_ib_cfg()
1879 else if (which == IPATH_IB_CFG_SPD_ENB) in ipath_ht_set_ib_cfg()
Dipath_kernel.h253 #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()