Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c955 int short_bdi, start_bdi, end_bdi, max_len_bds, chain_bds; in handle_xsr_succ_status() local
998 short_bdi = bd_add_to_bdi(ep, deq_ptr_64); in handle_xsr_succ_status()
999 if (unlikely(short_bdi < 0)) in handle_xsr_succ_status()
1007 if (start_bdi <= short_bdi) { in handle_xsr_succ_status()
1008 max_len_bds = short_bdi - start_bdi; in handle_xsr_succ_status()
1011 bdi_to_tbi(ep, short_bdi))) in handle_xsr_succ_status()
1021 chain_bds += short_bdi/bd_list->num_bds_table; in handle_xsr_succ_status()
1023 max_len_bds += short_bdi; in handle_xsr_succ_status()
1028 if (!(end_bdi == short_bdi)) in handle_xsr_succ_status()
1032 short_bd = bdi_to_bd(ep, short_bdi); in handle_xsr_succ_status()