Home
last modified time | relevance | path

Searched refs:virtchnl_proto_hdr (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/intel/iavf/
Diavf_adv_rss.c14 iavf_fill_adv_rss_ip4_hdr(struct virtchnl_proto_hdr *hdr, u64 hash_flds) in iavf_fill_adv_rss_ip4_hdr()
31 iavf_fill_adv_rss_ip6_hdr(struct virtchnl_proto_hdr *hdr, u64 hash_flds) in iavf_fill_adv_rss_ip6_hdr()
48 iavf_fill_adv_rss_tcp_hdr(struct virtchnl_proto_hdr *hdr, u64 hash_flds) in iavf_fill_adv_rss_tcp_hdr()
65 iavf_fill_adv_rss_udp_hdr(struct virtchnl_proto_hdr *hdr, u64 hash_flds) in iavf_fill_adv_rss_udp_hdr()
82 iavf_fill_adv_rss_sctp_hdr(struct virtchnl_proto_hdr *hdr, u64 hash_flds) in iavf_fill_adv_rss_sctp_hdr()
106 struct virtchnl_proto_hdr *hdr; in iavf_fill_adv_rss_cfg_msg()
Diavf_fdir.c43 struct virtchnl_proto_hdr *uhdr = &proto_hdrs->proto_hdr[proto_hdrs->count - 1]; in iavf_fill_fdir_gtpu_hdr()
44 struct virtchnl_proto_hdr *ghdr = &proto_hdrs->proto_hdr[proto_hdrs->count++]; in iavf_fill_fdir_gtpu_hdr()
45 struct virtchnl_proto_hdr *ehdr = NULL; /* Extension Header if it exists */ in iavf_fill_fdir_gtpu_hdr()
116 struct virtchnl_proto_hdr *uhdr = &proto_hdrs->proto_hdr[proto_hdrs->count - 1]; in iavf_fill_fdir_pfcp_hdr()
117 struct virtchnl_proto_hdr *hdr = &proto_hdrs->proto_hdr[proto_hdrs->count++]; in iavf_fill_fdir_pfcp_hdr()
158 struct virtchnl_proto_hdr *uhdr = &proto_hdrs->proto_hdr[proto_hdrs->count - 1]; in iavf_fill_fdir_nat_t_esp_hdr()
159 struct virtchnl_proto_hdr *hdr = &proto_hdrs->proto_hdr[proto_hdrs->count++]; in iavf_fill_fdir_nat_t_esp_hdr()
241 struct virtchnl_proto_hdr *hdr = &proto_hdrs->proto_hdr[proto_hdrs->count++]; in iavf_fill_fdir_ip4_hdr()
282 struct virtchnl_proto_hdr *hdr = &proto_hdrs->proto_hdr[proto_hdrs->count++]; in iavf_fill_fdir_ip6_hdr()
328 struct virtchnl_proto_hdr *hdr = &proto_hdrs->proto_hdr[proto_hdrs->count++]; in iavf_fill_fdir_tcp_hdr()
[all …]
/linux-6.1.9/include/linux/avf/
Dvirtchnl.h1197 struct virtchnl_proto_hdr { struct
1208 VIRTCHNL_CHECK_STRUCT_LEN(72, virtchnl_proto_hdr); argument
1221 struct virtchnl_proto_hdr proto_hdr[VIRTCHNL_MAX_NUM_PROTO_HDRS];
/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice_virtchnl_fdir.c249 ice_vc_fdir_parse_flow_fld(struct virtchnl_proto_hdr *proto_hdr, in ice_vc_fdir_parse_flow_fld()
253 struct virtchnl_proto_hdr hdr; in ice_vc_fdir_parse_flow_fld()
303 struct virtchnl_proto_hdr *hdr = &proto->proto_hdr[i]; in ice_vc_fdir_set_flow_fld()
747 struct virtchnl_proto_hdr *hdr = &proto->proto_hdr[i]; in ice_vc_fdir_parse_pattern()
Dice_virtchnl.c710 struct virtchnl_proto_hdr *proto_hdr = in ice_vc_parse_rss_cfg()