Searched refs:cur_head (Results 1 – 3 of 3) sorted by relevance
2033 struct dwc2_qtd *cur_head; in dwc2_check_qtd_still_ok() local2038 cur_head = list_first_entry(&qh->qtd_list, struct dwc2_qtd, in dwc2_check_qtd_still_ok()2040 return (cur_head == qtd); in dwc2_check_qtd_still_ok()
1673 static int rx_data_wait(struct ldc_channel *lp, unsigned long cur_head) in rx_data_wait() argument1679 cur_head, lp->rx_head, lp->rx_tail); in rx_data_wait()1694 if (cur_head != lp->rx_tail) { in rx_data_wait()
3030 u16 cur_head = (cur_tail + QM_Q_DEPTH - qp_used) % QM_Q_DEPTH; in qp_stop_fail_cb() local3036 pos = (i + cur_head) % QM_Q_DEPTH; in qp_stop_fail_cb()