Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.h326 #define SRQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_srq_context, h, l) macro
328 #define SRQC_SRQ_ST SRQC_FIELD_LOC(1, 0)
329 #define SRQC_WQE_HOP_NUM SRQC_FIELD_LOC(3, 2)
330 #define SRQC_SHIFT SRQC_FIELD_LOC(7, 4)
331 #define SRQC_SRQN SRQC_FIELD_LOC(31, 8)
332 #define SRQC_LIMIT_WL SRQC_FIELD_LOC(47, 32)
333 #define SRQC_RSV0 SRQC_FIELD_LOC(63, 48)
334 #define SRQC_XRCD SRQC_FIELD_LOC(87, 64)
335 #define SRQC_RSV1 SRQC_FIELD_LOC(95, 88)
336 #define SRQC_PRODUCER_IDX SRQC_FIELD_LOC(11
[all...]

Completed in 4 milliseconds