Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/infiniband/hw/hns/
Dhns_roce_hw_v2.h350 #define SRQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_srq_context, h, l) macro
352 #define SRQC_SRQ_ST SRQC_FIELD_LOC(1, 0)
353 #define SRQC_WQE_HOP_NUM SRQC_FIELD_LOC(3, 2)
354 #define SRQC_SHIFT SRQC_FIELD_LOC(7, 4)
355 #define SRQC_SRQN SRQC_FIELD_LOC(31, 8)
356 #define SRQC_LIMIT_WL SRQC_FIELD_LOC(47, 32)
357 #define SRQC_RSV0 SRQC_FIELD_LOC(63, 48)
358 #define SRQC_XRCD SRQC_FIELD_LOC(87, 64)
359 #define SRQC_RSV1 SRQC_FIELD_LOC(95, 88)
360 #define SRQC_PRODUCER_IDX SRQC_FIELD_LOC(111, 96)
[all …]