Lines Matching refs:flex_words
137 if (fltr->flex_words[i].offset < adj_offs) in iavf_fill_fdir_gtpu_hdr()
140 hdr_offs = fltr->flex_words[i].offset - adj_offs; in iavf_fill_fdir_gtpu_hdr()
147 pay_word[hdr_offs >> 1] = htons(fltr->flex_words[i].word); in iavf_fill_fdir_gtpu_hdr()
152 if ((fltr->flex_words[i].word & in iavf_fill_fdir_gtpu_hdr()
164 fltr->flex_words[i].word & in iavf_fill_fdir_gtpu_hdr()
200 if (fltr->flex_words[i].offset < adj_offs) in iavf_fill_fdir_pfcp_hdr()
203 hdr_offs = fltr->flex_words[i].offset - adj_offs; in iavf_fill_fdir_pfcp_hdr()
207 hdr->buffer[0] = (fltr->flex_words[i].word >> 8) & 0xff; in iavf_fill_fdir_pfcp_hdr()
244 if (fltr->flex_words[i].offset < adj_offs) in iavf_fill_fdir_nat_t_esp_hdr()
247 hdr_offs = fltr->flex_words[i].offset - adj_offs; in iavf_fill_fdir_nat_t_esp_hdr()
251 spi |= fltr->flex_words[i].word << 16; in iavf_fill_fdir_nat_t_esp_hdr()
254 spi |= fltr->flex_words[i].word; in iavf_fill_fdir_nat_t_esp_hdr()