Symbol: fbnic_ip_addr
drivers/net/ethernet/meta/fbnic/fbnic.h
69
struct fbnic_ip_addr ip_src[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
drivers/net/ethernet/meta/fbnic/fbnic.h
70
struct fbnic_ip_addr ip_dst[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
drivers/net/ethernet/meta/fbnic/fbnic.h
71
struct fbnic_ip_addr ipo_src[FBNIC_RPC_TCAM_IP_ADDR_NUM_ENTRIES];
drivers/net/ethernet/meta/fbnic/fbnic.h
72
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
701
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
718
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
753
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
770
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
806
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
820
struct fbnic_ip_addr *ip_addr;
drivers/net/ethernet/meta/fbnic/fbnic_ethtool.c
906
struct fbnic_ip_addr *ip_src = NULL, *ip_dst = NULL;
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1005
struct fbnic_ip_addr *ip_addr)
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1026
struct fbnic_ip_addr *ip_addr)
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1045
struct fbnic_ip_addr *ip_addr)
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1067
struct fbnic_ip_addr *ip_addr = &fbd->ip_src[idx];
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1089
struct fbnic_ip_addr *ip_addr = &fbd->ip_dst[idx];
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1107
struct fbnic_ip_addr *ip_addr = &fbd->ipo_src[idx];
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
1125
struct fbnic_ip_addr *ip_addr = &fbd->ipo_dst[idx];
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
790
struct fbnic_ip_addr *__fbnic_ip4_sync(struct fbnic_dev *fbd,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
791
struct fbnic_ip_addr *ip_addr,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
795
struct fbnic_ip_addr *avail_addr = NULL;
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
857
struct fbnic_ip_addr *__fbnic_ip6_sync(struct fbnic_dev *fbd,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
858
struct fbnic_ip_addr *ip_addr,
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
862
struct fbnic_ip_addr *avail_addr = NULL;
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
935
int __fbnic_ip_unsync(struct fbnic_ip_addr *ip_addr, unsigned int tcam_idx)
drivers/net/ethernet/meta/fbnic/fbnic_rpc.c
985
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);