Searched refs:hfi1_set_ib_cfg (Results 1 – 5 of 5) sorted by relevance
/drivers/infiniband/hw/hfi1/ |
D | intr.c | 46 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_PKEYS, 0); in add_full_mgmt_pkey()
|
D | mad.c | 637 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_LWID_ENB, w); in set_link_width_enabled() 642 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_LWID_DG_ENB, w); in set_link_width_downgrade_enabled() 647 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_SPD_ENB, s); in set_link_speed_enabled() 1481 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_VL_HIGH_LIMIT, in __subn_set_opa_portinfo() 1535 if (hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_OP_VLS, in __subn_set_opa_portinfo() 1671 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_PKEYS, 0); in set_pkeys()
|
D | driver.c | 1271 hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_MTU, 0); in set_mtu() 1288 hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_LIDLMC, 0); in hfi1_set_lid()
|
D | chip.h | 1388 int hfi1_set_ib_cfg(struct hfi1_pportdata *ppd, int which, u32 val);
|
D | chip.c | 7257 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_PKEYS, 0); in clear_full_mgmt_pkey() 10967 int hfi1_set_ib_cfg(struct hfi1_pportdata *ppd, int which, u32 val) in hfi1_set_ib_cfg() function
|