Searched refs:chip_rev (Results 1 - 10 of 10) sorted by relevance

/freebsd-10-stable/sys/dev/qlnx/qlnxe/
H A Decore.h823 u8 chip_rev; member in struct:ecore_dev
827 #define CHIP_REV_IS_TEDIBEAR(_p_dev) ((_p_dev)->chip_rev == 0x5)
828 #define CHIP_REV_IS_EMUL_A0(_p_dev) ((_p_dev)->chip_rev == 0xe)
829 #define CHIP_REV_IS_EMUL_B0(_p_dev) ((_p_dev)->chip_rev == 0xc)
832 #define CHIP_REV_IS_FPGA_A0(_p_dev) ((_p_dev)->chip_rev == 0xf)
833 #define CHIP_REV_IS_FPGA_B0(_p_dev) ((_p_dev)->chip_rev == 0xd)
840 (!(_p_dev)->chip_rev && !(_p_dev)->chip_metal))
843 ((_p_dev)->chip_rev == 1 && !(_p_dev)->chip_metal))
847 (!(_p_dev)->chip_rev && !(_p_dev)->chip_metal)
849 ((_p_dev)->chip_rev
[all...]
H A Decore_vfpf_if.h222 u16 chip_rev; member in struct:pfvf_acquire_resp_tlv::pf_vf_pfdev_info
H A Decore_vf.c472 p_hwfn->p_dev->chip_rev = (u8) resp->pfdev_info.chip_rev;
H A Decore_dev.c5703 'A' + p_dev->chip_rev, (int)p_dev->chip_metal);
5740 p_dev->chip_rev = (u8)GET_FIELD(tmp, CHIP_REV);
5770 'A' + p_dev->chip_rev, (int)p_dev->chip_metal,
5771 p_dev->chip_num, p_dev->chip_rev, p_dev->chip_bond_id,
H A Decore_sriov.c1874 pfdev_info->chip_rev = p_hwfn->p_dev->chip_rev;
/freebsd-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-npi-defs.h1306 uint64_t chip_rev : 8; /**< The revision of the N3. */ member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_s
1380 uint64_t chip_rev : 8;
1387 uint64_t chip_rev : 8; /**< The revision of the N3. */ member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_cn30xx
1431 uint64_t chip_rev : 8;
1438 uint64_t chip_rev : 8; /**< The revision of the N3. member in struct:cvmx_npi_ctl_status::cvmx_npi_ctl_status_cn31xx
1495 uint64_t chip_rev : 8;
H A Dcvmx-npei-defs.h1984 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_npei_ctl_status::cvmx_npei_ctl_status_s
1986 uint64_t chip_rev : 8;
2034 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_npei_ctl_status::cvmx_npei_ctl_status_cn52xxp1
2036 uint64_t chip_rev : 8;
2061 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_npei_ctl_status::cvmx_npei_ctl_status_cn56xxp1
2063 uint64_t chip_rev : 8;
H A Dcvmx-sli-defs.h1460 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_sli_ctl_status::cvmx_sli_ctl_status_s
1462 uint64_t chip_rev : 8;
1477 uint64_t chip_rev : 8; /**< The chip revision. */ member in struct:cvmx_sli_ctl_status::cvmx_sli_ctl_status_cn61xx
1479 uint64_t chip_rev : 8;
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dcommon.h454 static inline int chip_rev(struct adapter *adap) function
/freebsd-10-stable/sys/dev/cxgbe/
H A Dt4_main.c4664 regs->version = chip_id(sc) | chip_rev(sc) << 10;
4956 NULL, chip_rev(sc), "chip hardware revision");

Completed in 199 milliseconds