Searched refs:ahci_cmd_table (Results 1 – 3 of 3) sorted by relevance
488 struct ahci_cmd_table *table; in ahci_port_alloc()585 sc->sc_ncmds * sizeof(struct ahci_cmd_table)); in ahci_port_alloc()618 ccb->ccb_slot * sizeof(struct ahci_cmd_table)); in ahci_port_alloc()1046 memset(ccb->ccb_cmd_table, 0, sizeof(struct ahci_cmd_table)); in ahci_port_softreset()1139 memset(ccb->ccb_cmd_table, 0, sizeof(struct ahci_cmd_table)); in ahci_pmp_port_softreset()1627 sizeof(struct ahci_cmd_table)); in ahci_port_detect_pmp()1666 sizeof(struct ahci_cmd_table)); in ahci_port_detect_pmp()1874 ccb->ccb_slot * sizeof(struct ahci_cmd_table), in ahci_start()1875 sizeof(struct ahci_cmd_table), BUS_DMASYNC_PREWRITE); in ahci_start()2340 ccb->ccb_slot * sizeof(struct ahci_cmd_table), in ahci_port_intr()[all …]
51 struct ahci_cmd_table *ccb_cmd_table;
284 struct ahci_cmd_table { struct