Searched full:dcmds (Results 1 – 5 of 5) 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).
280 * megasas_set_dma_settings - Populate DMA address, length and flags for DCMDs5572 * are reserved for IOCTL + driver's internal DCMDs. in megasas_init_adapter_mfi()5869 * Issue DCMDs to Firmware to get the PD and LD list.5871 * of PD_LIST/LD_LIST_QUERY DCMDs to get the device list.8751 * Issue DCMDs to Firmware to update the internal device list in driver.8753 * of PD_LIST/LD_LIST_QUERY DCMDs to get the device list.
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()