Home
last modified time | relevance | path

Searched refs:ahci_cmd_tab (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/ahci/
H A Dahci.h336 struct ahci_cmd_tab { struct
H A Dahci.c70 static int ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int ta…
1636 struct ahci_cmd_tab *ctp; in ahci_dmasetprd()
1647 ctp = (struct ahci_cmd_tab *)(ch->dma.work + slot->ct_offset); in ahci_dmasetprd()
1666 struct ahci_cmd_tab *ctp; in ahci_execute_transaction()
1676 ctp = (struct ahci_cmd_tab *)(ch->dma.work + slot->ct_offset); in ahci_execute_transaction()
2546 ahci_setup_fis(struct ahci_channel *ch, struct ahci_cmd_tab *ctp, union ccb *ccb, int tag) in ahci_setup_fis()