Home
last modified time | relevance | path

Searched defs:chip_version (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dcommon.h137 unsigned char chip_version; member
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c673 int chip_version; in pcnet32_probe() local
/illumos-gate/usr/src/uts/common/io/chxge/
H A Dch.h214 uint16_t chip_version; member
/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c1074 unsigned int chip_version = CHELSIO_CHIP_VERSION(adapter->params.chip); in t4_get_regs_len() local
2891 unsigned int chip_version = CHELSIO_CHIP_VERSION(adap->params.chip); in t4_get_regs() local
3884 unsigned int chip_version = CHELSIO_CHIP_VERSION(adap->params.chip); in t4_check_fw_version() local
6509 unsigned int chip_version, nports; in compute_mps_bg_map() local
6641 unsigned int chip_version = CHELSIO_CHIP_VERSION(adapter->params.chip); in t4_get_tp_ch_map() local
7118 unsigned int chip_version = CHELSIO_CHIP_VERSION(adapter->params.chip); in t4_sge_decode_idma_state() local
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2886 csum_to_ctrl(const struct txinfo *txinfo, uint32_t chip_version, in csum_to_ctrl()