Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/netronome/nfp/flower/
Dmatch.c144 nfp_flower_compile_tport(struct nfp_flower_tp_ports *frame, in nfp_flower_compile_tport()
151 memset(frame, 0, sizeof(struct nfp_flower_tp_ports)); in nfp_flower_compile_tport()
388 nfp_flower_compile_tport((struct nfp_flower_tp_ports *)ext, in nfp_flower_compile_flow_match()
391 nfp_flower_compile_tport((struct nfp_flower_tp_ports *)msk, in nfp_flower_compile_flow_match()
393 ext += sizeof(struct nfp_flower_tp_ports); in nfp_flower_compile_flow_match()
394 msk += sizeof(struct nfp_flower_tp_ports); in nfp_flower_compile_flow_match()
Dcmsg.h299 struct nfp_flower_tp_ports { struct
Doffload.c349 key_size += sizeof(struct nfp_flower_tp_ports); in nfp_flower_calculate_key_layers()