Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_gbl.h553 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 *);
Dqla_gs.c12 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 …]
Dqla_init.c3656 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()
Dqla_def.h1971 } sw_info_t; typedef