Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/scsi/
A Dscsi.h124 #define status_byte(result) (result & 0xff) macro
/linux-6.3-rc2/drivers/media/tuners/
A 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.3-rc2/drivers/scsi/
A DFlashPoint.c4618 unsigned char status_byte; in FPT_autoCmdCmplt() local
4622 status_byte = RD_HARPOON(p_port + hp_gp_reg_0); in FPT_autoCmdCmplt()
4626 if (status_byte != SAM_STAT_GOOD) { in FPT_autoCmdCmplt()
4628 if (status_byte == SAM_STAT_TASK_SET_FULL) { in FPT_autoCmdCmplt()
4760 if (status_byte == SAM_STAT_CHECK_CONDITION) { in FPT_autoCmdCmplt()
4780 currSCCB->TargetStatus = status_byte; in FPT_autoCmdCmplt()
4782 if (status_byte == SAM_STAT_CHECK_CONDITION) { in FPT_autoCmdCmplt()
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, in done() argument
1311 set_status_byte(DONE_SC, status_byte); in done()
A Dsd.c1728 switch (status_byte(result)) { in sd_scsi_to_pr_err()
/linux-6.3-rc2/Documentation/scsi/
A Dscsi_mid_low_api.rst1176 in the LSB. See include/scsi/scsi.h status_byte() and

Completed in 28 milliseconds