Searched refs:status_byte (Results 1 – 10 of 10) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | gpib_ioctl.h | 42 __u8 status_byte; member 115 __u8 status_byte; member
|
| /linux/drivers/gpib/include/ |
| H A D | gpib_types.h | 167 void (*serial_poll_response)(struct gpib_board *board, u8 status_byte); 183 void (*serial_poll_response2)(struct gpib_board *board, u8 status_byte,
|
| H A D | gpib_proto.h | 33 int ibrsv2(struct gpib_board *board, u8 status_byte, int new_reason_for_service);
|
| /linux/include/scsi/ |
| H A D | scsi.h | 128 #define status_byte(result) (result & 0xff) 125 #define status_byte( global() macro
|
| /linux/drivers/gpib/common/ |
| H A D | gpib_os.c | 1312 &serial_cmd.status_byte); in serial_poll_ioctl() 1535 u8 status_byte; in request_service_ioctl() 1538 retval = copy_from_user(&status_byte, (void __user *)arg, sizeof(status_byte)); in request_service_ioctl() 1542 return ibrsv2(board, status_byte, status_byte & request_service_bit); in request_service_ioctl() 1555 return ibrsv2(board, request_service2_cmd.status_byte, in request_service2_ioctl() 1536 u8 status_byte; request_service_ioctl() local
|
| /linux/drivers/scsi/ |
| H A 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()
|
| H A D | scsi_lib.c | 233 status = status_byte(scmd->result); in scsi_check_passthrough() 241 if (status != status_byte(failure->result)) in scsi_check_passthrough() 244 if (status_byte(failure->result) != SAM_STAT_CHECK_CONDITION || in scsi_check_passthrough()
|
| H A D | scsi_debug.c | 375 unsigned char status_byte; member 1137 err->status_byte, err->sense_key, in sdebug_error_show() 1197 &inject->status_byte, &inject->sense_key, in sdebug_error_write() 9250 result = err->status_byte | err->host_byte << 16 | err->driver_byte << 24; in sdebug_fail_cmd() 9385 err.status_byte, err.sense_key, err.asc, err.asq); in scsi_debug_queuecommand()
|
| H A D | sd.c | 1951 switch (status_byte(result)) { in sd_scsi_to_pr_err()
|
| /linux/Documentation/translations/zh_CN/scsi/ |
| H A D | scsi_mid_low_api.rst | 1056 status_byte()与host_byte()宏以及其相关常量。
|