diff options
author | Bhanu Prakash Gollapudi <bprakash@broadcom.com> | 2011-10-03 16:45:01 -0700 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2011-10-16 10:38:01 -0500 |
commit | 814740d5f67ae5f205349019bfaae38bcd0c8732 (patch) | |
tree | 4c7de90af617916dc06d44a5b5504775f3ffb211 /include/scsi | |
parent | fd8fa9071e49a56cc91f739813ea88f16b7c1240 (diff) | |
download | linux-3.10-814740d5f67ae5f205349019bfaae38bcd0c8732.tar.gz linux-3.10-814740d5f67ae5f205349019bfaae38bcd0c8732.tar.bz2 linux-3.10-814740d5f67ae5f205349019bfaae38bcd0c8732.zip |
[SCSI] fcoe,libfcoe: Move common code for fcoe_get_lesb to fcoe_transport
Except for obtaining the netdev from lport, fcoe_get_lesb is the common code
for the LLDs.
Signed-off-by: Bhanu Prakash Gollapudi <bprakash@broadcom.com>
Acked-by: Yi Zou <yi.zou@intel.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/libfcoe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/scsi/libfcoe.h b/include/scsi/libfcoe.h index 0b2f84304f3..d1e95c6ac77 100644 --- a/include/scsi/libfcoe.h +++ b/include/scsi/libfcoe.h @@ -230,6 +230,8 @@ int fcoe_libfc_config(struct fc_lport *, struct fcoe_ctlr *, u32 fcoe_fc_crc(struct fc_frame *fp); int fcoe_start_io(struct sk_buff *skb); int fcoe_get_wwn(struct net_device *netdev, u64 *wwn, int type); +void __fcoe_get_lesb(struct fc_lport *lport, struct fc_els_lesb *fc_lesb, + struct net_device *netdev); void fcoe_wwn_to_str(u64 wwn, char *buf, int len); int fcoe_validate_vport_create(struct fc_vport *vport); |