Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c961 int short_bdi, start_bdi, end_bdi, max_len_bds, chain_bds; in handle_xsr_succ_status() local
1004 short_bdi = bd_add_to_bdi(ep, deq_ptr_64); in handle_xsr_succ_status()
1005 if (unlikely(short_bdi < 0)) in handle_xsr_succ_status()
1013 if (start_bdi <= short_bdi) { in handle_xsr_succ_status()
1014 max_len_bds = short_bdi - start_bdi; in handle_xsr_succ_status()
1017 bdi_to_tbi(ep, short_bdi))) in handle_xsr_succ_status()
1027 chain_bds += short_bdi/bd_list->num_bds_table; in handle_xsr_succ_status()
1029 max_len_bds += short_bdi; in handle_xsr_succ_status()
1034 if (!(end_bdi == short_bdi)) in handle_xsr_succ_status()
1038 short_bd = bdi_to_bd(ep, short_bdi); in handle_xsr_succ_status()