Searched refs:murb (Results 1 – 1 of 1) sorted by relevance
668 static void oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb) in oxu_murb_free() argument674 index = murb - &oxu->murb_pool[0]; in oxu_murb_free()684 struct oxu_murb *murb = NULL; in oxu_murb_alloc() local693 murb = &(oxu->murb_pool)[i]; in oxu_murb_alloc()700 return murb; in oxu_murb_alloc()976 struct oxu_murb *murb = NULL; in qh_completions() local1006 murb = (struct oxu_murb *) last->urb; in qh_completions()1007 last->urb = murb->main; in qh_completions()1008 if (murb->last) { in qh_completions()1012 oxu_murb_free(oxu, murb); in qh_completions()[all …]