Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_os.c3628 if (base_vha->gnl.l) { in qla2x00_probe_one()
3629 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_probe_one()
3630 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_probe_one()
3631 base_vha->gnl.l = NULL; in qla2x00_probe_one()
3888 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_remove_one()
3889 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3890 base_vha->gnl.l = NULL; in qla2x00_remove_one()
3926 base_vha->gnl.size, base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3928 base_vha->gnl.l = NULL; in qla2x00_remove_one()
5082 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host()
[all …]
Dqla_init.c773 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
949 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
1054 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1072 if (!list_empty(&vha->gnl.fcports)) in qla24xx_async_gnl_sp_done()
1073 list_splice_init(&vha->gnl.fcports, &h); in qla24xx_async_gnl_sp_done()
1091 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1119 vha->gnl.sent = 0; in qla24xx_async_gnl_sp_done()
1120 if (!list_empty(&vha->gnl.fcports)) { in qla24xx_async_gnl_sp_done()
1122 list_for_each_entry_safe(fcport, tf, &vha->gnl.fcports, in qla24xx_async_gnl_sp_done()
1155 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl()
[all …]
Dqla_attr.c3230 dma_free_coherent(&ha->pdev->dev, vha->gnl.size, vha->gnl.l, in qla24xx_vport_delete()
3231 vha->gnl.ldma); in qla24xx_vport_delete()
3233 vha->gnl.l = NULL; in qla24xx_vport_delete()
Dqla_def.h5105 struct name_list_extended gnl; member