Searched refs:athn_cardbus_devices (Results 1 – 1 of 1) sorted by relevance
104 } athn_cardbus_devices[] = { in athn_cardbus_match() local119 for (i = 0; i < __arraycount(athn_cardbus_devices); i++) { in athn_cardbus_match()120 if (PCI_VENDOR(ca->ca_id) == athn_cardbus_devices[i].vendor && in athn_cardbus_match()121 PCI_VENDOR(ca->ca_id) == athn_cardbus_devices[i].product) in athn_cardbus_match()