Searched defs:msg_byte (Results 1 - 1 of 1) sorted by relevance

/drivers/block/
H A Dcciss.c3045 unsigned int msg_byte, unsigned int host_byte,
3050 ((msg_byte & 0xff) << 8) |
3059 unsigned char status_byte, msg_byte, host_byte, driver_byte; local
3066 msg_byte = cmd->err_info->CommandStatus; /* correct? seems too device specific */
3073 error_value = make_status_bytes(status_byte, msg_byte,
3044 make_status_bytes(unsigned int scsi_status_byte, unsigned int msg_byte, unsigned int host_byte, unsigned int driver_byte) argument

Completed in 61 milliseconds