Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_rpc.h208 struct fbnic_ip_addr *__fbnic_ip6_sync(struct fbnic_dev *fbd,
H A Dfbnic_ethtool.c844 ip_src = __fbnic_ip6_sync(fbd, fbd->ipo_src, in fbnic_set_cls_rule_ins()
862 ip_dst = __fbnic_ip6_sync(fbd, fbd->ipo_dst, in fbnic_set_cls_rule_ins()
885 ip_src = __fbnic_ip6_sync(fbd, fbd->ip_src, in fbnic_set_cls_rule_ins()
901 ip_dst = __fbnic_ip6_sync(fbd, fbd->ip_dst, in fbnic_set_cls_rule_ins()
H A Dfbnic_rpc.c769 struct fbnic_ip_addr *__fbnic_ip6_sync(struct fbnic_dev *fbd, in __fbnic_ip6_sync() function