Lines Matching refs:bars
1916 if (pci_request_selected_regions(ha->pdev, ha->bars, in qla2x00_iospace_config()
1923 if (!(ha->bars & 1)) in qla2x00_iospace_config()
2013 if (pci_request_selected_regions(ha->pdev, ha->bars, in qla83xx_iospace_config()
2709 int bars, mem_only = 0; in qla2x00_probe_one() local
2715 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO); in qla2x00_probe_one()
2732 bars = pci_select_bars(pdev, IORESOURCE_MEM); in qla2x00_probe_one()
2738 "Bars=%d.\n", bars); in qla2x00_probe_one()
2768 ha->bars = bars; in qla2x00_probe_one()
3397 pci_release_selected_regions(ha->pdev, ha->bars); in qla2x00_probe_one()
3664 pci_release_selected_regions(ha->pdev, ha->bars); in qla2x00_remove_one()
5640 pci_release_selected_regions(ha->pdev, ha->bars); in qla2x00_disable_board_on_pci_error()