[SCSI] bfa: Enable ASIC block configuration and query.
- Added ASIC block configuration APIs: - to create/delete/update the physical functions - to do adapter/port mode configuration - to query the current ASIC block configuration. Signed-off-by: Krishna Gudipati <kgudipat@brocade.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:

committed by
James Bottomley

parent
ea9582d721
commit
1a4d8e1bd8
@@ -802,6 +802,7 @@ bfad_pci_init(struct pci_dev *pdev, struct bfad_s *bfad)
|
||||
bfad->hal_pcidev.pci_func = PCI_FUNC(pdev->devfn);
|
||||
bfad->hal_pcidev.pci_bar_kva = bfad->pci_bar0_kva;
|
||||
bfad->hal_pcidev.device_id = pdev->device;
|
||||
bfad->hal_pcidev.ssid = pdev->subsystem_device;
|
||||
bfad->pci_name = pci_name(pdev);
|
||||
|
||||
bfad->pci_attr.vendor_id = pdev->vendor;
|
||||
|
Reference in New Issue
Block a user