Lines Matching full:deviceid
1785 u16 deviceid;
1792 deviceid = pdev->device;
1802 if (deviceid == RTL_PCI_8192SE_DID &&
1806 if (deviceid == RTL_PCI_8192_DID ||
1807 deviceid == RTL_PCI_0044_DID ||
1808 deviceid == RTL_PCI_0047_DID ||
1809 deviceid == RTL_PCI_8192SE_DID ||
1810 deviceid == RTL_PCI_8174_DID ||
1811 deviceid == RTL_PCI_8173_DID ||
1812 deviceid == RTL_PCI_8172_DID ||
1813 deviceid == RTL_PCI_8171_DID) {
1818 venderid, deviceid);
1824 venderid, deviceid);
1830 venderid, deviceid);
1834 } else if (deviceid == RTL_PCI_8723AE_DID) {
1838 venderid, deviceid);
1839 } else if (deviceid == RTL_PCI_8192CET_DID ||
1840 deviceid == RTL_PCI_8192CE_DID ||
1841 deviceid == RTL_PCI_8191CE_DID ||
1842 deviceid == RTL_PCI_8188CE_DID) {
1846 venderid, deviceid);
1847 } else if (deviceid == RTL_PCI_8192DE_DID ||
1848 deviceid == RTL_PCI_8192DE_DID2) {
1852 venderid, deviceid);
1853 } else if (deviceid == RTL_PCI_8188EE_DID) {
1857 } else if (deviceid == RTL_PCI_8723BE_DID) {
1861 } else if (deviceid == RTL_PCI_8192EE_DID) {
1865 } else if (deviceid == RTL_PCI_8821AE_DID) {
1869 } else if (deviceid == RTL_PCI_8812AE_DID) {
1873 } else if (deviceid == RTL_PCI_8822BE_DID) {
1881 venderid, deviceid);
1899 "Unknown device - VendorID/DeviceID=%x/%x, Revision=%x\n",
1900 venderid, deviceid, revisionid);