Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dsas.h211 union { u8 lbah; u8 byte_count_high; }; member
235 union { u8 lbah; u8 byte_count_high; }; member
/linux/drivers/scsi/libsas/
H A Dsas_discover.c77 fis->byte_count_low == 0x69 && fis->byte_count_high == 0x96 in sas_get_port_device()
/linux/drivers/scsi/isci/
H A Drequest.c2192 d2h->byte_count_high = len >> 8; in atapi_data_tc_completion_handler()