Searched refs:EQC_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/hns/ |
D | hns_roce_hw_v2.h | 1417 #define EQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_eq_context, h, l) macro 1419 #define EQC_EQ_ST EQC_FIELD_LOC(1, 0) 1420 #define EQC_EQE_HOP_NUM EQC_FIELD_LOC(3, 2) 1421 #define EQC_OVER_IGNORE EQC_FIELD_LOC(4, 4) 1422 #define EQC_COALESCE EQC_FIELD_LOC(5, 5) 1423 #define EQC_ARM_ST EQC_FIELD_LOC(7, 6) 1424 #define EQC_EQN EQC_FIELD_LOC(15, 8) 1425 #define EQC_EQE_CNT EQC_FIELD_LOC(31, 16) 1426 #define EQC_EQE_BA_PG_SZ EQC_FIELD_LOC(35, 32) 1427 #define EQC_EQE_BUF_PG_SZ EQC_FIELD_LOC(39, 36) [all …]
|