Searched refs:chip_metal (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore.h840 (!(_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 == 1 && !(_p_dev)->chip_metal)
852 u8 chip_metal; member in struct:ecore_dev
H A Decore_dev.c5703 'A' + p_dev->chip_rev, (int)p_dev->chip_metal);
5765 p_dev->chip_metal = (u8)GET_FIELD(tmp, CHIP_METAL);
5770 'A' + p_dev->chip_rev, (int)p_dev->chip_metal,
5772 p_dev->chip_metal);
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt.h517 uint8_t chip_metal; member in struct:bnxt_ver_info
H A Dbnxt_hwrm.c343 softc->ver_info->chip_metal = resp->chip_metal;
H A Dbnxt_sysctl.c855 "chip_metal", CTLFLAG_RD, &vi->chip_metal, 0, "chip metal number");
H A Dhsi_struct_def.h5710 uint8_t chip_metal; member in struct:hwrm_ver_get_output
[all...]

Completed in 317 milliseconds