Searched refs:ag_card_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/pms/freebsd/driver/common/
H A Dlxutil.c743 ag_card_type[idx].vendorId we already determined is PCI_VENDOR_ID_PMC_SIERRA.
766 for( idx = 0; idx < COUNT(ag_card_type); idx++ )
768 if ( ag_card_type[idx].deviceId == agtiapi_dev &&
769 ag_card_type[idx].vendorId == agtiapi_vendor)
775 thisCardInst->cardNameIndex = ag_card_type[idx].cardNameIndex;
777 pci_read_config( dev, ag_card_type[idx].membar, 4 ); // memAddr
780 device_set_desc( dev, ag_card_names[ag_card_type[idx].cardNameIndex] );
H A Dlxcommon.h236 ag_card_id_t ag_card_type[] = { variable

Completed in 111 milliseconds