[SCSI] bfa: Added support to query PHY.

- Added PHY sub-module.
- Implemented interface to obtain stats and to
  read/update the fw from the PHY module.

Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
这个提交包含在:
Krishna Gudipati
2011-06-24 20:28:37 -07:00
提交者 James Bottomley
父节点 3d7fc66dcd
当前提交 3350d98d6d
修改 9 个文件,包含 867 行新增0 行删除

查看文件

@@ -43,6 +43,7 @@ struct bfa_modules_s {
struct bfa_sfp_s sfp; /* SFP module */
struct bfa_flash_s flash; /* flash module */
struct bfa_diag_s diag_mod; /* diagnostics module */
struct bfa_phy_s phy; /* phy module */
};
/*