Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/devicetree/bindings/dma/
Dintel,ldma.yaml4 $id: http://devicetree.org/schemas/dma/intel,ldma.yaml#
/linux-5.19.10/drivers/scsi/qla2xxx/
Dqla_os.c3565 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_probe_one()
3824 base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
3861 base_vha->gnl.size, base_vha->gnl.l, base_vha->gnl.ldma); in qla2x00_remove_one()
5007 vha->gnl.size, &vha->gnl.ldma, GFP_KERNEL); in qla2x00_create_host()
5022 vha->gnl.l, vha->gnl.ldma); in qla2x00_create_host()
Dqla_init.c1158 mb[2] = MSW(vha->gnl.ldma); in qla24xx_async_gnl()
1159 mb[3] = LSW(vha->gnl.ldma); in qla24xx_async_gnl()
1160 mb[6] = MSW(MSD(vha->gnl.ldma)); in qla24xx_async_gnl()
1161 mb[7] = LSW(MSD(vha->gnl.ldma)); in qla24xx_async_gnl()
Dqla_attr.c3210 vha->gnl.ldma); in qla24xx_vport_delete()
Dqla_def.h339 dma_addr_t ldma; member