Searched refs:hns3_get_count (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_fdir.h | 187 int hns3_get_count(struct hns3_hw *hw, uint32_t id, uint64_t *value);
|
| H A D | hns3_flow.c | 176 (void)hns3_get_count(hw, id, &value); in hns3_counter_new() 182 ret = hns3_get_count(hw, id, &value); in hns3_counter_new() 222 ret = hns3_get_count(&hns->hw, flow->counter_id, &value); in hns3_counter_query()
|
| H A D | hns3_fdir.c | 1102 int hns3_get_count(struct hns3_hw *hw, uint32_t id, uint64_t *value) in hns3_get_count() function
|