Searched refs:max_len_bds (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/udc/bdc/
H A Dbdc_ep.c961 int short_bdi, start_bdi, end_bdi, max_len_bds, chain_bds; handle_xsr_succ_status() local
1014 max_len_bds = short_bdi - start_bdi; handle_xsr_succ_status()
1015 if (max_len_bds <= bd_list->num_bds_table) { handle_xsr_succ_status()
1018 max_len_bds--; handle_xsr_succ_status()
1020 chain_bds = max_len_bds/bd_list->num_bds_table; handle_xsr_succ_status()
1021 max_len_bds -= chain_bds; handle_xsr_succ_status()
1028 max_len_bds = bd_list->max_bdi - start_bdi; handle_xsr_succ_status()
1029 max_len_bds += short_bdi; handle_xsr_succ_status()
1030 max_len_bds -= chain_bds; handle_xsr_succ_status()
1032 /* max_len_bds is the number of full length bds */ handle_xsr_succ_status()
1037 actual_length = max_len_bds * BD_MAX_BUFF_SIZE; handle_xsr_succ_status()

Completed in 72 milliseconds