Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci.h386 struct ahci_slot { struct
442 struct ahci_slot slot[AHCI_MAX_SLOTS];
H A Dahci.c67 static void ahci_execute_transaction(struct ahci_slot *slot);
69 static void ahci_end_transaction(struct ahci_slot *slot, enum ahci_err_type et);
1186 struct ahci_slot *slot = &ch->slot[i]; in ahci_slotsalloc()
1208 struct ahci_slot *slot = &ch->slot[i]; in ahci_slotsfree()
1584 struct ahci_slot *slot; in ahci_begin_transaction()
1634 struct ahci_slot *slot = arg; in ahci_dmasetprd()
1663 ahci_execute_transaction(struct ahci_slot *slot) in ahci_execute_transaction()
1841 struct ahci_slot *slot = &ch->slot[i]; in ahci_rearm_timeout()
1858 struct ahci_slot *slot = arg; in ahci_timeout()
1936 ahci_end_transaction(struct ahci_slot *slot, enum ahci_err_type et) in ahci_end_transaction()