Home
last modified time | relevance | path

Searched refs:hclge_fd_rule (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_main.c435 offsetof(struct hclge_fd_rule, tuples.dst_mac),
436 offsetof(struct hclge_fd_rule, tuples_mask.dst_mac) },
438 offsetof(struct hclge_fd_rule, tuples.src_mac),
439 offsetof(struct hclge_fd_rule, tuples_mask.src_mac) },
441 offsetof(struct hclge_fd_rule, tuples.vlan_tag1),
442 offsetof(struct hclge_fd_rule, tuples_mask.vlan_tag1) },
445 offsetof(struct hclge_fd_rule, tuples.ether_proto),
446 offsetof(struct hclge_fd_rule, tuples_mask.ether_proto) },
448 offsetof(struct hclge_fd_rule, tuples.l2_user_def),
449 offsetof(struct hclge_fd_rule, tuples_mask.l2_user_def) },
[all …]
Dhclge_main.h714 struct hclge_fd_rule { struct
Dhclge_debugfs.c1549 struct hclge_fd_rule *rule; in hclge_dbg_get_rules_location()