Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dintr.c46 (void)hfi1_set_ib_cfg(ppd, HFI1_IB_CFG_PKEYS, 0); in add_full_mgmt_pkey()
Dmad.c637 (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()
Ddriver.c1271 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()
Dchip.h1388 int hfi1_set_ib_cfg(struct hfi1_pportdata *ppd, int which, u32 val);
Dchip.c7257 (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