Searched full:dcmds (Results 1 – 5 of 5) sorted by relevance
366 struct dbdma_cmd *dcmds; in set_dma_cmds() local377 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()
1264 struct dbdma_cmd *dcmds; in set_dma_cmds() local1268 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 …]
276 commands (DCMDs).
263 * megasas_set_dma_settings - Populate DMA address, length and flags for DCMDs5461 * are reserved for IOCTL + driver's internal DCMDs. in megasas_init_adapter_mfi()5758 * Issue DCMDs to Firmware to get the PD and LD list.5760 * of PD_LIST/LD_LIST_QUERY DCMDs to get the device list.8629 * Issue DCMDs to Firmware to update the internal device list in driver.8631 * of PD_LIST/LD_LIST_QUERY DCMDs to get the device list.
1771 * 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()