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