Home
last modified time | relevance | path

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

/linux-6.12.1/include/scsi/
Dscsi.h125 #define status_byte(result) (result & 0xff) macro
/linux-6.12.1/drivers/media/tuners/
Dtuner-simple.c457 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/
DFlashPoint.c4617 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()
Dscsi_lib.c225 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()
Daha152x.c640 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()
Dscsi_debug.c332 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()
Dsd.c1913 switch (status_byte(result)) { in sd_scsi_to_pr_err()
/linux-6.12.1/Documentation/scsi/
Dscsi_mid_low_api.rst1176 in the LSB. See include/scsi/scsi.h status_byte() and