Lines Matching defs:ctp
70 static int ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag);
1636 struct ahci_cmd_tab *ctp;
1647 ctp = (struct ahci_cmd_tab *)(ch->dma.work + slot->ct_offset);
1649 prd = &ctp->prd_tab[0];
1666 struct ahci_cmd_tab *ctp;
1676 ctp = (struct ahci_cmd_tab *)(ch->dma.work + slot->ct_offset);
1678 if (!(fis_size = ahci_setup_fis(ch, ctp, ccb, slot->slot))) {
2546 ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag)
2548 u_int8_t *fis = &ctp->cfis[0];
2567 ctp->acmd, ccb->csio.cdb_len);
2568 bzero(ctp->acmd + ccb->csio.cdb_len, 32 - ccb->csio.cdb_len);