Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_rpc.h58 struct fbnic_ip_addr { struct
204 struct fbnic_ip_addr *__fbnic_ip4_sync(struct fbnic_dev *fbd,
205 struct fbnic_ip_addr *ip_addr,
208 struct fbnic_ip_addr *__fbnic_ip6_sync(struct fbnic_dev *fbd,
209 struct fbnic_ip_addr *ip_addr,
212 int __fbnic_ip_unsync(struct fbnic_ip_addr *ip_addr, unsigned int tcam_idx);
H A Dfbnic_rpc.c703 struct fbnic_ip_addr *ip_addr, in __fbnic_ip4_sync()
707 struct fbnic_ip_addr *avail_addr = NULL; in __fbnic_ip4_sync()
770 struct fbnic_ip_addr *ip_addr, in __fbnic_ip6_sync()
774 struct fbnic_ip_addr *avail_addr = NULL; in __fbnic_ip6_sync()
897 struct fbnic_ip_addr *ip_addr) in fbnic_write_ip_src_entry()
917 struct fbnic_ip_addr *ip_addr) in fbnic_write_ip_dst_entry()
938 struct fbnic_ip_addr *ip_addr) in fbnic_write_ip_outer_src_entry()
957 struct fbnic_ip_addr *ip_addr) in fbnic_write_ip_outer_dst_entry()
979 struct fbnic_ip_addr *ip_addr = &fbd->ip_src[idx]; in fbnic_write_ip_addr()
1001 struct fbnic_ip_addr *ip_addr = &fbd->ip_dst[idx]; in fbnic_write_ip_addr()
[all …]
H A Dfbnic.h64 struct fbnic_ip_addr ip_src[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
65 struct fbnic_ip_addr ip_dst[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
66 struct fbnic_ip_addr ipo_src[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
67 struct fbnic_ip_addr ipo_dst[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
H A Dfbnic_ethtool.c459 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
476 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
511 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
528 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
564 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
578 struct fbnic_ip_addr *ip_addr; in fbnic_get_cls_rule()
699 struct fbnic_ip_addr *ip_src = NULL, *ip_dst = NULL; in fbnic_set_cls_rule_ins()
H A Dfbnic_debugfs.c119 struct fbnic_ip_addr *ip_addr) in fbnic_dbg_ip_addr_show()