Searched refs:pkt_flags (Results 1 – 10 of 10) sorted by relevance
766 uint64_t pkt_flags = ((hl_tp_rs & 0x0F) == 0) ? 0 : RTE_MBUF_F_RX_RSS_HASH; in rx_desc_hlen_type_rss_to_pkt_flags() local779 pkt_flags |= ip_pkt_etqf_map[(hl_tp_rs >> 12) & 0x07]; in rx_desc_hlen_type_rss_to_pkt_flags()781 pkt_flags |= ip_pkt_etqf_map[(hl_tp_rs >> 4) & 0x07]; in rx_desc_hlen_type_rss_to_pkt_flags()786 return pkt_flags; in rx_desc_hlen_type_rss_to_pkt_flags()792 uint64_t pkt_flags; in rx_desc_status_to_pkt_flags() local795 pkt_flags = ((rx_status & E1000_RXD_STAT_VP) ? in rx_desc_status_to_pkt_flags()800 pkt_flags = pkt_flags | RTE_MBUF_F_RX_IEEE1588_TMST; in rx_desc_status_to_pkt_flags()802 return pkt_flags; in rx_desc_status_to_pkt_flags()842 uint64_t pkt_flags; in eth_igb_recv_pkts() local968 pkt_flags = rx_desc_hlen_type_rss_to_pkt_flags(rxq, hlen_type_rss); in eth_igb_recv_pkts()[all …]
219 static enum pkt_hash_types gve_rss_type(__be16 pkt_flags) in gve_rss_type() argument221 if (likely(pkt_flags & (GVE_RXF_TCP | GVE_RXF_UDP))) in gve_rss_type()223 if (pkt_flags & (GVE_RXF_IPV4 | GVE_RXF_IPV6)) in gve_rss_type()
1359 u16 pkt_flags; in atl1e_rx_checksum() local1363 pkt_flags = prrs->pkt_flag; in atl1e_rx_checksum()1365 if (((pkt_flags & RRS_IS_IPV4) || (pkt_flags & RRS_IS_IPV6)) && in atl1e_rx_checksum()1366 ((pkt_flags & RRS_IS_TCP) || (pkt_flags & RRS_IS_UDP))) { in atl1e_rx_checksum()1367 if (pkt_flags & RRS_IS_IPV4) { in atl1e_rx_checksum()1368 if (pkt_flags & RRS_IS_802_3) in atl1e_rx_checksum()1371 if (iph->frag_off != 0 && !(pkt_flags & RRS_IS_IP_DF)) in atl1e_rx_checksum()
453 hdr->iph.pkt_flags = in qib_user_sdma_page_to_frags()454 cpu_to_le16(le16_to_cpu(hdr->iph.pkt_flags)|0x2); in qib_user_sdma_page_to_frags()469 le16_to_cpu(hdr->iph.pkt_flags)); in qib_user_sdma_page_to_frags()513 le16_to_cpu(hdr->iph.pkt_flags)); in qib_user_sdma_page_to_frags()
691 __le16 pkt_flags; member
194 u32 pkt_flags = le32_to_cpu(pkt->len_n_flags); in iwl_mvm_create_skb() local200 if (!(pkt_flags & FH_RSCSR_RADA_EN)) { in iwl_mvm_create_skb()361 u32 pkt_flags, int queue, u8 *crypt_len) in iwl_mvm_rx_crypto() argument393 if (pkt_flags & FH_RSCSR_RADA_EN) in iwl_mvm_rx_crypto()419 if (pkt_flags & FH_RSCSR_RADA_EN) { in iwl_mvm_rx_crypto()
1502 #define DHD_PKT_SET_FLAGS(pkt, pkt_flags) \ argument1503 DHD_PKTTAG_FD(pkt)->flags = (uint16)(pkt_flags)
1504 #define DHD_PKT_SET_FLAGS(pkt, pkt_flags) \ argument1505 DHD_PKTTAG_FD(pkt)->flags = (uint16)(pkt_flags)
202 enum pkt_flags { enum