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.c1172 unsigned int chip_version = CHELSIO_CHIP_VERSION(adapter->params.chip); in t4_get_regs_len() local
2989 unsigned int chip_version = CHELSIO_CHIP_VERSION(adap->params.chip); in t4_get_regs() local
3982 unsigned int chip_version = CHELSIO_CHIP_VERSION(adap->params.chip); in t4_check_fw_version() local
6607 unsigned int chip_version, nports; in compute_mps_bg_map() local
6739 unsigned int chip_version = CHELSIO_CHIP_VERSION(adapter->params.chip); in t4_get_tp_ch_map() local
7216 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.c2521 csum_to_ctrl(const struct txinfo *txinfo, uint32_t chip_version, in csum_to_ctrl()