Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A 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 …]
H A Diavf_adv_rss.c105 struct virtchnl_proto_hdrs *proto_hdrs = &rss_cfg->proto_hdrs; in iavf_fill_adv_rss_cfg_msg()
/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h1248 struct virtchnl_proto_hdrs { struct
1262 VIRTCHNL_CHECK_STRUCT_LEN(2312, virtchnl_proto_hdrs); argument
1265 struct virtchnl_proto_hdrs proto_hdrs; /* protocol headers */
1310 struct virtchnl_proto_hdrs proto_hdrs;
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_sriov.h62 ice_vc_validate_pattern(struct ice_vf *vf, struct virtchnl_proto_hdrs *proto);
H A Dice_virtchnl_fdir.c294 struct virtchnl_proto_hdrs *proto; in ice_vc_fdir_set_flow_fld()
820 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs; in ice_vc_fdir_parse_pattern()
1118 struct virtchnl_proto_hdrs *proto = &fltr->rule_cfg.proto_hdrs; in ice_vc_validate_fdir_fltr()
H A Dice_virtchnl.c589 ice_vc_validate_pattern(struct ice_vf *vf, struct virtchnl_proto_hdrs *proto) in ice_vc_validate_pattern()