Lines Matching refs:flex_words
138 if (fltr->flex_words[i].offset < adj_offs) in iavf_fill_fdir_gtpu_hdr()
141 hdr_offs = fltr->flex_words[i].offset - adj_offs; in iavf_fill_fdir_gtpu_hdr()
148 pay_word[hdr_offs >> 1] = htons(fltr->flex_words[i].word); in iavf_fill_fdir_gtpu_hdr()
153 if ((fltr->flex_words[i].word & in iavf_fill_fdir_gtpu_hdr()
165 fltr->flex_words[i].word & in iavf_fill_fdir_gtpu_hdr()
201 if (fltr->flex_words[i].offset < adj_offs) in iavf_fill_fdir_pfcp_hdr()
204 hdr_offs = fltr->flex_words[i].offset - adj_offs; in iavf_fill_fdir_pfcp_hdr()
208 hdr->buffer[0] = (fltr->flex_words[i].word >> 8) & 0xff; in iavf_fill_fdir_pfcp_hdr()
245 if (fltr->flex_words[i].offset < adj_offs) in iavf_fill_fdir_nat_t_esp_hdr()
248 hdr_offs = fltr->flex_words[i].offset - adj_offs; in iavf_fill_fdir_nat_t_esp_hdr()
252 spi |= fltr->flex_words[i].word << 16; in iavf_fill_fdir_nat_t_esp_hdr()
255 spi |= fltr->flex_words[i].word; in iavf_fill_fdir_nat_t_esp_hdr()