Home
last modified time | relevance | path

Searched defs:offload_type (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c161 #define HINIC_GET_RX_VLAN_OFFLOAD_EN(offload_type) \ argument
164 #define HINIC_GET_RSS_TYPES(offload_type) \ argument
167 #define HINIC_GET_RX_PKT_TYPE(offload_type) \ argument
170 #define HINIC_GET_RX_PKT_UMBCAST(offload_type) \ argument
796 static inline uint64_t hinic_rx_rss_hash(uint32_t offload_type, in hinic_rx_rss_hash()
851 static inline uint64_t hinic_rx_vlan(uint32_t offload_type, uint32_t vlan_len, in hinic_rx_vlan()
996 u32 offload_type, rss_hash; in hinic_recv_pkts() local
H A Dhinic_pmd_rx.h38 u32 offload_type; member
/dpdk/lib/ethdev/
H A Drte_ethdev.c1195 uint64_t set_offloads, const char *offload_type, in eth_dev_validate_offloads() argument