Searched refs:hdrs (Results 1 – 7 of 7) sorted by relevance
710 hdrs->count = ++layer; in iavf_fdir_add_fragment_hdr()825 hdrs->count = ++layer; in iavf_fdir_parse_pattern()907 hdrs->count = ++layer; in iavf_fdir_parse_pattern()997 hdrs->count = ++layer; in iavf_fdir_parse_pattern()1038 hdrs->count = ++layer; in iavf_fdir_parse_pattern()1082 hdrs->count = ++layer; in iavf_fdir_parse_pattern()1131 hdrs->count = ++layer; in iavf_fdir_parse_pattern()1169 hdrs->count = ++layer; in iavf_fdir_parse_pattern()1201 hdrs->count = ++layer; in iavf_fdir_parse_pattern()1240 hdrs->count = ++layer; in iavf_fdir_parse_pattern()[all …]
881 iavf_hash_add_fragment_hdr(struct virtchnl_proto_hdrs *hdrs, int layer) in iavf_hash_add_fragment_hdr() argument887 if (layer < 0 || layer > hdrs->count) in iavf_hash_add_fragment_hdr()891 for (i = hdrs->count; i >= layer; i--) { in iavf_hash_add_fragment_hdr()892 hdr1 = &hdrs->proto_hdr[i]; in iavf_hash_add_fragment_hdr()893 hdr2 = &hdrs->proto_hdr[i - 1]; in iavf_hash_add_fragment_hdr()898 hdr1 = &hdrs->proto_hdr[layer]; in iavf_hash_add_fragment_hdr()900 hdrs->count = ++layer; in iavf_hash_add_fragment_hdr()
1096 u32 hdrs; in ice_flow_proc_seg_hdrs() local1098 hdrs = prof->segs[i].hdrs; in ice_flow_proc_seg_hdrs()1100 if (hdrs & ICE_FLOW_SEG_HDR_ETH) { in ice_flow_proc_seg_hdrs()1124 if ((hdrs & ICE_FLOW_SEG_HDR_IPV4) && in ice_flow_proc_seg_hdrs()1186 if (hdrs & ICE_FLOW_SEG_HDR_UDP) { in ice_flow_proc_seg_hdrs()1200 if (hdrs & ICE_FLOW_SEG_HDR_ICMP) { in ice_flow_proc_seg_hdrs()1283 if (hdrs & ICE_FLOW_SEG_HDR_PPP) { in ice_flow_proc_seg_hdrs()1289 if (hdrs & ICE_FLOW_SEG_HDR_PFCP) { in ice_flow_proc_seg_hdrs()1900 if (segs[i].hdrs != p->segs[i].hdrs || in ice_flow_find_prof_conds()4278 segs[segs_cnt - 1].hdrs, in ice_add_rss_cfg_sync()[all …]
399 #define ICE_FLOW_SET_HDRS(seg, val) ((seg)->hdrs |= (u32)(val))440 u32 hdrs; /* Bitmask indicating protocol headers present */ member604 u64 ice_get_rss_cfg(struct ice_hw *hw, u16 vsi_handle, u32 hdrs);
347 switch (dist_units->param.units[dist_idx].hdrs[0].hdr) { in set_scheme_params()390 dist_units->param.units[dist_idx++].hdrs[0].hdr = in set_dist_units()403 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units()414 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units()426 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units()437 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units()448 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units()459 dist_units->param.units[dist_idx++].hdrs[0].hdr in set_dist_units()
1359 struct virtio_net_hdr_mrg_rxbuf *hdrs[PACKED_BATCH_SIZE]; in virtio_dev_rx_batch_packed_copy() local1367 hdrs[i] = (struct virtio_net_hdr_mrg_rxbuf *) in virtio_dev_rx_batch_packed_copy()1374 virtio_enqueue_offload(pkts[i], &hdrs[i]->hdr); in virtio_dev_rx_batch_packed_copy()
1150 } hdrs[IOC_FM_PCD_MAX_NUM_OF_INTERCHANGEABLE_HDRS]; member