Home
last modified time | relevance | path

Searched refs:jobid (Results 1 – 7 of 7) sorted by relevance

/drivers/crypto/ccp/
Dccp-ops.c410 struct ccp_dm_workarea *wa, u32 jobid, u32 sb, in ccp_copy_to_from_sb() argument
418 op.jobid = jobid; in ccp_copy_to_from_sb()
442 struct ccp_dm_workarea *wa, u32 jobid, u32 sb, in ccp_copy_to_sb() argument
445 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, false); in ccp_copy_to_sb()
449 struct ccp_dm_workarea *wa, u32 jobid, u32 sb, in ccp_copy_from_sb() argument
452 return ccp_copy_to_from_sb(cmd_q, wa, jobid, sb, byte_swap, true); in ccp_copy_from_sb()
493 op.jobid = CCP_NEW_JOBID(cmd_q->ccp); in ccp_run_aes_cmac_cmd()
514 ret = ccp_copy_to_sb(cmd_q, &key, op.jobid, op.sb_key, in ccp_run_aes_cmac_cmd()
533 ret = ccp_copy_to_sb(cmd_q, &ctx, op.jobid, op.sb_ctx, in ccp_run_aes_cmac_cmd()
552 ret = ccp_copy_from_sb(cmd_q, &ctx, op.jobid, in ccp_run_aes_cmac_cmd()
[all …]
Dccp-dev-v3.c94 | (op->jobid << REQ0_JOBID_SHIFT) in ccp_do_cmd()
126 | op->jobid; in ccp_do_cmd()
139 | op->jobid; in ccp_do_cmd()
Dccp-dev.h504 u32 jobid; member
/drivers/staging/lustre/lustre/obdclass/
Dclass_obd.c90 int lustre_get_jobid(char *jobid) in lustre_get_jobid() argument
92 memset(jobid, 0, LUSTRE_JOBID_SIZE); in lustre_get_jobid()
99 snprintf(jobid, LUSTRE_JOBID_SIZE, "%s.%u", in lustre_get_jobid()
107 strcpy(jobid, obd_jobid_node); in lustre_get_jobid()
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c1335 void lustre_msg_set_jobid(struct lustre_msg *msg, char *jobid) in lustre_msg_set_jobid() argument
1353 if (jobid) in lustre_msg_set_jobid()
1354 memcpy(pb->pb_jobid, jobid, LUSTRE_JOBID_SIZE); in lustre_msg_set_jobid()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h2680 void lustre_msg_set_jobid(struct lustre_msg *msg, char *jobid);
Dobd_class.h67 int lustre_get_jobid(char *jobid);