Searched refs:status_byte (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/scsi/
H A Dscsi.h124 #define status_byte(result) (result & 0xff) macro
/linux-master/drivers/media/tuners/
H A Dtuner-simple.c457 u8 status_byte = 0; local
464 &status_byte, 1);
470 if (status_byte & TUNER_PLL_LOCKED)
/linux-master/drivers/scsi/
H A Daha152x.c640 static void done(struct Scsi_Host *shpnt, unsigned char status_byte,
1300 static void done(struct Scsi_Host *shpnt, unsigned char status_byte, argument
1311 set_status_byte(DONE_SC, status_byte);
H A Dscsi_lib.c225 status = status_byte(scmd->result);
233 if (status != status_byte(failure->result))
236 if (status_byte(failure->result) != SAM_STAT_CHECK_CONDITION ||
H A DFlashPoint.c4618 unsigned char status_byte; local
4622 status_byte = RD_HARPOON(p_port + hp_gp_reg_0);
4626 if (status_byte != SAM_STAT_GOOD) {
4628 if (status_byte == SAM_STAT_TASK_SET_FULL) {
4760 if (status_byte == SAM_STAT_CHECK_CONDITION) {
4780 currSCCB->TargetStatus = status_byte;
4782 if (status_byte == SAM_STAT_CHECK_CONDITION) {
H A Dscsi_debug.c323 unsigned char status_byte; member in struct:sdebug_err_inject::__anon230::__anon231
1010 err->status_byte, err->sense_key,
1075 &inject->status_byte, &inject->sense_key,
8180 result = err->status_byte | err->host_byte << 16 | err->driver_byte << 24;
8266 err.status_byte, err.sense_key, err.asc, err.asq);
H A Dsd.c1806 switch (status_byte(result)) {

Completed in 198 milliseconds