Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_os.c3599 if (base_vha->gnl.l) { in qla2x00_probe_one()
3600 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_probe_one()
3601 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_probe_one()
3602 base_vha->gnl.l = NULL; in qla2x00_probe_one()
3859 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_remove_one()
3860 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3861 base_vha->gnl.l = NULL; in qla2x00_remove_one()
3897 base_vha->gnl.size, base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3899 base_vha->gnl.l = NULL; in qla2x00_remove_one()
5027 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host()
[all …]
Dqla_init.c768 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
944 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
1049 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1067 if (!list_empty(&vha->gnl.fcports)) in qla24xx_async_gnl_sp_done()
1068 list_splice_init(&vha->gnl.fcports, &h); in qla24xx_async_gnl_sp_done()
1086 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1114 vha->gnl.sent = 0; in qla24xx_async_gnl_sp_done()
1115 if (!list_empty(&vha->gnl.fcports)) { in qla24xx_async_gnl_sp_done()
1117 list_for_each_entry_safe(fcport, tf, &vha->gnl.fcports, in qla24xx_async_gnl_sp_done()
1150 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl()
[all …]
Dqla_attr.c3212 dma_free_coherent(&ha->pdev->dev, vha->gnl.size, vha->gnl.l, in qla24xx_vport_delete()
3213 vha->gnl.ldma); in qla24xx_vport_delete()
3215 vha->gnl.l = NULL; in qla24xx_vport_delete()
Dqla_def.h5035 struct name_list_extended gnl; member