Home
last modified time | relevance | path

Searched refs:val_byte (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/kernel/
Dvm86_32.c455 #define val_byte(val, n) (((__u8 *)&val)[n]) macro
469 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
472 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
480 if (put_user(val_byte(__val, 3), base + ptr) < 0) \
483 if (put_user(val_byte(__val, 2), base + ptr) < 0) \
486 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
489 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
505 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
508 if (get_user(val_byte(__res, 1), base + ptr) < 0) \
517 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
[all …]
/Linux-v4.19/drivers/scsi/qedf/
Ddrv_fcoe_fw_funcs.c29 const u8 val_byte = ctx->ystorm_ag_context.byte0; in init_initiator_rw_fcoe_task() local
38 ctx->ystorm_ag_context.byte0 = val_byte; in init_initiator_rw_fcoe_task()
122 const u8 val_byte = ctx->ystorm_ag_context.byte0; in init_initiator_midpath_unsolicited_fcoe_task() local
130 ctx->ystorm_ag_context.byte0 = val_byte; in init_initiator_midpath_unsolicited_fcoe_task()
/Linux-v4.19/drivers/scsi/qedi/
Dqedi_fw_api.c211 u8 val_byte; in init_default_iscsi_task() local
214 val_byte = context->mstorm_ag_context.cdu_validation; in init_default_iscsi_task()
216 context->mstorm_ag_context.cdu_validation = val_byte; in init_default_iscsi_task()