Searched refs:sw_info_t (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/qla2xxx/ |
D | qla_gbl.h | 647 extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *); 648 extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *); 649 extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *); 650 extern void qla2x00_gff_id(scsi_qla_host_t *, sw_info_t *); 658 extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *); 659 extern int qla2x00_gpsc(scsi_qla_host_t *, sw_info_t *);
|
D | qla_gs.c | 12 static int qla2x00_sns_gid_pt(scsi_qla_host_t *, sw_info_t *); 13 static int qla2x00_sns_gpn_id(scsi_qla_host_t *, sw_info_t *); 14 static int qla2x00_sns_gnn_id(scsi_qla_host_t *, sw_info_t *); 284 qla2x00_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gid_pt() 368 qla2x00_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gpn_id() 436 qla2x00_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gnn_id() 1069 qla2x00_sns_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gid_pt() 1140 qla2x00_sns_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gpn_id() 1196 qla2x00_sns_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gnn_id() 2683 qla2x00_gfpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gfpn_id() [all …]
|
D | qla_init.c | 5635 sw_info_t *swl; in qla2x00_find_all_fabric_devs() 5647 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs() 5655 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
|
D | qla_def.h | 2285 } sw_info_t; typedef
|