Searched refs:QPC_FIELD_LOC (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.h | 450 #define QPC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_qp_context, h, l) macro 452 #define QPC_TST QPC_FIELD_LOC(2, 0) 453 #define QPC_SGE_SHIFT QPC_FIELD_LOC(7, 3) 454 #define QPC_CNP_TIMER QPC_FIELD_LOC(31, 8) 455 #define QPC_WQE_SGE_BA_L QPC_FIELD_LOC(63, 32) 456 #define QPC_WQE_SGE_BA_H QPC_FIELD_LOC(92, 64) 457 #define QPC_SQ_HOP_NUM QPC_FIELD_LOC(94, 93) 458 #define QPC_CIRE_EN QPC_FIELD_LOC(95, 95) 459 #define QPC_WQE_SGE_BA_PG_SZ QPC_FIELD_LOC(99, 96) 460 #define QPC_WQE_SGE_BUF_PG_SZ QPC_FIELD_LOC(10 [all...] |
Completed in 5 milliseconds