Searched refs:jobid (Results 1 – 7 of 7) sorted by relevance
/drivers/crypto/ccp/ |
D | ccp-ops.c | 410 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 …]
|
D | ccp-dev-v3.c | 94 | (op->jobid << REQ0_JOBID_SHIFT) in ccp_do_cmd() 126 | op->jobid; in ccp_do_cmd() 139 | op->jobid; in ccp_do_cmd()
|
D | ccp-dev.h | 504 u32 jobid; member
|
/drivers/staging/lustre/lustre/obdclass/ |
D | class_obd.c | 90 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/ |
D | pack_generic.c | 1335 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/ |
D | lustre_net.h | 2680 void lustre_msg_set_jobid(struct lustre_msg *msg, char *jobid);
|
D | obd_class.h | 67 int lustre_get_jobid(char *jobid);
|