Home
last modified time | relevance | path

Searched full:dcmds (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/scsi/
H A Dmac53c94.c362 struct dbdma_cmd *dcmds; in set_dma_cmds() local
373 dcmds = state->dma_cmds; in set_dma_cmds()
382 dcmds->req_count = cpu_to_le16(dma_len); in set_dma_cmds()
383 dcmds->command = cpu_to_le16(dma_cmd); in set_dma_cmds()
384 dcmds->phy_addr = cpu_to_le32(dma_addr); in set_dma_cmds()
385 dcmds->xfer_status = 0; in set_dma_cmds()
386 ++dcmds; in set_dma_cmds()
390 dcmds[-1].command = cpu_to_le16(dma_cmd); in set_dma_cmds()
391 dcmds->command = cpu_to_le16(DBDMA_STOP); in set_dma_cmds()
/linux/Documentation/devicetree/bindings/mmc/
H A Dmmc-controller-common.yaml289 commands (DCMDs).
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c279 * megasas_set_dma_settings - Populate DMA address, length and flags for DCMDs
5574 * are reserved for IOCTL + driver's internal DCMDs. in megasas_init_adapter_mfi()
5871 * Issue DCMDs to Firmware to get the PD and LD list.
5873 * of PD_LIST/LD_LIST_QUERY DCMDs to get the device list.
8758 * Issue DCMDs to Firmware to update the internal device list in driver.
8760 * of PD_LIST/LD_LIST_QUERY DCMDs to get the device list.
H A Dmegaraid_sas_fusion.c1806 * Only Driver's internal DCMDs and IOCTL DCMDs needs to have MFI frames in megasas_init_adapter_fusion()
1865 * for driver's internal DCMDs. in megasas_init_adapter_fusion()