Searched refs:preq (Results 1 – 2 of 2) sorted by relevance
244 const struct pkt_preq *preq, u_int len) in wb_preq() argument247 if (len < sizeof(*preq) || !ND_TTEST(*preq)) in wb_preq()251 EXTRACT_32BITS(&preq->pp_low), in wb_preq()252 ipaddr_string(ndo, &preq->pp_page.p_sid), in wb_preq()253 EXTRACT_32BITS(&preq->pp_page.p_uid))); in wb_preq()
2160 struct usb_request **preq) in alloc_request() argument2162 *preq = usb_ep_alloc_request(ep, GFP_ATOMIC); in alloc_request()2163 if (*preq) in alloc_request()