aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/bfa/include/cs
AgeCommit message (Collapse)AuthorFilesLines
2010-09-16[SCSI] bfa: cleanup driverKrishna Gudipati9-892/+0
We have flattened the BFA hierarchy and also reduced the number of source and header files we used to have earlier. Signed-off-by: Krishna Gudipati <[email protected]> Signed-off-by: James Bottomley <[email protected]>
2010-07-27[SCSI] bfa: update to support firmware configuationJing Huang1-1/+2
Update related data structures to support firmeare configuration. Add AEN events related to firmware configuation. Signed-off-by: Jing Huang <[email protected]> Signed-off-by: James Bottomley <[email protected]>
2010-03-07[SCSI] bfa: Replace bfa_get_attr() with specific APIsKrishna Gudipati1-1/+1
bfa_ioc_attr_s is a big structure and some times could cause stack overflow if defined locally, so add specific APIs that are needed to replace the use of ioc_attr local var. Signed-off-by: Krishna Gudipati <[email protected]> Signed-off-by: James Bottomley <[email protected]>
2010-03-07[SCSI] bfa: Rename pport to fcport in BFA FCS.Krishna Gudipati1-0/+8
Rename pport structures to fcport in BFA FCS, to resolve confusion about the port structures in the firmware, and make sure the SG page is setup correctly. Signed-off-by: Krishna Gudipati <[email protected]> Signed-off-by: James Bottomley <[email protected]>
2010-03-04[SCSI] bfa: Defined a new LPS event to clear virtual link on a vportKrishna Gudipati1-2/+7
Clear virtual links was not propagated upwards to bfa from fw. This resulted in HBA and switch being in an inconsistent state. So defined a new LPS event for clear virtual link on a vport, and also now clear virtual link on a baseport, is sent as a link down event from the fw. Signed-off-by: Krishna Gudipati <[email protected]> Signed-off-by: James Bottomley <[email protected]>
2009-12-04[SCSI] bfa: fixed checkpatch errors for bfad filesJing Huang3-7/+7
This patch fixes checkpatch errors/warnings in bfad files. Signed-off-by: Jing Huang <[email protected]> Signed-off-by: James Bottomley <[email protected]>
2009-10-02[SCSI] bfa: Brocade BFA FC SCSI driverJing Huang9-0/+878
Add new driver for Brocade Hardware Signed-off-by: Jing Huang <[email protected]> Signed-off-by: James Bottomley <[email protected]>