Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c339 offsetof(struct hclge_fd_rule, tuples.dst_mac),
340 offsetof(struct hclge_fd_rule, tuples_mask.dst_mac) },
342 offsetof(struct hclge_fd_rule, tuples.src_mac),
343 offsetof(struct hclge_fd_rule, tuples_mask.src_mac) },
345 offsetof(struct hclge_fd_rule, tuples.vlan_tag1),
346 offsetof(struct hclge_fd_rule, tuples_mask.vlan_tag1) },
349 offsetof(struct hclge_fd_rule, tuples.ether_proto),
350 offsetof(struct hclge_fd_rule, tuples_mask.ether_proto) },
352 offsetof(struct hclge_fd_rule, tuples.l2_user_def),
353 offsetof(struct hclge_fd_rule, tuples_mask.l2_user_def) },
[all …]
H A Dhclge_main.h725 struct hclge_fd_rule { struct
H A Dhclge_debugfs.c1569 struct hclge_fd_rule *rule; in hclge_dbg_get_rules_location()