Searched refs:val_byte (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/scsi/qedf/
H A Ddrv_fcoe_fw_funcs.c26 const u8 val_byte = ctx->ystorm_ag_context.byte0; local
35 ctx->ystorm_ag_context.byte0 = val_byte;
119 const u8 val_byte = ctx->ystorm_ag_context.byte0; local
127 ctx->ystorm_ag_context.byte0 = val_byte;
/linux-master/arch/x86/kernel/
H A Dvm86_32.c413 #define val_byte(val, n) (((__u8 *)&val)[n]) macro
427 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
430 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
438 if (put_user(val_byte(__val, 3), base + ptr) < 0) \
441 if (put_user(val_byte(__val, 2), base + ptr) < 0) \
444 if (put_user(val_byte(__val, 1), base + ptr) < 0) \
447 if (put_user(val_byte(__val, 0), base + ptr) < 0) \
463 if (get_user(val_byte(__res, 0), base + ptr) < 0) \
466 if (get_user(val_byte(__res, 1), base + ptr) < 0) \
475 if (get_user(val_byte(__re
[all...]
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_nvmetcp_fw_funcs.c146 const u8 val_byte = context->mstorm_ag_context.cdu_validation; local
176 context->mstorm_ag_context.cdu_validation = val_byte;
/linux-master/drivers/scsi/qedi/
H A Dqedi_fw_api.c208 u8 val_byte; local
211 val_byte = context->mstorm_ag_context.cdu_validation;
213 context->mstorm_ag_context.cdu_validation = val_byte;

Completed in 360 milliseconds