Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_os.c3563 if (base_vha->gnl.l) { in qla2x00_probe_one()
3564 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_probe_one()
3565 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_probe_one()
3566 base_vha->gnl.l = NULL; in qla2x00_probe_one()
3823 dma_free_coherent(&ha->pdev->dev, base_vha->gnl.size, in qla2x00_remove_one()
3824 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3825 base_vha->gnl.l = NULL; in qla2x00_remove_one()
3861 base_vha->gnl.size, base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3863 base_vha->gnl.l = NULL; in qla2x00_remove_one()
4989 INIT_LIST_HEAD(&vha->gnl.fcports); in qla2x00_create_host()
[all …]
Dqla_init.c753 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
929 e = &vha->gnl.l[i]; in qla24xx_handle_gnl_done_event()
1034 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1052 if (!list_empty(&vha->gnl.fcports)) in qla24xx_async_gnl_sp_done()
1053 list_splice_init(&vha->gnl.fcports, &h); in qla24xx_async_gnl_sp_done()
1071 e = &vha->gnl.l[i]; in qla24xx_async_gnl_sp_done()
1099 vha->gnl.sent = 0; in qla24xx_async_gnl_sp_done()
1100 if (!list_empty(&vha->gnl.fcports)) { in qla24xx_async_gnl_sp_done()
1102 list_for_each_entry_safe(fcport, tf, &vha->gnl.fcports, in qla24xx_async_gnl_sp_done()
1135 list_add_tail(&fcport->gnl_entry, &vha->gnl.fcports); in qla24xx_async_gnl()
[all …]
Dqla_attr.c3209 dma_free_coherent(&ha->pdev->dev, vha->gnl.size, vha->gnl.l, in qla24xx_vport_delete()
3210 vha->gnl.ldma); in qla24xx_vport_delete()
3212 vha->gnl.l = NULL; in qla24xx_vport_delete()
Dqla_def.h5003 struct name_list_extended gnl; member