Home
last modified time | relevance | path

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

/devicemodel/hw/pci/
A Dahci.c144 uint32_t tfd; member
361 tfd &= 0x77; in ahci_write_fis_sdb()
365 fis[2] = tfd; in ahci_write_fis_sdb()
376 p->tfd &= ~0x77; in ahci_write_fis_sdb()
377 p->tfd |= tfd; in ahci_write_fis_sdb()
410 p->tfd = tfd; in ahci_write_fis_d2h()
1140 uint32_t tfd; in atapi_inquiry() local
1365 uint32_t tfd; in atapi_read_toc() local
1570 uint32_t tfd; in atapi_get_event_status_notification() local
1899 uint32_t tfd; in ata_ioreq_cb() local
[all …]
/devicemodel/core/
A Dmevent.c208 mevent_add(int tfd, enum ev_type type, in mevent_add() argument
216 if (tfd < 0 || run == NULL) in mevent_add()
225 if (lp->me_fd == tfd && lp->me_type == type) { in mevent_add()
239 mevp->me_fd = tfd; in mevent_add()

Completed in 12 milliseconds