Searched refs:DIAG_COUNTER (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/mlx4/ |
D | main.c | 2059 #define DIAG_COUNTER(_name, _offset) \ macro 2063 DIAG_COUNTER(rq_num_lle, 0x00), 2064 DIAG_COUNTER(sq_num_lle, 0x04), 2065 DIAG_COUNTER(rq_num_lqpoe, 0x08), 2066 DIAG_COUNTER(sq_num_lqpoe, 0x0C), 2067 DIAG_COUNTER(rq_num_lpe, 0x18), 2068 DIAG_COUNTER(sq_num_lpe, 0x1C), 2069 DIAG_COUNTER(rq_num_wrfe, 0x20), 2070 DIAG_COUNTER(sq_num_wrfe, 0x24), 2071 DIAG_COUNTER(sq_num_mwbe, 0x2C), [all …]
|