Searched refs:max_packs_per_urb (Results 1 – 1 of 1) sorted by relevance
637 unsigned int maxsize, minsize, packs_per_ms, max_packs_per_urb; in check_ep_params() local712 max_packs_per_urb = MAX_PACKS_HS; in check_ep_params()715 max_packs_per_urb = MAX_PACKS; in check_ep_params()718 max_packs_per_urb = min(max_packs_per_urb, in check_ep_params()720 max_packs_per_urb = max(1u, max_packs_per_urb >> ep->datainterval); in check_ep_params()749 urb_packs = min(max_packs_per_urb, urb_packs); in check_ep_params()774 max_packs_per_urb); in check_ep_params()809 unsigned int maxsize, minsize, packs_per_ms, max_packs_per_urb; in data_ep_set_params() local883 max_packs_per_urb = MAX_PACKS_HS; in data_ep_set_params()886 max_packs_per_urb = MAX_PACKS; in data_ep_set_params()[all …]