Home
last modified time | relevance | path

Searched refs:chip_type (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/cxgbe/base/
H A Dt4_chip_type.h30 enum chip_type { enum
46 static inline int is_t4(enum chip_type chip) in is_t4()
51 static inline int is_t5(enum chip_type chip) in is_t5()
56 static inline int is_t6(enum chip_type chip) in is_t6()
H A Dcommon.h257 enum chip_type chip; /* chip code */
349 enum chip_type chip_compat);
H A Dt4_hw.c3499 enum chip_type chip_compat) in t4_fixup_host_params_compat()
4911 enum chip_type chip = 0; in t4_get_chip_type()
/dpdk/drivers/net/cxgbe/
H A Dsge.c680 static u64 hwcsum(enum chip_type chip, const struct rte_mbuf *m) in hwcsum()