sw_info_t
extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *);
extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *);
extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *);
extern void qla2x00_gff_id(scsi_qla_host_t *, sw_info_t *);
extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *);
qla2x00_sns_gid_pt(scsi_qla_host_t *vha, sw_info_t *list)
static int qla2x00_sns_gid_pt(scsi_qla_host_t *, sw_info_t *);
qla2x00_sns_gpn_id(scsi_qla_host_t *vha, sw_info_t *list)
qla2x00_sns_gnn_id(scsi_qla_host_t *vha, sw_info_t *list)
static int qla2x00_sns_gpn_id(scsi_qla_host_t *, sw_info_t *);
static int qla2x00_sns_gnn_id(scsi_qla_host_t *, sw_info_t *);
qla2x00_gfpn_id(scsi_qla_host_t *vha, sw_info_t *list)
qla2x00_gff_id(scsi_qla_host_t *vha, sw_info_t *list)
qla2x00_gid_pt(scsi_qla_host_t *vha, sw_info_t *list)
qla2x00_gpn_id(scsi_qla_host_t *vha, sw_info_t *list)
qla2x00_gnn_id(scsi_qla_host_t *vha, sw_info_t *list)
sw_info_t *swl;
ha->swl = kzalloc_objs(sw_info_t, ha->max_fibre_devices);
memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t));
BUILD_BUG_ON(sizeof(sw_info_t) != 32);