Home
last modified time | relevance | path

Searched refs:sw_info_t (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_gbl.h448 extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *);
449 extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *);
450 extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *);
451 extern void qla2x00_gff_id(scsi_qla_host_t *, sw_info_t *);
459 extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *);
460 extern int qla2x00_gpsc(scsi_qla_host_t *, sw_info_t *);
Dqla_gs.c10 static int qla2x00_sns_gid_pt(scsi_qla_host_t *, sw_info_t *);
11 static int qla2x00_sns_gpn_id(scsi_qla_host_t *, sw_info_t *);
12 static int qla2x00_sns_gnn_id(scsi_qla_host_t *, sw_info_t *);
255 qla2x00_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gid_pt()
333 qla2x00_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gpn_id()
394 qla2x00_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gnn_id()
813 qla2x00_sns_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gid_pt()
880 qla2x00_sns_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gpn_id()
935 qla2x00_sns_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gnn_id()
1719 qla2x00_gfpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gfpn_id()
[all …]
Dqla_def.h1661 } sw_info_t; typedef
Dqla_init.c3156 sw_info_t *swl; in qla2x00_find_all_fabric_devs()
3167 swl = kcalloc(MAX_FIBRE_DEVICES, sizeof(sw_info_t), GFP_KERNEL); in qla2x00_find_all_fabric_devs()