Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/qla2xxx/
Dqla_os.c3476 if (base_vha->gnl.l) { in qla2x00_probe_one()
3477 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_probe_one()
3478 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_probe_one()
3479 base_vha->gnl.l = NULL; in qla2x00_probe_one()
3737 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_remove_one()
3738 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3739 base_vha->gnl.l = NULL; in qla2x00_remove_one()
3775 base_vha->gnl.size, base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3777 base_vha->gnl.l = NULL; in qla2x00_remove_one()
4845 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host()
[all …]
Dqla_init.c729 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
891 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
995 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1013 if (!list_empty(&vha->gnl.fcports)) in qla24xx_async_gnl_sp_done()
1014 list_splice_init(&vha->gnl.fcports, &h); in qla24xx_async_gnl_sp_done()
1032 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1060 vha->gnl.sent = 0; in qla24xx_async_gnl_sp_done()
1061 if (!list_empty(&vha->gnl.fcports)) { in qla24xx_async_gnl_sp_done()
1063 list_for_each_entry_safe(fcport, tf, &vha->gnl.fcports, in qla24xx_async_gnl_sp_done()
1096 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl()
[all …]
Dqla_attr.c3119 dma_free_coherent(&ha->pdev->dev, vha->gnl.size, vha->gnl.l, in qla24xx_vport_delete()
3120 vha->gnl.ldma); in qla24xx_vport_delete()
3122 vha->gnl.l = NULL; in qla24xx_vport_delete()
Dqla_def.h4832 struct name_list_extended gnl; member