Searched refs:hns3_fdir_rule (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_fdir.h | 137 struct hns3_fdir_rule { struct 164 struct hns3_fdir_rule fdir_conf; argument 185 struct hns3_fdir_rule *rule, bool del);
|
| H A D | hns3_flow.c | 288 struct hns3_fdir_rule *rule, in hns3_handle_action_queue() 314 struct hns3_fdir_rule *rule, in hns3_handle_action_queue_region() 355 struct hns3_fdir_rule *rule, in hns3_handle_action_indirect() 1214 struct hns3_fdir_rule *rule, in hns3_parse_fdir_filter() 1742 struct hns3_fdir_rule fdir_rule; in hns3_flow_validate() 1752 memset(&fdir_rule, 0, sizeof(struct hns3_fdir_rule)); in hns3_flow_validate() 1804 struct hns3_fdir_rule fdir_rule; in hns3_flow_create_fdir_rule() 1808 memset(&fdir_rule, 0, sizeof(struct hns3_fdir_rule)); in hns3_flow_create_fdir_rule() 1841 sizeof(struct hns3_fdir_rule)); in hns3_flow_create_fdir_rule() 1926 struct hns3_fdir_rule fdir_rule; in hns3_flow_destroy() [all …]
|
| H A D | hns3_fdir.c | 491 static void hns3_fd_convert_int16(uint32_t tuple, struct hns3_fdir_rule *rule, in hns3_fd_convert_int16() 556 uint8_t *key_y, struct hns3_fdir_rule *rule) in hns3_fd_convert_tuple() 652 struct hns3_fdir_rule *rule, in hns3_fd_convert_meta_data() 716 struct hns3_fdir_rule *rule) in hns3_config_key() 772 static int hns3_config_action(struct hns3_hw *hw, struct hns3_fdir_rule *rule) in hns3_config_action() 957 struct hns3_fdir_rule *rule, bool del) in hns3_fdir_filter_program() 995 rte_memcpy(&node->fdir_conf, rule, sizeof(struct hns3_fdir_rule)); in hns3_fdir_filter_program()
|