Searched refs:rdma_counter_get_hwstat_value (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/rdma/ |
H A D | rdma_counter.h | 54 u64 rdma_counter_get_hwstat_value(struct ib_device *dev, u8 port, u32 index);
|
/kernel/linux/linux-6.6/include/rdma/ |
H A D | rdma_counter.h | 55 u64 rdma_counter_get_hwstat_value(struct ib_device *dev, u32 port, u32 index);
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | counters.c | 384 * rdma_counter_get_hwstat_value() - Get the sum value of all counters on a 387 u64 rdma_counter_get_hwstat_value(struct ib_device *dev, u8 port, u32 index) in rdma_counter_get_hwstat_value() function
|
H A D | sysfs.c | 821 u64 v = rdma_counter_get_hwstat_value(dev, port_num, index); in print_hw_stat()
|
H A D | nldev.c | 1949 rdma_counter_get_hwstat_value(device, port, i); in stat_get_doit_default_counter()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | counters.c | 426 * rdma_counter_get_hwstat_value() - Get the sum value of all counters on a 429 u64 rdma_counter_get_hwstat_value(struct ib_device *dev, u32 port, u32 index) in rdma_counter_get_hwstat_value() function
|
H A D | sysfs.c | 829 u64 v = rdma_counter_get_hwstat_value(dev, port_num, index); in print_hw_stat()
|
H A D | nldev.c | 2224 rdma_counter_get_hwstat_value(device, port, i); in stat_get_doit_default_counter()
|
Completed in 12 milliseconds