Searched refs:INIT_OP_COUNTER (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | counters.c | 140 #define INIT_OP_COUNTER(_name, _type) \ macro 144 INIT_OP_COUNTER(cc_rx_ce_pkts, CC_RX_CE_PKTS), 148 INIT_OP_COUNTER(cc_rx_cnp_pkts, CC_RX_CNP_PKTS), 152 INIT_OP_COUNTER(cc_tx_cnp_pkts, CC_TX_CNP_PKTS), 156 INIT_OP_COUNTER(rdma_tx_packets, RDMA_TX_PACKETS), 157 INIT_OP_COUNTER(rdma_tx_bytes, RDMA_TX_BYTES), 158 INIT_OP_COUNTER(rdma_rx_packets, RDMA_RX_PACKETS), 159 INIT_OP_COUNTER(rdma_rx_bytes, RDMA_RX_BYTES),
|