Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dintr.c135 set_up_vl15(dd, dd->vl15_init); in handle_linkup_change()
H A Dhfi.h1195 u16 vl15_init; member
H A Dchip.c9399 ret = write_vc_local_fabric(dd, dd->vau, 1, dd->vcu, dd->vl15_init, in set_local_link_attributes()
14132 dd->vl15_init = (8 * (2048 + 128)) / vau_to_au(dd->vau); in init_early_variables()
14133 if (dd->vl15_init > dd->link_credits) in init_early_variables()
14134 dd->vl15_init = dd->link_credits; in init_early_variables()
H A Dmad.c938 buffer_units |= (dd->vl15_init << 11) & OPA_PI_MASK_BUF_UNIT_VL15_INIT; in __subn_get_opa_portinfo()