Symbol: fbnic_ip_addr
drivers/net/ethernet/meta/fbnic/fbnic.h
68
struct fbnic_ip_addr ip_src[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
drivers/net/ethernet/meta/fbnic/fbnic.h
69
struct fbnic_ip_addr ip_dst[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
drivers/net/ethernet/meta/fbnic/fbnic.h
70
struct fbnic_ip_addr ipo_src[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
drivers/net/ethernet/meta/fbnic/fbnic.h
71
struct fbnic_ip_addr ipo_dst[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
drivers/net/ethernet/meta/fbnic/fbnic_debugfs.c
478
struct fbnic_ip_addr *ip_addr)
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
681
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
698
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
733
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
750
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
786
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
800
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
886
struct fbnic_ip_addr *ip_src = NULL, *ip_dst = NULL;
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1003
struct fbnic_ip_addr *ip_addr)
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1024
struct fbnic_ip_addr *ip_addr)
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1043
struct fbnic_ip_addr *ip_addr)
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1065
struct fbnic_ip_addr *ip_addr = &fbd->ip_src[idx];
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1087
struct fbnic_ip_addr *ip_addr = &fbd->ip_dst[idx];
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1105
struct fbnic_ip_addr *ip_addr = &fbd->ipo_src[idx];
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1123
struct fbnic_ip_addr *ip_addr = &fbd->ipo_dst[idx];
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
788
struct fbnic_ip_addr *__fbnic_ip4_sync(struct fbnic_dev *fbd,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
789
struct fbnic_ip_addr *ip_addr,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
793
struct fbnic_ip_addr *avail_addr = NULL;
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
855
struct fbnic_ip_addr *__fbnic_ip6_sync(struct fbnic_dev *fbd,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
856
struct fbnic_ip_addr *ip_addr,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
860
struct fbnic_ip_addr *avail_addr = NULL;
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
933
int __fbnic_ip_unsync(struct fbnic_ip_addr *ip_addr, unsigned int tcam_idx)
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
983
struct fbnic_ip_addr *ip_addr)
drivers/net/ethernet/meta/fbnic/fbnic_rpc.h
208
struct fbnic_ip_addr *__fbnic_ip4_sync(struct fbnic_dev *fbd,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.h
209
struct fbnic_ip_addr *ip_addr,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.h
212
struct fbnic_ip_addr *__fbnic_ip6_sync(struct fbnic_dev *fbd,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.h
213
struct fbnic_ip_addr *ip_addr,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.h
216
int __fbnic_ip_unsync(struct fbnic_ip_addr *ip_addr, unsigned int tcam_idx);