Home
last modified time | relevance | path

Searched refs:fbnic_ip_addr (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_rpc.h58 struct fbnic_ip_addr { struct
208 struct fbnic_ip_addr *__fbnic_ip4_sync(struct fbnic_dev *fbd,
209 struct fbnic_ip_addr *ip_addr,
212 struct fbnic_ip_addr *__fbnic_ip6_sync(struct fbnic_dev *fbd,
213 struct fbnic_ip_addr *ip_addr,
216 int __fbnic_ip_unsync(struct fbnic_ip_addr *ip_addr, unsigned int tcam_idx);
H A Dfbnic_rpc.c788 struct fbnic_ip_addr *__fbnic_ip4_sync(struct fbnic_dev *fbd, in __fbnic_ip4_sync()
789 struct fbnic_ip_addr *ip_addr, in __fbnic_ip4_sync()
793 struct fbnic_ip_addr *avail_addr = NULL; in __fbnic_ip4_sync()
855 struct fbnic_ip_addr *__fbnic_ip6_sync(struct fbnic_dev *fbd, in __fbnic_ip6_sync()
856 struct fbnic_ip_addr *ip_addr, in __fbnic_ip6_sync()
860 struct fbnic_ip_addr *avail_addr = NULL; in __fbnic_ip6_sync()
933 int __fbnic_ip_unsync(struct fbnic_ip_addr *ip_addr, unsigned int tcam_idx) in __fbnic_ip_unsync()
983 struct fbnic_ip_addr *ip_addr) in fbnic_write_ip_src_entry()
1003 struct fbnic_ip_addr *ip_addr) in fbnic_write_ip_dst_entry()
1024 struct fbnic_ip_addr *ip_addr) in fbnic_write_ip_outer_src_entry()
[all …]
H A Dfbnic.h68 struct fbnic_ip_addr ip_src[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
69 struct fbnic_ip_addr ip_dst[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
70 struct fbnic_ip_addr ipo_src[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
71 struct fbnic_ip_addr ipo_dst[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
H A Dfbnic_ethtool.c681 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
698 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
733 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
750 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
786 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
800 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
886 struct fbnic_ip_addr *ip_src = NULL, *ip_dst = NULL; in fbnic_set_cls_rule_ins()
H A Dfbnic_debugfs.c478 struct fbnic_ip_addr *ip_addr) in fbnic_dbg_ip_addr_show()