Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c953 int short_bdi, start_bdi, end_bdi, max_len_bds, chain_bds; in handle_xsr_succ_status() local
996 short_bdi = bd_add_to_bdi(ep, deq_ptr_64); in handle_xsr_succ_status()
997 if (unlikely(short_bdi < 0)) in handle_xsr_succ_status()
1005 if (start_bdi <= short_bdi) { in handle_xsr_succ_status()
1006 max_len_bds = short_bdi - start_bdi; in handle_xsr_succ_status()
1009 bdi_to_tbi(ep, short_bdi))) in handle_xsr_succ_status()
1019 chain_bds += short_bdi/bd_list->num_bds_table; in handle_xsr_succ_status()
1021 max_len_bds += short_bdi; in handle_xsr_succ_status()
1026 if (!(end_bdi == short_bdi)) in handle_xsr_succ_status()
1030 short_bd = bdi_to_bd(ep, short_bdi); in handle_xsr_succ_status()