Searched refs:PCIE (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dsiutils_priv.h100 #define PCIE(si) ((BUSTYPE((si)->pub.bustype) == PCI_BUS) && \ macro
104 /* Newer chips can access PCI/PCIE and CC core without requiring to change
136 (((PCIE(si)) && (si->pub.chip == BCM4311_CHIP_ID) && ((si->pub.chiprev <= 1))) || \
137 ((PCI(si) || PCIE(si)) && (si->pub.chip == BCM4321_CHIP_ID)) || \
138 (PCIE(si) && (si->pub.chip == BCM4716_CHIP_ID)))
H A Dnicpci.c42 uint8 pciecap_lcreg_offset; /* PCIE capability LCreg offset in the config space */
43 uint8 pciecap_devctrl_offset; /* PCIE DevControl reg offset in the config space */
76 #define PCIE(sih) ((BUSTYPE((sih)->bustype) == PCI_BUS) && ((sih)->buscoretype == PCIE_CORE_ID)) macro
77 #define PCIE_ASPM(sih) ((PCIE(sih)) && (((sih)->buscorerev >= 3) && ((sih)->buscorerev <= 5)))
428 if (!PCIE(sih))
446 ASSERT(PCIE(sih));
802 if (!pi || !PCIE(pi->sih))
829 if (!pi || !PCIE(pi->sih))
857 if (!pi || !PCIE(pi->sih))
880 if (!pi || !PCIE(p
[all...]
H A Dsiutils.c667 if (PCIE(sii)) {
1857 if (PCIE(sii))
2180 if (!PCIE(sii)) {
2181 SI_ERROR(("%s: Not a PCIE device\n", __FUNCTION__));
2195 if (!PCIE(sii)) {
2196 SI_ERROR(("%s: Not a PCIE device\n", __FUNCTION__));
2204 /* return TRUE if PCIE capability exists in the pci config space */
2293 if (!PCIE(sii))
2306 if (!PCIE(sii))
2319 if (!PCIE(si
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/megaraid/
H A Dmegaraid_sas.h307 u8 PCIE:1; member in struct:megasas_ctrl_info::__anon6768

Completed in 152 milliseconds