Home
last modified time | relevance | path

Searched refs:ccb_cmd_table (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/disk/ahci/
H A Dahci_pm.c199 fis = ccb->ccb_cmd_table->cfis; in ahci_pm_port_probe()
200 bzero(fis, sizeof(ccb->ccb_cmd_table->cfis)); in ahci_pm_port_probe()
282 bzero(fis, sizeof(ccb->ccb_cmd_table->cfis)); in ahci_pm_port_probe()
724 fis = ccb->ccb_cmd_table->cfis; in ahci_pm_softreset()
725 bzero(fis, sizeof(ccb->ccb_cmd_table->cfis)); in ahci_pm_softreset()
790 bzero(fis, sizeof(ccb->ccb_cmd_table->cfis)); in ahci_pm_softreset()
H A Dahci.c422 ccb->ccb_cmd_table = &table[i]; in ahci_port_alloc()
429 (struct ata_fis_h2d *)ccb->ccb_cmd_table->cfis; in ahci_port_alloc()
430 ccb->ccb_xa.packetcmd = ccb->ccb_cmd_table->acmd; in ahci_port_alloc()
1254 fis = ccb->ccb_cmd_table->cfis;
1255 bzero(fis, sizeof(ccb->ccb_cmd_table->cfis));
1289 bzero(fis, sizeof(ccb->ccb_cmd_table->cfis));
1951 struct ahci_prdt *prdt = ccb->ccb_cmd_table->prdt;
1976 cmd_slot->prdtl = htole16(prdt - ccb->ccb_cmd_table->prdt + 1);
3389 fis = (struct ata_fis_h2d *)ccb->ccb_cmd_table->cfis;
H A Dahci.h432 struct ahci_cmd_table *ccb_cmd_table; member