Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.h336 #define SRQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_srq_context, h, l) macro
338 #define SRQC_SRQ_ST SRQC_FIELD_LOC(1, 0)
339 #define SRQC_WQE_HOP_NUM SRQC_FIELD_LOC(3, 2)
340 #define SRQC_SHIFT SRQC_FIELD_LOC(7, 4)
341 #define SRQC_SRQN SRQC_FIELD_LOC(31, 8)
342 #define SRQC_LIMIT_WL SRQC_FIELD_LOC(47, 32)
343 #define SRQC_RSV0 SRQC_FIELD_LOC(63, 48)
344 #define SRQC_XRCD SRQC_FIELD_LOC(87, 64)
345 #define SRQC_RSV1 SRQC_FIELD_LOC(95, 88)
346 #define SRQC_PRODUCER_IDX SRQC_FIELD_LOC(111, 96)
[all …]