Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dahci.c866 NCQFIS *ncqfis = (NCQFIS *)fis; in command_table_init() local
869 ncqfis->sector_low = sect_count & 0xFF; in command_table_init()
870 ncqfis->sector_hi = (sect_count >> 8) & 0xFF; in command_table_init()
871 ncqfis->device = NCQ_DEVICE_MAGIC; in command_table_init()
873 ncqfis->tag = 0; /* bits 3-7 are the NCQ tag */ in command_table_init()
874 ncqfis->prio = 0; /* bits 6,7 are a prio tag */ in command_table_init()