Searched refs:nfp_flower_tp_ports (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | match.c | 144 nfp_flower_compile_tport(struct nfp_flower_tp_ports *ext, in nfp_flower_compile_tport() 145 struct nfp_flower_tp_ports *msk, in nfp_flower_compile_tport() 148 memset(ext, 0, sizeof(struct nfp_flower_tp_ports)); in nfp_flower_compile_tport() 149 memset(msk, 0, sizeof(struct nfp_flower_tp_ports)); in nfp_flower_compile_tport() 541 nfp_flower_compile_tport((struct nfp_flower_tp_ports *)ext, in nfp_flower_compile_flow_match() 542 (struct nfp_flower_tp_ports *)msk, in nfp_flower_compile_flow_match() 544 ext += sizeof(struct nfp_flower_tp_ports); in nfp_flower_compile_flow_match() 545 msk += sizeof(struct nfp_flower_tp_ports); in nfp_flower_compile_flow_match()
|
H A D | offload.c | 81 struct nfp_flower_tp_ports l4; 467 key_size += sizeof(struct nfp_flower_tp_ports); in nfp_flower_calculate_key_layers() 628 sizeof(struct nfp_flower_tp_ports)); in nfp_flower_update_merge_with_actions() 734 match_size = sizeof(struct nfp_flower_tp_ports); in nfp_flower_populate_merge_match()
|
H A D | cmsg.h | 346 struct nfp_flower_tp_ports { struct
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | match.c | 188 nfp_flower_compile_tport(struct nfp_flower_tp_ports *ext, in nfp_flower_compile_tport() 189 struct nfp_flower_tp_ports *msk, in nfp_flower_compile_tport() 605 nfp_flower_compile_tport((struct nfp_flower_tp_ports *)ext, in nfp_flower_compile_flow_match() 606 (struct nfp_flower_tp_ports *)msk, in nfp_flower_compile_flow_match() 608 ext += sizeof(struct nfp_flower_tp_ports); in nfp_flower_compile_flow_match() 609 msk += sizeof(struct nfp_flower_tp_ports); in nfp_flower_compile_flow_match()
|
H A D | main.h | 578 nfp_flower_compile_tport(struct nfp_flower_tp_ports *ext, 579 struct nfp_flower_tp_ports *msk,
|
H A D | offload.c | 84 struct nfp_flower_tp_ports l4; 465 key_size += sizeof(struct nfp_flower_tp_ports); in nfp_flower_calculate_key_layers() 626 sizeof(struct nfp_flower_tp_ports)); in nfp_flower_update_merge_with_actions() 732 match_size = sizeof(struct nfp_flower_tp_ports); in nfp_flower_populate_merge_match()
|
H A D | cmsg.h | 351 struct nfp_flower_tp_ports { struct
|
H A D | conntrack.c | 643 key_size += sizeof(struct nfp_flower_tp_ports); in nfp_fl_calc_key_layers_sz() 967 nfp_flower_compile_tport((struct nfp_flower_tp_ports *)key, in nfp_fl_ct_add_offload() 968 (struct nfp_flower_tp_ports *)msk, in nfp_fl_ct_add_offload()
|
Completed in 14 milliseconds