Searched refs:QPC_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.h | 473 #define QPC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_v2_qp_context, h, l) macro 475 #define QPC_TST QPC_FIELD_LOC(2, 0) 476 #define QPC_SGE_SHIFT QPC_FIELD_LOC(7, 3) 477 #define QPC_CNP_TIMER QPC_FIELD_LOC(31, 8) 478 #define QPC_WQE_SGE_BA_L QPC_FIELD_LOC(63, 32) 479 #define QPC_WQE_SGE_BA_H QPC_FIELD_LOC(92, 64) 480 #define QPC_SQ_HOP_NUM QPC_FIELD_LOC(94, 93) 481 #define QPC_CIRE_EN QPC_FIELD_LOC(95, 95) 482 #define QPC_WQE_SGE_BA_PG_SZ QPC_FIELD_LOC(99, 96) 483 #define QPC_WQE_SGE_BUF_PG_SZ QPC_FIELD_LOC(103, 100) [all …]
|