Searched refs:PACKET (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/packet/ |
D | Kconfig | 5 config PACKET config 20 depends on PACKET
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | at91_udc.h | 164 # define PACKET VDBG macro 166 # define PACKET(stuff...) do{}while(0) macro
|
D | at91_udc.c | 356 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/ |
D | sl811.h | 246 # define PACKET pr_debug("sl811: "stuff) macro 248 # define PACKET(stuff...) do{}while(0) macro
|
D | sl811-hcd.c | 160 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/ |
D | command.h | 178 SCTP_ARG_CONSTRUCTOR(PACKET, struct sctp_packet *, packet) in SCTP_ARG_CONSTRUCTOR()
|
/linux-4.1.27/Documentation/input/ |
D | sentelic.txt | 71 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/ |
D | hdio.txt | 246 the IDENTIFY DEVICE and IDENTIFY PACKET DEVICE commands in
|
/linux-4.1.27/Documentation/networking/ |
D | packet_mmap.txt | 5 This file documents the mmap() facility available with the PACKET
|
/linux-4.1.27/tools/perf/ |
D | builtin-trace.c | 622 P_SK_TYPE(PACKET); in syscall_arg__scnprintf_socket_type()
|