Home
last modified time | relevance | path

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

/Linux-v4.19/include/rdma/
Dopa_port_info.h365 __be32 buffer_units; /* 9 res, 12, 5, 3, 3 */ member
/Linux-v4.19/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()