Lines Matching refs:bars
1495 if (pci_request_selected_regions(ha->pdev, ha->bars, in qla2x00_iospace_config()
1502 if (!(ha->bars & 1)) in qla2x00_iospace_config()
1603 if (pci_request_selected_regions(ha->pdev, ha->bars, in qla83xx_iospace_config()
2272 int bars, mem_only = 0; in qla2x00_probe_one() local
2276 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO); in qla2x00_probe_one()
2293 bars = pci_select_bars(pdev, IORESOURCE_MEM); in qla2x00_probe_one()
2299 "Bars=%d.\n", bars); in qla2x00_probe_one()
2326 ha->bars = bars; in qla2x00_probe_one()
2911 pci_release_selected_regions(ha->pdev, ha->bars); in qla2x00_probe_one()
3150 pci_release_selected_regions(ha->pdev, ha->bars); in qla2x00_remove_one()
4784 pci_release_selected_regions(ha->pdev, ha->bars); in qla2x00_disable_board_on_pci_error()