Searched refs:tfd (Results 1 – 2 of 2) sorted by relevance
144 uint32_t tfd; member361 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() local1365 uint32_t tfd; in atapi_read_toc() local1570 uint32_t tfd; in atapi_get_event_status_notification() local1899 uint32_t tfd; in ata_ioreq_cb() local[all …]
208 mevent_add(int tfd, enum ev_type type, in mevent_add() argument216 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