Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_gbl.h711 extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *);
712 extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *);
713 extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *);
714 extern void qla2x00_gff_id(scsi_qla_host_t *, sw_info_t *);
722 extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *);
723 extern int qla2x00_gpsc(scsi_qla_host_t *, sw_info_t *);
H A Dqla_gs.c11 static int qla2x00_sns_gid_pt(scsi_qla_host_t *, sw_info_t *);
12 static int qla2x00_sns_gpn_id(scsi_qla_host_t *, sw_info_t *);
13 static int qla2x00_sns_gnn_id(scsi_qla_host_t *, sw_info_t *);
285 qla2x00_gid_pt(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gid_pt()
369 qla2x00_gpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gpn_id()
437 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()
2528 qla2x00_gfpn_id(scsi_qla_host_t *vha, sw_info_t *list) in qla2x00_gfpn_id()
[all …]
H A Dqla_init.c6462 sw_info_t *swl; in qla2x00_find_all_fabric_devs()
6474 ha->swl = kcalloc(ha->max_fibre_devices, sizeof(sw_info_t), in qla2x00_find_all_fabric_devs()
6482 memset(swl, 0, ha->max_fibre_devices * sizeof(sw_info_t)); in qla2x00_find_all_fabric_devs()
H A Dqla_def.h2476 } sw_info_t; typedef
H A Dqla_os.c8255 BUILD_BUG_ON(sizeof(sw_info_t) != 32); in qla2x00_module_init()