Searched refs:buffer_units (Results 1 – 2 of 2) sorted by relevance
365 __be32 buffer_units; /* 9 res, 12, 5, 3, 3 */ member
811 u32 buffer_units; in __subn_get_opa_portinfo() local976 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()