Searched refs:EQC_FIELD_LOC (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/drivers/infiniband/hw/hns/ |
| D | hns_roce_hw_v2.h | 1506 #define EQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_eq_context, h, l) macro 1508 #define EQC_EQ_ST EQC_FIELD_LOC(1, 0) 1509 #define EQC_EQE_HOP_NUM EQC_FIELD_LOC(3, 2) 1510 #define EQC_OVER_IGNORE EQC_FIELD_LOC(4, 4) 1511 #define EQC_COALESCE EQC_FIELD_LOC(5, 5) 1512 #define EQC_ARM_ST EQC_FIELD_LOC(7, 6) 1513 #define EQC_EQN EQC_FIELD_LOC(15, 8) 1514 #define EQC_EQE_CNT EQC_FIELD_LOC(31, 16) 1515 #define EQC_EQE_BA_PG_SZ EQC_FIELD_LOC(35, 32) 1516 #define EQC_EQE_BUF_PG_SZ EQC_FIELD_LOC(39, 36) [all …]
|