Home
last modified time | relevance | path

Searched refs:ahci_cmd_hdr (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/ahci/
H A Dahci.h340 struct ahci_cmd_hdr { struct
431 struct ahci_cmd_hdr *ccb_cmd_hdr;
H A Dahci_pm.c61 struct ahci_cmd_hdr *cmd_slot; in ahci_pm_port_probe()
683 struct ahci_cmd_hdr *cmd_slot; in ahci_pm_softreset()
H A Dahci.c249 struct ahci_cmd_hdr *hdr; in ahci_port_alloc()
1176 struct ahci_cmd_hdr *cmd_slot;
1953 struct ahci_cmd_hdr *cmd_slot = ccb->ccb_cmd_hdr;
3367 struct ahci_cmd_hdr *cmd_slot;
3646 struct ahci_cmd_hdr *cmd_slot;
H A Dahci_attach.c368 sc->sc_cmdlist_size = sc->sc_ncmds * sizeof(struct ahci_cmd_hdr); in ahci_pci_attach()