2 * Copyright (c) 2005-2009 Brocade Communications Systems, Inc.
6 * Linux driver for Brocade Fibre Channel Host Bus Adapter.
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License (GPL) Version 2 as
10 * published by the Free Software Foundation
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
18 #ifndef __BFAD_ATTR_H__
19 #define __BFAD_ATTR_H__
21 * bfad_attr.h VMware driver configuration interface module.
25 * FC_transport_template FC transport template
29 bfad_os_dev_to_shost(struct scsi_target
*starget
);
32 * FC transport template entry, get SCSI target port ID.
35 bfad_im_get_starget_port_id(struct scsi_target
*starget
);
38 * FC transport template entry, get SCSI target nwwn.
41 bfad_im_get_starget_node_name(struct scsi_target
*starget
);
44 * FC transport template entry, get SCSI target pwwn.
47 bfad_im_get_starget_port_name(struct scsi_target
*starget
);
50 * FC transport template entry, get SCSI host port ID.
53 bfad_im_get_host_port_id(struct Scsi_Host
*shost
);
56 * FC transport template entry, issue a LIP.
59 bfad_im_issue_fc_host_lip(struct Scsi_Host
*shost
);
62 bfad_os_starget_to_shost(struct scsi_target
*starget
);
65 #endif /* __BFAD_ATTR_H__ */