Home
last modified time | relevance | path

Searched refs:PACKET (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/net/packet/
DKconfig5 config PACKET config
20 depends on PACKET
/linux-4.1.27/drivers/usb/gadget/udc/
Dat91_udc.h164 # define PACKET VDBG macro
166 # define PACKET(stuff...) do{}while(0) macro
Dat91_udc.c356 PACKET("%s %p out/%d%s\n", ep->ep.name, &req->req, count, in read_fifo()
443 PACKET("%s %p in/%d%s\n", ep->ep.name, &req->req, count, in write_fifo()
669 PACKET("ep0 in/status\n"); in at91_ep_queue()
1125 PACKET("get device status\n"); in handle_setup()
1153 PACKET("get interface status\n"); in handle_setup()
1182 PACKET("get %s status\n", ep->ep.name); in handle_setup()
1261 PACKET("ep0 in/status\n"); in handle_setup()
1349 PACKET("ep0 in/status\n"); in handle_ep0()
1381 PACKET("ep0 out/status ACK\n"); in handle_ep0()
/linux-4.1.27/drivers/usb/host/
Dsl811.h246 # define PACKET pr_debug("sl811: "stuff) macro
248 # define PACKET(stuff...) do{}while(0) macro
Dsl811-hcd.c160 PACKET("SETUP qh%p\n", ep); in setup_packet()
190 PACKET("STATUS%s/%s qh%p\n", ep->nak_count ? "/retry" : "", in status_packet()
227 PACKET("IN%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in in_packet()
270 PACKET("OUT%s/%d qh%p len%d\n", ep->nak_count ? "/retry" : "", in out_packet()
566 PACKET("...STALL_%02x qh%p\n", bank, ep); in done()
579 PACKET("...3STRIKES_%02x %02x qh%p stat %d\n", in done()
/linux-4.1.27/include/net/sctp/
Dcommand.h178 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet) in SCTP_ARG_CONSTRUCTOR()
/linux-4.1.27/Documentation/input/
Dsentelic.txt71 so we have PACKET NUMBER to identify packets.
72 If PACKET NUMBER is 0, the packet is Packet 1.
73 If PACKET NUMBER is 1, the packet is Packet 2.
/linux-4.1.27/Documentation/ioctl/
Dhdio.txt246 the IDENTIFY DEVICE and IDENTIFY PACKET DEVICE commands in
/linux-4.1.27/Documentation/networking/
Dpacket_mmap.txt5 This file documents the mmap() facility available with the PACKET
/linux-4.1.27/tools/perf/
Dbuiltin-trace.c622 P_SK_TYPE(PACKET); in syscall_arg__scnprintf_socket_type()