Home
last modified time | relevance | path

Searched refs:hfi1_set_ib_cfg (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dintr.c88 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_PKEYS, 0); in add_full_mgmt_pkey()
Dmad.c679 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_LWID_ENB, w); in set_link_width_enabled()
684 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_LWID_DG_ENB, w); in set_link_width_downgrade_enabled()
689 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_SPD_ENB, s); in set_link_speed_enabled()
1523 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_VL_HIGH_LIMIT, in __subn_set_opa_portinfo()
1577 if (hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_OP_VLS, in __subn_set_opa_portinfo()
1713 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_PKEYS, 0); in set_pkeys()
Ddriver.c1244 hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_MTU, 0); in set_mtu()
1261 hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_LIDLMC, 0); in hfi1_set_lid()
Dchip.h1427 int hfi1_set_ib_cfg(struct hfi1_pportdata *ppd, int which, u32 val);
Dchip.c7269 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_PKEYS, 0); in clear_full_mgmt_pkey()
10918 int hfi1_set_ib_cfg(struct hfi1_pportdata *ppd, int which, u32 val) in hfi1_set_ib_cfg() function