Searched refs:murb_pool (Results 1 – 1 of 1) sorted by relevance
460 struct oxu_murb *murb_pool; /* murb per split big urb */ member1112 index = murb - &oxu->murb_pool[0]; in oxu_murb_free()1131 murb = &(oxu->murb_pool)[i]; in oxu_murb_alloc()1147 kfree(oxu->murb_pool); in ehci_mem_cleanup()1148 oxu->murb_pool = NULL; in ehci_mem_cleanup()1176 oxu->murb_pool = kcalloc(MURB_NUM, sizeof(struct oxu_murb), flags); in ehci_mem_init()1177 if (!oxu->murb_pool) in ehci_mem_init()