Home
last modified time | relevance | path

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

/f-stack/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.h273 enum chip_type chip; /* chip code */
365 enum chip_type chip_compat);
H A Dt4_hw.c3722 enum chip_type chip_compat) in t4_fixup_host_params_compat()
4991 enum chip_type chip = 0; in t4_get_chip_type()
/f-stack/freebsd/mips/broadcom/
H A Dsiba_nexus.c64 if (bcm_get_platform()->cid.chip_type != BHND_CHIPTYPE_SIBA) in siba_nexus_probe()
H A Dbcma_nexus.c70 switch (bcm_get_platform()->cid.chip_type) { in bcma_nexus_probe()
H A Dbcm_mips74k.c110 if (!BHND_CHIPTYPE_IS_BCMA_COMPATIBLE(bp->cid.chip_type)) { in bcm_mips74k_timer_init()
139 if (!BHND_CHIPTYPE_IS_BCMA_COMPATIBLE(cid->chip_type)) in bcm_mips74k_probe()
H A Dbcm_bmips.c99 if (bhnd_get_chipid(dev)->chip_type != BHND_CHIPTYPE_SIBA) in bcm_bmips_probe()
/f-stack/freebsd/mips/cavium/
H A Docteon_machdep.c570 uint16_t chip_type; member
/f-stack/dpdk/drivers/net/cxgbe/
H A Dsge.c749 static u64 hwcsum(enum chip_type chip, const struct rte_mbuf *m) in hwcsum()