Searched refs:sw_info_t (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/qla2xxx/ |
D | qla_gbl.h | 553 extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *); 554 extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *); 555 extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *); 556 extern void qla2x00_gff_id(scsi_qla_host_t *, sw_info_t *); 564 extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *); 565 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 *); 260 qla2x00_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gid_pt() 338 qla2x00_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gpn_id() 401 qla2x00_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gnn_id() 814 qla2x00_sns_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gid_pt() 885 qla2x00_sns_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gpn_id() 941 qla2x00_sns_gnn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_sns_gnn_id() 2420 qla2x00_gfpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gfpn_id() [all …]
|
D | qla_init.c | 3656 sw_info_t *swl; in qla2x00_find_all_fabric_devs() 3667 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs() 3675 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
|
D | qla_def.h | 1971 } sw_info_t; typedef
|