Searched refs:sw_info_t (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | qla_gbl.h | 630 extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *); 631 extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *); 632 extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *); 633 extern void qla2x00_gff_id(scsi_qla_host_t *, sw_info_t *); 641 extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *); 642 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 *); 292 qla2x00_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gid_pt() 378 qla2x00_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gpn_id() 448 qla2x00_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gnn_id() 1087 qla2x00_sns_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gid_pt() 1158 qla2x00_sns_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gpn_id() 1214 qla2x00_sns_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gnn_id() 2705 qla2x00_gfpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gfpn_id() [all …]
|
D | qla_init.c | 5456 sw_info_t *swl; in qla2x00_find_all_fabric_devs() 5468 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs() 5476 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
|
D | qla_def.h | 2222 } sw_info_t; typedef
|