ahci_cmd_tab
struct ahci_cmd_tab *ctp;
ctp = (struct ahci_cmd_tab *)(ch->dma.work + slot->ct_offset);
struct ahci_cmd_tab *ctp;
ctp = (struct ahci_cmd_tab *)(ch->dma.work + slot->ct_offset);
ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag)
static int ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag);