Home
last modified time | relevance | path

Searched refs:cnt_num (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/hns3/
H A Dhns3_fdir.h33 uint16_t cnt_num[HNS3_FD_STAGE_NUM]; /* rule hit counter number */ member
H A Dhns3_fdir.c365 &pf->fdir.fd_cfg.cnt_num[HNS3_FD_STAGE_1], in hns3_init_fd_config()
366 &pf->fdir.fd_cfg.cnt_num[HNS3_FD_STAGE_2]); in hns3_init_fd_config()
373 pf->fdir.fd_cfg.cnt_num[HNS3_FD_STAGE_1], in hns3_init_fd_config()
375 pf->fdir.fd_cfg.cnt_num[HNS3_FD_STAGE_2]); in hns3_init_fd_config()
H A Dhns3_ethdev_dump.c166 fdcfg->cnt_num[HNS3_FD_STAGE_1], in get_fdir_basic_info()
H A Dhns3_flow.c439 counter_num = pf->fdir.fd_cfg.cnt_num[HNS3_FD_STAGE_1]; in hns3_handle_actions()
2192 if (act_count->id >= pf->fdir.fd_cfg.cnt_num[HNS3_FD_STAGE_1]) { in hns3_flow_action_create()