Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/netronome/nfp/flower/
Doffload.c62 NFP_FLOWER_LAYER_IPV6)
352 key_layer |= NFP_FLOWER_LAYER_IPV6; in nfp_flower_calculate_key_layers()
434 !(key_layer & NFP_FLOWER_LAYER_IPV6)) { in nfp_flower_calculate_key_layers()
442 key_layer |= NFP_FLOWER_LAYER_IPV6; in nfp_flower_calculate_key_layers()
658 if (key_layer & NFP_FLOWER_LAYER_IPV6) { in nfp_flower_populate_merge_match()
Dcmsg.h22 #define NFP_FLOWER_LAYER_IPV6 BIT(5) macro
Dmatch.c449 if (NFP_FLOWER_LAYER_IPV6 & key_ls->key_layer) { in nfp_flower_compile_flow_match()