Searched refs:jobid (Results 1 – 5 of 5) sorted by relevance
/drivers/crypto/ccp/ |
D | ccp-ops.c | 113 u32 jobid; member 207 | (op->jobid << REQ0_JOBID_SHIFT) in ccp_do_cmd() 239 | op->jobid; in ccp_do_cmd() 249 | op->jobid; in ccp_do_cmd() 838 struct ccp_dm_workarea *wa, u32 jobid, u32 ksb, in ccp_copy_to_from_ksb() argument 846 op.jobid = jobid; in ccp_copy_to_from_ksb() 870 struct ccp_dm_workarea *wa, u32 jobid, u32 ksb, in ccp_copy_to_ksb() argument 873 return ccp_copy_to_from_ksb(cmd_q, wa, jobid, ksb, byte_swap, false); in ccp_copy_to_ksb() 877 struct ccp_dm_workarea *wa, u32 jobid, u32 ksb, in ccp_copy_from_ksb() argument 880 return ccp_copy_to_from_ksb(cmd_q, wa, jobid, ksb, byte_swap, true); in ccp_copy_from_ksb() [all …]
|
/drivers/staging/lustre/lustre/obdclass/ |
D | class_obd.c | 97 int lustre_get_jobid(char *jobid) in lustre_get_jobid() argument 99 memset(jobid, 0, JOBSTATS_JOBID_SIZE); in lustre_get_jobid() 106 snprintf(jobid, JOBSTATS_JOBID_SIZE, "%s.%u", in lustre_get_jobid() 114 strcpy(jobid, obd_jobid_node); in lustre_get_jobid()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 1363 void lustre_msg_set_jobid(struct lustre_msg *msg, char *jobid) in lustre_msg_set_jobid() argument 1380 if (jobid != NULL) in lustre_msg_set_jobid() 1381 memcpy(pb->pb_jobid, jobid, JOBSTATS_JOBID_SIZE); in lustre_msg_set_jobid()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2605 void lustre_msg_set_jobid(struct lustre_msg *msg, char *jobid);
|
D | obd_class.h | 68 int lustre_get_jobid(char *jobid);
|