Home
last modified time | relevance | path

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

/drivers/infiniband/hw/hfi1/
Dmad.c811 u32 buffer_units; in __subn_get_opa_portinfo() local
976 buffer_units = (dd->vau) & OPA_PI_MASK_BUF_UNIT_BUF_ALLOC; in __subn_get_opa_portinfo()
977 buffer_units |= (dd->vcu << 3) & OPA_PI_MASK_BUF_UNIT_CREDIT_ACK; in __subn_get_opa_portinfo()
978 buffer_units |= (credit_rate << 6) & in __subn_get_opa_portinfo()
980 buffer_units |= (dd->vl15_init << 11) & OPA_PI_MASK_BUF_UNIT_VL15_INIT; in __subn_get_opa_portinfo()
981 pi->buffer_units = cpu_to_be32(buffer_units); in __subn_get_opa_portinfo()