Home
last modified time | relevance | path

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

/linux-5.19.10/include/rdma/
Dopa_port_info.h332 __be32 buffer_units; /* 9 res, 12, 5, 3, 3 */ member
/linux-5.19.10/drivers/infiniband/hw/hfi1/
Dmad.c769 u32 buffer_units; in __subn_get_opa_portinfo() local
934 buffer_units = (dd->vau) & OPA_PI_MASK_BUF_UNIT_BUF_ALLOC; in __subn_get_opa_portinfo()
935 buffer_units |= (dd->vcu << 3) & OPA_PI_MASK_BUF_UNIT_CREDIT_ACK; in __subn_get_opa_portinfo()
936 buffer_units |= (credit_rate << 6) & in __subn_get_opa_portinfo()
938 buffer_units |= (dd->vl15_init << 11) & OPA_PI_MASK_BUF_UNIT_VL15_INIT; in __subn_get_opa_portinfo()
939 pi->buffer_units = cpu_to_be32(buffer_units); in __subn_get_opa_portinfo()