Home
last modified time | relevance | path

Searched refs:ldma (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/Documentation/devicetree/bindings/dma/
Dintel,ldma.yaml4 $id: http://devicetree.org/schemas/dma/intel,ldma.yaml#
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_os.c3595 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_probe_one()
3854 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3891 base_vha->gnl.size, base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
5037 vha->gnl.size, &vha->gnl.ldma, GFP_KERNEL); in qla2x00_create_host()
5052 vha->gnl.l, vha->gnl.ldma); in qla2x00_create_host()
Dqla_init.c1163 mb[2] = MSW(vha->gnl.ldma); in qla24xx_async_gnl()
1164 mb[3] = LSW(vha->gnl.ldma); in qla24xx_async_gnl()
1165 mb[6] = MSW(MSD(vha->gnl.ldma)); in qla24xx_async_gnl()
1166 mb[7] = LSW(MSD(vha->gnl.ldma)); in qla24xx_async_gnl()
Dqla_attr.c3211 vha->gnl.ldma); in qla24xx_vport_delete()
Dqla_def.h344 dma_addr_t ldma; member