Searched refs:EQC_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 | 1391 #define EQC_FIELD_LOC(h, l) FIELD_LOC(struct hns_roce_eq_context, h, l) macro 1393 #define EQC_EQ_ST EQC_FIELD_LOC(1, 0) 1394 #define EQC_EQE_HOP_NUM EQC_FIELD_LOC(3, 2) 1395 #define EQC_OVER_IGNORE EQC_FIELD_LOC(4, 4) 1396 #define EQC_COALESCE EQC_FIELD_LOC(5, 5) 1397 #define EQC_ARM_ST EQC_FIELD_LOC(7, 6) 1398 #define EQC_EQN EQC_FIELD_LOC(15, 8) 1399 #define EQC_EQE_CNT EQC_FIELD_LOC(31, 16) 1400 #define EQC_EQE_BA_PG_SZ EQC_FIELD_LOC(35, 32) 1401 #define EQC_EQE_BUF_PG_SZ EQC_FIELD_LOC(3 [all...] |
Completed in 5 milliseconds