Searched refs:loc_host (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/ |
| H A D | filter.h | 140 __be32 loc_host[4]; member 189 spec->loc_host[0] = host; in ef4_filter_set_ipv4_local() 214 spec->loc_host[0] = lhost; in ef4_filter_set_ipv4_full()
|
| H A D | ethtool.c | 820 ip_entry->ip4dst = spec.loc_host[0]; in ef4_ethtool_get_class_rule() 847 memcpy(ip6_entry->ip6dst, spec.loc_host, in ef4_ethtool_get_class_rule() 899 uip_entry->ip4dst = spec.loc_host[0]; in ef4_ethtool_get_class_rule() 918 memcpy(uip6_entry->ip6dst, spec.loc_host, in ef4_ethtool_get_class_rule() 1066 spec.loc_host[0] = ip_entry->ip4dst; in ef4_ethtool_set_class_rule() 1101 memcpy(spec.loc_host, ip6_entry->ip6dst, sizeof(spec.loc_host)); in ef4_ethtool_set_class_rule() 1135 spec.loc_host[0] = uip_entry->ip4dst; in ef4_ethtool_set_class_rule() 1160 memcpy(spec.loc_host, uip6_entry->ip6dst, sizeof(spec.loc_host)); in ef4_ethtool_set_class_rule()
|
| H A D | rx.c | 872 spec.loc_host[0] = fk.addrs.v4addrs.dst; in ef4_filter_rfs() 875 memcpy(spec.loc_host, &fk.addrs.v6addrs.dst, sizeof(struct in6_addr)); in ef4_filter_rfs() 894 spec.rem_host, ntohs(spec.rem_port), spec.loc_host, in ef4_filter_rfs() 900 spec.rem_host, ntohs(spec.rem_port), spec.loc_host, in ef4_filter_rfs() 969 ipv4_is_multicast(spec->loc_host[0])) in ef4_filter_is_mc_recipient() 972 ((const u8 *)spec->loc_host)[0] == 0xff) in ef4_filter_is_mc_recipient()
|
| H A D | farch.c | 2015 host2 = gen_spec->loc_host[0]; in ef4_farch_filter_from_gen_spec() 2103 gen_spec->loc_host[0] = host1; in ef4_farch_filter_to_gen_spec() 2106 gen_spec->loc_host[0] = host2; in ef4_farch_filter_to_gen_spec()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | filter.h | 167 __be32 loc_host[4]; member 216 spec->loc_host[0] = host; in efx_filter_set_ipv4_local() 241 spec->loc_host[0] = lhost; in efx_filter_set_ipv4_full()
|
| H A D | ethtool_common.c | 682 ip_entry->ip4dst = spec.loc_host[0]; in efx_ethtool_get_class_rule() 709 memcpy(ip6_entry->ip6dst, spec.loc_host, in efx_ethtool_get_class_rule() 761 uip_entry->ip4dst = spec.loc_host[0]; in efx_ethtool_get_class_rule() 780 memcpy(uip6_entry->ip6dst, spec.loc_host, in efx_ethtool_get_class_rule() 973 spec.loc_host[0] = ip_entry->ip4dst; in efx_ethtool_set_class_rule() 1008 memcpy(spec.loc_host, ip6_entry->ip6dst, sizeof(spec.loc_host)); in efx_ethtool_set_class_rule() 1042 spec.loc_host[0] = uip_entry->ip4dst; in efx_ethtool_set_class_rule() 1067 memcpy(spec.loc_host, uip6_entry->ip6dst, sizeof(spec.loc_host)); in efx_ethtool_set_class_rule()
|
| H A D | rx_common.c | 661 ipv4_is_multicast(spec->loc_host[0])) in efx_filter_is_mc_recipient() 664 ((const u8 *)spec->loc_host)[0] == 0xff) in efx_filter_is_mc_recipient() 920 req->spec.loc_host, ntohs(req->spec.loc_port), in efx_filter_rfs_work() 927 req->spec.loc_host, ntohs(req->spec.loc_port), in efx_filter_rfs_work() 936 req->spec.loc_host, ntohs(req->spec.loc_port), in efx_filter_rfs_work() 943 req->spec.loc_host, ntohs(req->spec.loc_port), in efx_filter_rfs_work() 1008 req->spec.loc_host[0] = fk.addrs.v4addrs.dst; in efx_filter_rfs() 1012 memcpy(req->spec.loc_host, &fk.addrs.v6addrs.dst, in efx_filter_rfs()
|
| H A D | mcdi_filters.c | 73 !ipv4_is_multicast(spec->loc_host[0])) in efx_mcdi_filter_is_exclusive() 76 ((const u8 *)spec->loc_host)[0] != 0xff) in efx_mcdi_filter_is_exclusive() 179 COPY_FIELD(LOC_HOST, loc_host, DST_IP); in efx_mcdi_filter_push_prep_set_match_fields()
|
| H A D | farch.c | 2081 host2 = gen_spec->loc_host[0]; in efx_farch_filter_from_gen_spec() 2169 gen_spec->loc_host[0] = host1; in efx_farch_filter_to_gen_spec() 2172 gen_spec->loc_host[0] = host2; in efx_farch_filter_to_gen_spec()
|