Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_dl.c640 struct vsp1_dl_list *dl_next; in __vsp1_dl_list_put() local
652 list_for_each_entry(dl_next, &dl->chain, chain) in __vsp1_dl_list_put()
653 __vsp1_dl_list_put(dl_next); in __vsp1_dl_list_put()
939 struct vsp1_dl_list *dl_next; in vsp1_dl_list_commit() local
945 list_for_each_entry(dl_next, &dl->chain, chain) { in vsp1_dl_list_commit()
946 bool last = list_is_last(&dl_next->chain, &dl->chain); in vsp1_dl_list_commit()
948 vsp1_dl_list_fill_header(dl_next, last); in vsp1_dl_list_commit()
H A Dvsp1_video.c298 struct vsp1_dl_list *dl_next; in vsp1_video_pipeline_run() local
300 dl_next = vsp1_dl_list_get(pipe->output->dlm); in vsp1_video_pipeline_run()
307 if (!dl_next) { in vsp1_video_pipeline_run()
312 vsp1_video_pipeline_run_partition(pipe, dl_next, partition); in vsp1_video_pipeline_run()
313 vsp1_dl_list_add_chain(dl, dl_next); in vsp1_video_pipeline_run()
/linux/net/ipv4/
H A Dtcp_fastopen.c85 fastopenq->rskq_rst_tail->dl_next = req; in reqsk_fastopen_remove()
87 req->dl_next = NULL; in reqsk_fastopen_remove()
416 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_hwi.c261 asd_ha->seq.dl_next = 0; in asd_init_dl()
717 struct done_list_struct *dl = &seq->dl[seq->dl_next]; in asd_dl_tasklet_handler()
743 seq->dl_next = (seq->dl_next + 1) & (ASD_DL_SIZE-1); in asd_dl_tasklet_handler()
744 if (!seq->dl_next) in asd_dl_tasklet_handler()
H A Daic94xx_hwi.h159 int dl_next; member
/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_cm.c525 *pprev = req->dl_next; in chtls_disconnect_acceptq()
537 pprev = &req->dl_next; in chtls_disconnect_acceptq()
/linux/net/mptcp/
H A Dsubflow.c1919 for (req = head; req; req = req->dl_next) { in mptcp_subflow_queue_clean()