Home
last modified time | relevance | path

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

/drivers/scsi/qla2xxx/
Dqla_os.c3459 if (base_vha->gnl.l) { in qla2x00_probe_one()
3460 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_probe_one()
3461 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_probe_one()
3462 base_vha->gnl.l = NULL; in qla2x00_probe_one()
3719 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_remove_one()
3720 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3721 base_vha->gnl.l = NULL; in qla2x00_remove_one()
3757 base_vha->gnl.size, base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3759 base_vha->gnl.l = NULL; in qla2x00_remove_one()
4837 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host()
[all …]
Dqla_init.c744 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
906 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
1011 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1029 if (!list_empty(&vha->gnl.fcports)) in qla24xx_async_gnl_sp_done()
1030 list_splice_init(&vha->gnl.fcports, &h); in qla24xx_async_gnl_sp_done()
1048 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1076 vha->gnl.sent = 0; in qla24xx_async_gnl_sp_done()
1077 if (!list_empty(&vha->gnl.fcports)) { in qla24xx_async_gnl_sp_done()
1079 list_for_each_entry_safe(fcport, tf, &vha->gnl.fcports, in qla24xx_async_gnl_sp_done()
1112 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl()
[all …]
Dqla_attr.c3153 dma_free_coherent(&ha->pdev->dev, vha->gnl.size, vha->gnl.l, in qla24xx_vport_delete()
3154 vha->gnl.ldma); in qla24xx_vport_delete()
3156 vha->gnl.l = NULL; in qla24xx_vport_delete()
Dqla_def.h4843 struct name_list_extended gnl; member