Searched full:dcmds (Results 1 – 4 of 4) sorted by relevance
362 struct dbdma_cmd *dcmds; in set_dma_cmds() local373 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()
1258 struct dbdma_cmd *dcmds; in set_dma_cmds() local1262 dcmds = ms->dma_cmds; in set_dma_cmds()1287 dcmds->req_count = cpu_to_le16(dma_len - off); in set_dma_cmds()1288 dcmds->command = cpu_to_le16(dma_cmd); in set_dma_cmds()1289 dcmds->phy_addr = cpu_to_le32(dma_addr + off); in set_dma_cmds()1290 dcmds->xfer_status = 0; in set_dma_cmds()1291 ++dcmds; in set_dma_cmds()1303 dcmds->req_count = cpu_to_le16(dtot); in set_dma_cmds()1304 dcmds->phy_addr = cpu_to_le32(virt_to_phys(mesh_extra_buf)); in set_dma_cmds()1305 dcmds->xfer_status = 0; in set_dma_cmds()[all …]
289 commands (DCMDs).
1808 * Only Driver's internal DCMDs and IOCTL DCMDs needs to have MFI frames in megasas_init_adapter_fusion()1867 * for driver's internal DCMDs. in megasas_init_adapter_fusion()