Lines Matching refs:cqe
114 static inline u32 mlxsw_pci_cqe_##name##_get(enum mlxsw_pci_cqe_v v, char *cqe) \
119 return mlxsw_pci_cqe##v0##_##name##_get(cqe); \
121 return mlxsw_pci_cqe##v1##_##name##_get(cqe); \
123 return mlxsw_pci_cqe##v2##_##name##_get(cqe); \
127 char *cqe, u32 val) \
132 mlxsw_pci_cqe##v0##_##name##_set(cqe, val); \
135 mlxsw_pci_cqe##v1##_##name##_set(cqe, val); \
138 mlxsw_pci_cqe##v2##_##name##_set(cqe, val); \
156 MLXSW_ITEM32(pci, cqe, system_port, 0x00, 0, 16);
167 MLXSW_ITEM32(pci, cqe, wqe_counter, 0x04, 16, 16);
174 MLXSW_ITEM32(pci, cqe, byte_count, 0x04, 0, 14);
188 MLXSW_ITEM32(pci, cqe, trap_id, 0x08, 0, 10);
265 static inline u16 mlxsw_pci_cqe2_mirror_cong_get(const char *cqe) in mlxsw_pci_cqe2_mirror_cong_get() argument
267 u16 cong_high = mlxsw_pci_cqe2_mirror_cong_high_get(cqe); in mlxsw_pci_cqe2_mirror_cong_get()
268 u16 cong_low = mlxsw_pci_cqe2_mirror_cong_low_get(cqe); in mlxsw_pci_cqe2_mirror_cong_get()