Lines Matching defs:uep
204 union union_ep *uep;212 uep = kzalloc(sizeof(*uep), GFP_KERNEL);213 if (!uep)223 uep->lep = *(struct c4iw_listen_ep *)epcp;225 listen_ep = &uep->lep;228 uep->ep = *(struct c4iw_ep *)epcp;230 ep = &uep->ep;261 kfree(uep);267 kfree(uep);