Lines Matching refs:start_bdi
444 bd_xfr->start_bdi = bd_list->eqp_bdi; in setup_bd_list_xfr()
501 bd = bdi_to_bd(ep, bd_xfr->start_bdi); in setup_bd_list_xfr()
742 int start_bdi, end_bdi, tbi, eqp_bdi, curr_hw_dqpi; in ep_dequeue() local
761 start_bdi = req->bd_xfr.start_bdi; in ep_dequeue()
765 __func__, ep->name, start_bdi, end_bdi); in ep_dequeue()
798 if (start_bdi >= curr_hw_dqpi || start_bdi <= eqp_bdi) { in ep_dequeue()
805 if (start_bdi >= curr_hw_dqpi) { in ep_dequeue()
848 bd_start = bdi_to_bd(ep, start_bdi); in ep_dequeue()
959 int short_bdi, start_bdi, end_bdi, max_len_bds, chain_bds; in handle_xsr_succ_status() local
1006 start_bdi = bd_xfr->start_bdi; in handle_xsr_succ_status()
1011 if (start_bdi <= short_bdi) { in handle_xsr_succ_status()
1012 max_len_bds = short_bdi - start_bdi; in handle_xsr_succ_status()
1014 if (!(bdi_to_tbi(ep, start_bdi) == in handle_xsr_succ_status()
1023 chain_bds = (bd_list->max_bdi - start_bdi)/ in handle_xsr_succ_status()
1026 max_len_bds = bd_list->max_bdi - start_bdi; in handle_xsr_succ_status()