Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmac53c94.c366 struct dbdma_cmd *dcmds; in set_dma_cmds() local
377 dcmds = state->dma_cmds; in set_dma_cmds()
386 dcmds->req_count = cpu_to_le16(dma_len); in set_dma_cmds()
387 dcmds->command = cpu_to_le16(dma_cmd); in set_dma_cmds()
388 dcmds->phy_addr = cpu_to_le32(dma_addr); in set_dma_cmds()
389 dcmds->xfer_status = 0; in set_dma_cmds()
390 ++dcmds; in set_dma_cmds()
394 dcmds[-1].command = cpu_to_le16(dma_cmd); in set_dma_cmds()
395 dcmds->command = cpu_to_le16(DBDMA_STOP); in set_dma_cmds()
H A Dmesh.c1264 struct dbdma_cmd *dcmds; in set_dma_cmds() local
1268 dcmds = ms->dma_cmds; in set_dma_cmds()
1293 dcmds->req_count = cpu_to_le16(dma_len - off); in set_dma_cmds()
1294 dcmds->command = cpu_to_le16(dma_cmd); in set_dma_cmds()
1295 dcmds->phy_addr = cpu_to_le32(dma_addr + off); in set_dma_cmds()
1296 dcmds->xfer_status = 0; in set_dma_cmds()
1297 ++dcmds; in set_dma_cmds()
1309 dcmds->req_count = cpu_to_le16(dtot); in set_dma_cmds()
1310 dcmds->phy_addr = cpu_to_le32(virt_to_phys(mesh_extra_buf)); in set_dma_cmds()
1311 dcmds->xfer_status = 0; in set_dma_cmds()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/
H A Dmmc-controller.yaml276 commands (DCMDs).
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c265 * megasas_set_dma_settings - Populate DMA address, length and flags for DCMDs
5522 * are reserved for IOCTL + driver's internal DCMDs. in megasas_init_adapter_mfi()
5819 * Issue DCMDs to Firmware to get the PD and LD list.
5821 * of PD_LIST/LD_LIST_QUERY DCMDs to get the device list.
8707 * Issue DCMDs to Firmware to update the internal device list in driver.
8709 * of PD_LIST/LD_LIST_QUERY DCMDs to get the device list.
H A Dmegaraid_sas_fusion.c1771 * Only Driver's internal DCMDs and IOCTL DCMDs needs to have MFI frames in megasas_init_adapter_fusion()
1828 * for driver's internal DCMDs. in megasas_init_adapter_fusion()