Searched refs:cur_cmd (Results 1 – 2 of 2) sorted by relevance
729 ad->cur_cmd = NULL; in ahci_map_clb_address()1329 s->dev[port].cur_cmd = cmd; in handle_cmd()1377 uint16_t opts = le16_to_cpu(ad->cur_cmd->opts); in ahci_pio_transfer()1472 if (ahci_populate_sglist(ad, &s->sg, ad->cur_cmd, in ahci_dma_prepare_buf()1492 tx_bytes += le32_to_cpu(ad->cur_cmd->status); in ahci_commit_buf()1493 ad->cur_cmd->status = cpu_to_le32(tx_bytes); in ahci_commit_buf()1503 if (ahci_populate_sglist(ad, &s->sg, ad->cur_cmd, l, s->io_buffer_offset)) { in ahci_dma_rw_buf()1778 ad->cur_cmd = get_cmd_header(s, i, ad->busy_slot); in ahci_state_post_load()
321 AHCICmdHdr *cur_cmd; member