Searched refs:f_set_ib_cfg (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/qib/ |
D | qib_driver.c | 202 dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LSTATE, in qib_set_linkstate() 209 dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LSTATE, in qib_set_linkstate() 216 dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LSTATE, in qib_set_linkstate() 223 dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LSTATE, in qib_set_linkstate() 247 dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LSTATE, in qib_set_linkstate() 261 dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LSTATE, in qib_set_linkstate() 630 ppd->dd->f_set_ib_cfg(ppd, QIB_IB_CFG_MTU, 0); in qib_set_mtu() 645 dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LIDLMC, in qib_set_lid()
|
D | qib_mad.c | 348 (void) ppd->dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LWID_ENB, w); in set_link_width_enabled() 353 (void) ppd->dd->f_set_ib_cfg(ppd, QIB_IB_CFG_SPD_ENB, s); in set_link_speed_enabled() 370 (void) ppd->dd->f_set_ib_cfg(ppd, QIB_IB_CFG_OVERRUN_THRESH, in set_overrunthreshold() 389 (void) ppd->dd->f_set_ib_cfg(ppd, QIB_IB_CFG_PHYERR_THRESH, in set_phyerrthreshold() 763 (void) dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LINKDEFAULT, in subn_set_portinfo() 767 (void) dd->f_set_ib_cfg(ppd, QIB_IB_CFG_LINKDEFAULT, in subn_set_portinfo() 776 (void) dd->f_set_ib_cfg(ppd, QIB_IB_CFG_VL_HIGH_LIMIT, in subn_set_portinfo() 791 (void) dd->f_set_ib_cfg(ppd, QIB_IB_CFG_OP_VLS, vls); in subn_set_portinfo() 1029 (void) dd->f_set_ib_cfg(ppd, QIB_IB_CFG_PKEYS, 0); in set_pkeys() 1996 ppd->dd->f_set_ib_cfg(ppd, QIB_IB_CFG_PORT, in process_subn()
|
D | qib_sysfs.c | 83 ret = dd->f_set_ib_cfg(ppd, QIB_IB_CFG_HRTBT, val); in hrtbt_enable_store()
|
D | qib.h | 779 int (*f_set_ib_cfg)(struct qib_pportdata *, int, u32); member
|
D | qib_file_ops.c | 635 (void) ppd->dd->f_set_ib_cfg(ppd, QIB_IB_CFG_PKEYS, 0); in qib_set_part_key() 704 (void) ppd->dd->f_set_ib_cfg(ppd, QIB_IB_CFG_PKEYS, 0); in qib_clean_part_key()
|
D | qib_iba6120.c | 3476 dd->f_set_ib_cfg = qib_6120_set_ib_cfg; in qib_init_iba6120_funcs()
|
D | qib_iba7220.c | 4527 dd->f_set_ib_cfg = qib_7220_set_ib_cfg; in qib_init_iba7220_funcs()
|
D | qib_iba7322.c | 7207 dd->f_set_ib_cfg = qib_7322_set_ib_cfg; in qib_init_iba7322_funcs()
|