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

/linux-master/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;
506 if (!(key_layer & NFP_FLOWER_LAYER_IPV4) &&
510 key_layer |= NFP_FLOWER_LAYER_IPV4;
737 if (key_layer & NFP_FLOWER_LAYER_IPV4) {
1165 if (!(key_layer & NFP_FLOWER_LAYER_IPV4) &&
1225 if (key_layer & NFP_FLOWER_LAYER_IPV4 ||
1233 size = key_layer & NFP_FLOWER_LAYER_IPV4 ?
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) {
H A Dconntrack.c645 if (in_key_ls.key_layer & NFP_FLOWER_LAYER_IPV4) {
940 if (NFP_FLOWER_LAYER_IPV4 & key_layer.key_layer) {

Completed in 116 milliseconds