Searched refs:DEVICE_DIAG_RPRT_ATTR (Results 1 – 1 of 1) sorted by relevance
| /NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/ |
| HD | main.c | 2056 #define DEVICE_DIAG_RPRT_ATTR(_name, _offset, _op_mod) \ macro 2099 DEVICE_DIAG_RPRT_ATTR(rq_num_lle , 0x00, 2); 2100 DEVICE_DIAG_RPRT_ATTR(sq_num_lle , 0x04, 2); 2101 DEVICE_DIAG_RPRT_ATTR(rq_num_lqpoe , 0x08, 2); 2102 DEVICE_DIAG_RPRT_ATTR(sq_num_lqpoe , 0x0C, 2); 2103 DEVICE_DIAG_RPRT_ATTR(rq_num_lpe , 0x18, 2); 2104 DEVICE_DIAG_RPRT_ATTR(sq_num_lpe , 0x1C, 2); 2105 DEVICE_DIAG_RPRT_ATTR(rq_num_wrfe , 0x20, 2); 2106 DEVICE_DIAG_RPRT_ATTR(sq_num_wrfe , 0x24, 2); 2107 DEVICE_DIAG_RPRT_ATTR(sq_num_mwbe , 0x2C, 2); [all …]
|