Lines Matching refs:bars
1518 if (pci_request_selected_regions(ha->pdev, ha->bars, in qla2x00_iospace_config()
1525 if (!(ha->bars & 1)) in qla2x00_iospace_config()
1626 if (pci_request_selected_regions(ha->pdev, ha->bars, in qla83xx_iospace_config()
2286 int bars, mem_only = 0; in qla2x00_probe_one() local
2290 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO); in qla2x00_probe_one()
2306 bars = pci_select_bars(pdev, IORESOURCE_MEM); in qla2x00_probe_one()
2312 "Bars=%d.\n", bars); in qla2x00_probe_one()
2339 ha->bars = bars; in qla2x00_probe_one()
2923 pci_release_selected_regions(ha->pdev, ha->bars); in qla2x00_probe_one()
3159 pci_release_selected_regions(ha->pdev, ha->bars); in qla2x00_remove_one()
4778 pci_release_selected_regions(ha->pdev, ha->bars); in qla2x00_disable_board_on_pci_error()