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

/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c77 static struct quattro *qfe_pci_list; variable in typeref:struct:quattro
2274 for (qp = qfe_pci_list; qp != NULL; qp = qp->next) {
2289 qp->next = qfe_pci_list;
2290 qfe_pci_list = qp;
2789 while (qfe_pci_list) {
2790 struct quattro *qfe = qfe_pci_list;
2795 qfe_pci_list = next;

Completed in 105 milliseconds