Lines Matching defs:oxu_murb
397 struct oxu_murb {
460 struct oxu_murb *murb_pool; /* murb per split big urb */
1106 static void oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb)
1118 static struct oxu_murb *oxu_murb_alloc(struct oxu_hcd *oxu)
1122 struct oxu_murb *murb = NULL;
1176 oxu->murb_pool = kcalloc(MURB_NUM, sizeof(struct oxu_murb), flags);
1415 struct oxu_murb *murb = NULL;
1445 murb = (struct oxu_murb *) last->urb;
1528 urb : ((struct oxu_murb *) urb)->main,
1548 murb = (struct oxu_murb *) last->urb;
3310 ((struct oxu_murb *) murb)->main = urb;
3311 ((struct oxu_murb *) murb)->last = 0;
3341 ((struct oxu_murb *) murb)->main = urb;
3342 ((struct oxu_murb *) murb)->last = 1;