Searched refs:EQC_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_hw_v2.h | 1397 #define EQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_eq_context, h, l) macro 1399 #define EQC_EQ_ST EQC_FIELD_LOC(1, 0) 1400 #define EQC_EQE_HOP_NUM EQC_FIELD_LOC(3, 2) 1401 #define EQC_OVER_IGNORE EQC_FIELD_LOC(4, 4) 1402 #define EQC_COALESCE EQC_FIELD_LOC(5, 5) 1403 #define EQC_ARM_ST EQC_FIELD_LOC(7, 6) 1404 #define EQC_EQN EQC_FIELD_LOC(15, 8) 1405 #define EQC_EQE_CNT EQC_FIELD_LOC(31, 16) 1406 #define EQC_EQE_BA_PG_SZ EQC_FIELD_LOC(35, 32) 1407 #define EQC_EQE_BUF_PG_SZ EQC_FIELD_LOC(39, 36) [all …]
|