Searched refs:usbif_pipein (Results 1 – 2 of 2) sorted by relevance
302 #define usbif_pipein(pipe) ((pipe) & USBIF_PIPE_DIR) macro303 #define usbif_pipeout(pipe) (!usbif_pipein(pipe))
172 if (usbif_pipein(usbback_req->req.pipe)) { in usbback_gnttab_map()234 pid = usbif_pipein(usbback_req->req.pipe) ? USB_TOKEN_IN : USB_TOKEN_OUT; in usbback_init_packet()