Searched refs:status_byte (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/include/scsi/ |
D | scsi.h | 125 #define status_byte(result) (result & 0xff) macro
|
/linux-6.12.1/drivers/media/tuners/ |
D | tuner-simple.c | 457 u8 status_byte = 0; in simple_post_tune() local 464 &status_byte, 1); in simple_post_tune() 470 if (status_byte & TUNER_PLL_LOCKED) in simple_post_tune()
|
/linux-6.12.1/drivers/scsi/ |
D | FlashPoint.c | 4617 unsigned char status_byte; in FPT_autoCmdCmplt() local 4621 status_byte = RD_HARPOON(p_port + hp_gp_reg_0); in FPT_autoCmdCmplt() 4625 if (status_byte != SAM_STAT_GOOD) { in FPT_autoCmdCmplt() 4627 if (status_byte == SAM_STAT_TASK_SET_FULL) { in FPT_autoCmdCmplt() 4759 if (status_byte == SAM_STAT_CHECK_CONDITION) { in FPT_autoCmdCmplt() 4779 currSCCB->TargetStatus = status_byte; in FPT_autoCmdCmplt() 4781 if (status_byte == SAM_STAT_CHECK_CONDITION) { in FPT_autoCmdCmplt()
|
D | scsi_lib.c | 225 status = status_byte(scmd->result); in scsi_check_passthrough() 233 if (status != status_byte(failure->result)) in scsi_check_passthrough() 236 if (status_byte(failure->result) != SAM_STAT_CHECK_CONDITION || in scsi_check_passthrough()
|
D | aha152x.c | 640 static void done(struct Scsi_Host *shpnt, unsigned char status_byte, 1301 static void done(struct Scsi_Host *shpnt, unsigned char status_byte, in done() argument 1312 set_status_byte(DONE_SC, status_byte); in done()
|
D | scsi_debug.c | 332 unsigned char status_byte; member 1045 err->status_byte, err->sense_key, in sdebug_error_show() 1110 &inject->status_byte, &inject->sense_key, in sdebug_error_write() 8501 result = err->status_byte | err->host_byte << 16 | err->driver_byte << 24; in sdebug_fail_cmd() 8587 err.status_byte, err.sense_key, err.asc, err.asq); in scsi_debug_queuecommand()
|
D | sd.c | 1913 switch (status_byte(result)) { in sd_scsi_to_pr_err()
|
/linux-6.12.1/Documentation/scsi/ |
D | scsi_mid_low_api.rst | 1176 in the LSB. See include/scsi/scsi.h status_byte() and
|