Searched refs:fbnic_ip_addr (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_rpc.h | 58 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 D | fbnic_rpc.c | 788 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 D | fbnic.h | 68 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 D | fbnic_ethtool.c | 681 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 D | fbnic_debugfs.c | 478 struct fbnic_ip_addr *ip_addr) in fbnic_dbg_ip_addr_show()
|