Home
last modified time | relevance | path

Searched refs:is_full (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dfarch.c1974 bool is_full = false; in ef4_farch_filter_from_gen_spec() local
1988 is_full = true; in ef4_farch_filter_from_gen_spec()
2000 (is_full && gen_spec->rem_port == 0)) in ef4_farch_filter_from_gen_spec()
2004 spec->type = (is_full ? EF4_FARCH_FILTER_TCP_FULL : in ef4_farch_filter_from_gen_spec()
2008 spec->type = (is_full ? EF4_FARCH_FILTER_UDP_FULL : in ef4_farch_filter_from_gen_spec()
2020 rhost = is_full ? gen_spec->rem_host[0] : 0; in ef4_farch_filter_from_gen_spec()
2021 rport = is_full ? gen_spec->rem_port : 0; in ef4_farch_filter_from_gen_spec()
2024 if (!is_full && gen_spec->ip_proto == IPPROTO_UDP) { in ef4_farch_filter_from_gen_spec()
2039 is_full = true; in ef4_farch_filter_from_gen_spec()
2042 spec->type = (is_full ? EF4_FARCH_FILTER_MAC_FULL : in ef4_farch_filter_from_gen_spec()
[all …]
/Linux-v4.19/drivers/net/ethernet/sfc/
Dfarch.c2034 bool is_full = false; in efx_farch_filter_from_gen_spec() local
2047 is_full = true; in efx_farch_filter_from_gen_spec()
2059 (is_full && gen_spec->rem_port == 0)) in efx_farch_filter_from_gen_spec()
2063 spec->type = (is_full ? EFX_FARCH_FILTER_TCP_FULL : in efx_farch_filter_from_gen_spec()
2067 spec->type = (is_full ? EFX_FARCH_FILTER_UDP_FULL : in efx_farch_filter_from_gen_spec()
2079 rhost = is_full ? gen_spec->rem_host[0] : 0; in efx_farch_filter_from_gen_spec()
2080 rport = is_full ? gen_spec->rem_port : 0; in efx_farch_filter_from_gen_spec()
2083 if (!is_full && gen_spec->ip_proto == IPPROTO_UDP) { in efx_farch_filter_from_gen_spec()
2098 is_full = true; in efx_farch_filter_from_gen_spec()
2101 spec->type = (is_full ? EFX_FARCH_FILTER_MAC_FULL : in efx_farch_filter_from_gen_spec()
[all …]
/Linux-v4.19/drivers/power/supply/
Dcharger-manager.c278 bool is_full = false; in is_full_charged() local
297 is_full = true; in is_full_charged()
306 is_full = true; in is_full_charged()
318 is_full = true; in is_full_charged()
325 return is_full; in is_full_charged()