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