Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ahci/
Dahci.h378 struct ahci_slot { struct
431 struct ahci_slot slot[AHCI_MAX_SLOTS];
Dahci.c66 static void ahci_execute_transaction(struct ahci_slot *slot);
67 static void ahci_timeout(struct ahci_slot *slot);
68 static void ahci_end_transaction(struct ahci_slot *slot, enum ahci_err_type et);
989 struct ahci_slot *slot = &ch->slot[i]; in ahci_slotsalloc()
1010 struct ahci_slot *slot = &ch->slot[i]; in ahci_slotsfree()
1386 struct ahci_slot *slot; in ahci_begin_transaction()
1436 struct ahci_slot *slot = arg; in ahci_dmasetprd()
1466 ahci_execute_transaction(struct ahci_slot *slot) in ahci_execute_transaction()
1631 struct ahci_slot *slot = &ch->slot[i]; in ahci_rearm_timeout()
1646 ahci_timeout(struct ahci_slot *slot) in ahci_timeout()
[all …]