HomeSort by: relevance | last modified time | path
    Searched defs:fis (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
siisata.c 736 /* read the signature out of the FIS */
888 /* read the signature out of the FIS */
1120 uint32_t fis[howmany(RDH_FISLEN,sizeof(uint32_t))]; local in function:siisata_cmd_done
1141 fis, __arraycount(fis));
1142 satafis_rdh_cmd_readreg(ata_c, (uint8_t *)fis);
1457 * XXX FIS-based switching
mvsata.c 571 /* XXX FIS-based switching */
3523 * [0]: Device to Host FIS with <ERR> or <DF> bit set to 1.
3524 * [2]: SDB FIS is received with <ERR> bit set to 1.
3796 uint8_t fis[RHD_FISLEN]; local in function:mvsata_edma_setup_crqb_gen2e
3810 satafis_rhd_construct_bio(xfer, fis);
3814 /* copy over the ATA command part of the fis */
3815 memcpy(&crqb->atacommand[2], &fis[rhd_command],

Completed in 17 milliseconds