Searched refs:joblist_ptr (Results 1 – 2 of 2) sorted by relevance
30 st->job_buff = st->joblist_ptr->job_buff; in nhw_EVDMA_read_next_job()36 uint32_t at_len = st->joblist_ptr->attr_len; in nhw_EVDMA_read_next_job()41 st->joblist_ptr++; in nhw_EVDMA_read_next_job()54 char *job_buff = st->joblist_ptr->job_buff; in nhw_EVDMA_peek_next_job_attrib()60 uint32_t at_len = st->joblist_ptr->attr_len; in nhw_EVDMA_peek_next_job_attrib()75 int nhw_EVDMA_start(EVDMA_status_t *st, void *joblist_ptr) { in nhw_EVDMA_start() argument76 st->joblist_ptr = joblist_ptr; in nhw_EVDMA_start()83 if (joblist_ptr == NULL) { in nhw_EVDMA_start()118 if (st->joblist_ptr == NULL) { in nhw_EVDMA_access()
25 struct job_list *joblist_ptr; /* Pointer to the *next* job entry to be processed */ member34 int nhw_EVDMA_start(EVDMA_status_t *st, void *joblist_ptr);