Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c71 nfp_flower_compile_ext_meta(struct nfp_flower_ext_meta *frame, u32 key_ext) in nfp_flower_compile_ext_meta()
350 nfp_flower_compile_ext_meta((struct nfp_flower_ext_meta *)ext, in nfp_flower_compile_flow_match()
352 nfp_flower_compile_ext_meta((struct nfp_flower_ext_meta *)msk, in nfp_flower_compile_flow_match()
354 ext += sizeof(struct nfp_flower_ext_meta); in nfp_flower_compile_flow_match()
355 msk += sizeof(struct nfp_flower_ext_meta); in nfp_flower_compile_flow_match()
Dcmsg.h257 struct nfp_flower_ext_meta { struct
Doffload.c268 key_size += sizeof(struct nfp_flower_ext_meta); in nfp_flower_calculate_key_layers()