Searched refs:INIT_OP_COUNTER (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | counters.c | 128 #define INIT_OP_COUNTER(_name, _type) \ macro 132 INIT_OP_COUNTER(cc_rx_ce_pkts, CC_RX_CE_PKTS), 136 INIT_OP_COUNTER(cc_rx_cnp_pkts, CC_RX_CNP_PKTS), 140 INIT_OP_COUNTER(cc_tx_cnp_pkts, CC_TX_CNP_PKTS), 144 INIT_OP_COUNTER(rdma_tx_packets, RDMA_TX_PACKETS), 145 INIT_OP_COUNTER(rdma_tx_bytes, RDMA_TX_BYTES), 146 INIT_OP_COUNTER(rdma_rx_packets, RDMA_RX_PACKETS), 147 INIT_OP_COUNTER(rdma_rx_bytes, RDMA_RX_BYTES),
|