Home
last modified time | relevance | path

Searched refs:virtchnl_proto_hdrs (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/iavf/
Diavf_fdir.c115 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_gtpu_hdr()
188 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_pfcp_hdr()
230 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_nat_t_esp_hdr()
282 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_udp_flex_pay_hdr()
313 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_ip4_hdr()
352 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_ip6_hdr()
396 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_tcp_hdr()
425 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_udp_hdr()
457 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_sctp_hdr()
486 struct virtchnl_proto_hdrs *proto_hdrs) in iavf_fill_fdir_ah_hdr()
[all …]
Diavf_adv_rss.c106 struct virtchnl_proto_hdrs *proto_hdrs = &rss_cfg->proto_hdrs; in iavf_fill_adv_rss_cfg_msg()
Diavf_main.c4047 struct virtchnl_proto_hdrs *hdrs; in iavf_add_cls_u32()
/linux-6.12.1/include/linux/avf/
Dvirtchnl.h1266 struct virtchnl_proto_hdrs { struct
1289 VIRTCHNL_CHECK_STRUCT_LEN(2312, virtchnl_proto_hdrs); argument
1292 struct virtchnl_proto_hdrs proto_hdrs; /* protocol headers */
1337 struct virtchnl_proto_hdrs proto_hdrs;
/linux-6.12.1/drivers/net/ethernet/intel/ice/
Dice_sriov.h64 ice_vc_validate_pattern(struct ice_vf *vf, struct virtchnl_proto_hdrs *proto);
Dice_virtchnl_fdir.c295 struct virtchnl_proto_hdrs *proto; in ice_vc_fdir_set_flow_fld()
815 ice_vc_fdir_is_raw_flow(struct virtchnl_proto_hdrs *proto) in ice_vc_fdir_is_raw_flow()
832 struct virtchnl_proto_hdrs *proto, in ice_vc_fdir_parse_raw()
918 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs; in ice_vc_fdir_parse_pattern()
1220 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs; in ice_vc_validate_fdir_fltr()
Dice_virtchnl.c593 ice_vc_validate_pattern(struct ice_vf *vf, struct virtchnl_proto_hdrs *proto) in ice_vc_validate_pattern()