Searched refs:tfd (Results 1 – 7 of 7) sorted by relevance
/haiku/src/add-ons/kernel/busses/scsi/ahci/ |
H A D | sata_request.cpp | 122 sata_request::Finish(int tfd, size_t bytesTransfered) in Finish() argument 124 if ((tfd & (ATA_STATUS_ERROR | ATA_STATUS_DEVICE_FAULT)) != 0) { in Finish() 125 uint8 status = tfd & 0xff; in Finish() 126 uint8 error = (tfd >> 8) & 0xff; in Finish() 138 if (tfd & (ATA_STATUS_ERROR | ATA_STATUS_DEVICE_FAULT)) { in Finish() 175 fCompletionStatus = tfd; in Finish()
|
H A D | ahci_port.cpp | 265 if (wait_until_clear(&fRegs->tfd, ATA_STATUS_BUSY | ATA_STATUS_DATA_REQUEST, in PortReset() 298 if ((fRegs->tfd & 0xff) == 0xff) in Probe() 301 if ((fRegs->tfd & 0xff) == 0xff) { in Probe() 324 wait_until_clear(&fRegs->tfd, ATA_STATUS_BUSY, 31000000); in Probe() 371 TRACE(" tfd 0x%08" B_PRIx32 "\n", fRegs->tfd); in DumpHBAState() 553 AHCIPort::WaitForTransfer(int* tfd, bigtime_t timeout) in WaitForTransfer() argument 566 *tfd = fRegs->tfd; in WaitForTransfer() 570 *tfd = fRegs->tfd; in WaitForTransfer() 1223 if (wait_until_clear(&fRegs->tfd, ATA_STATUS_BUSY | ATA_STATUS_DATA_REQUEST, in ExecuteSataRequest() 1240 int tfd; in ExecuteSataRequest() local [all …]
|
H A D | sata_request.h | 36 void Finish(int tfd, size_t bytesTransfered);
|
H A D | ahci_port.h | 62 status_t WaitForTransfer(int *tfd, bigtime_t timeout);
|
H A D | ahci_defs.h | 119 uint32 tfd; // Task File Data member
|
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/ |
H A D | if_iwxreg.h | 6195 struct iwx_compressed_ba_tfd tfd[]; member
|
H A D | if_iwx.c | 5455 sizeof(ba_res->tfd[0]) * tfd_cnt)) in iwx_rx_compressed_ba() 5459 struct iwx_compressed_ba_tfd *ba_tfd = &ba_res->tfd[i]; in iwx_rx_compressed_ba()
|