Searched refs:max_packs_per_urb (Results 1 – 1 of 1) sorted by relevance
635 unsigned int maxsize, minsize, packs_per_ms, max_packs_per_urb; in check_ep_params() local710 max_packs_per_urb = MAX_PACKS_HS; in check_ep_params()713 max_packs_per_urb = MAX_PACKS; in check_ep_params()716 max_packs_per_urb = min(max_packs_per_urb, in check_ep_params()718 max_packs_per_urb = max(1u, max_packs_per_urb >> ep->datainterval); in check_ep_params()747 urb_packs = min(max_packs_per_urb, urb_packs); in check_ep_params()772 max_packs_per_urb); in check_ep_params()807 unsigned int maxsize, minsize, packs_per_ms, max_packs_per_urb; in data_ep_set_params() local881 max_packs_per_urb = MAX_PACKS_HS; in data_ep_set_params()884 max_packs_per_urb = MAX_PACKS; in data_ep_set_params()[all …]