Home
last modified time | relevance | path

Searched refs:NFP_FLOWER_LAYER_IPV4 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Doffload.c69 NFP_FLOWER_LAYER_IPV4 | \
76 NFP_FLOWER_LAYER_IPV4 | \
420 key_layer |= NFP_FLOWER_LAYER_IPV4; in nfp_flower_calculate_key_layers()
506 if (!(key_layer & NFP_FLOWER_LAYER_IPV4) && in nfp_flower_calculate_key_layers()
510 key_layer |= NFP_FLOWER_LAYER_IPV4; in nfp_flower_calculate_key_layers()
737 if (key_layer & NFP_FLOWER_LAYER_IPV4) { in nfp_flower_populate_merge_match()
1165 if (!(key_layer & NFP_FLOWER_LAYER_IPV4) && in nfp_flower_validate_pre_tun_rule()
1225 if (key_layer & NFP_FLOWER_LAYER_IPV4 || in nfp_flower_validate_pre_tun_rule()
1233 size = key_layer & NFP_FLOWER_LAYER_IPV4 ? in nfp_flower_validate_pre_tun_rule()
H A Dcmsg.h21 #define NFP_FLOWER_LAYER_IPV4 BIT(4) macro
H A Dmatch.c612 if (NFP_FLOWER_LAYER_IPV4 & key_ls->key_layer) { in nfp_flower_compile_flow_match()
H A Dconntrack.c645 if (in_key_ls.key_layer & NFP_FLOWER_LAYER_IPV4) { in nfp_fl_calc_key_layers_sz()
940 if (NFP_FLOWER_LAYER_IPV4 & key_layer.key_layer) { in nfp_fl_ct_add_offload()