Home
last modified time | relevance | path

Searched refs:cfis (Results 1 – 1 of 1) sorted by last modified time

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_ahci.c128 uint8_t *cfis; member
370 ahci_write_fis_sdb(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t tfd) in ahci_write_fis_sdb() argument
386 memcpy(&p->err_cfis[4], cfis + 4, 16); in ahci_write_fis_sdb()
397 ahci_write_fis_d2h(struct ahci_port *p, int slot, uint8_t *cfis, uint32_t tfd) in ahci_write_fis_d2h() argument
408 fis[4] = cfis[4]; in ahci_write_fis_d2h()
409 fis[5] = cfis[5]; in ahci_write_fis_d2h()
410 fis[6] = cfis[6]; in ahci_write_fis_d2h()
411 fis[7] = cfis[7]; in ahci_write_fis_d2h()
412 fis[8] = cfis[8]; in ahci_write_fis_d2h()
413 fis[9] = cfis[9]; in ahci_write_fis_d2h()
[all …]