HomeSort by relevance Sort by last modified time
    Searched full:pkts (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.h 56 #define MGMT_PKT_LIFETIME_TU 2000 /* Mgmt pkts lifetime in TUs (1024 usec). */
71 TI_UINT32 dbgNumPktsSent[MAX_NUM_OF_AC]; /* Pkts sent by data-queue or mgmt-queue. */
72 TI_UINT32 dbgNumPktsBackpressure[MAX_NUM_OF_AC];/* Pkts for which backpressure was set by HW-Q */
73 TI_UINT32 dbgNumPktsBusy[MAX_NUM_OF_AC]; /* Pkts for which busy was received from HW-Q */
74 TI_UINT32 dbgNumPktsXfered[MAX_NUM_OF_AC]; /* Pkts sent to Xfer */
75 TI_UINT32 dbgNumPktsSuccess[MAX_NUM_OF_AC]; /* Pkts for which success was received from Xfer */
76 TI_UINT32 dbgNumPktsPending[MAX_NUM_OF_AC]; /* Pkts for which pending was received from Xfer */
77 TI_UINT32 dbgNumPktsError[MAX_NUM_OF_AC]; /* Pkts for which error was received from Xfer */
78 TI_UINT32 dbgNumTxCmplt[MAX_NUM_OF_AC]; /* Pkts that reached complete CB */
79 TI_UINT32 dbgNumTxCmpltOk[MAX_NUM_OF_AC]; /* Pkts that reached complete CB with status TI_OK *
    [all...]
  /external/blktrace/doc/
btrecord.8 124 \-\-max\-pkts=<\fInum\fR>
162 sdab:0: 580661 pkts (tot), 126030 pkts (replay), 89809 bunches, 1.4 pkts/bunch
163 sdab:1: 2559775 pkts (tot), 430172 pkts (replay), 293029 bunches, 1.5 pkts/bunch
164 sdab:2: 653559 pkts (tot), 136522 pkts (replay), 102288 bunches, 1.3 pkts/bunc
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_net.h 9 #define VIRTIO_NET_F_CSUM 0 /* Can handle pkts w/ partial csum */
11 #define VIRTIO_NET_F_GSO 6 /* Can handle pkts w/ any GSO type */
if_ppp.h 69 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
70 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_net.h 9 #define VIRTIO_NET_F_CSUM 0 /* Can handle pkts w/ partial csum */
11 #define VIRTIO_NET_F_GSO 6 /* Can handle pkts w/ any GSO type */
if_ppp.h 69 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
70 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_net.h 9 #define VIRTIO_NET_F_CSUM 0 /* Can handle pkts w/ partial csum */
11 #define VIRTIO_NET_F_GSO 6 /* Can handle pkts w/ any GSO type */
if_ppp.h 69 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
70 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /external/iproute2/doc/actions/
ifb-README 93 Sent 252 bytes 3 pkts (dropped 0, overlimits 0)
97 Sent 252 bytes 3 pkts (dropped 0, overlimits 0)
101 Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
103 Sent 210 bytes 3 pkts (dropped 0, overlimits 0)
105 Sent 294 bytes 3 pkts (dropped 0, overlimits 0)
107 Sent 504 bytes 6 pkts (dropped 0, overlimits 0)
109 Sent 308 bytes 5 pkts (dropped 0, overlimits 0)
gact-usage 44 Sent 1680 bytes 20 pkts (dropped 20, overlimits 0 )
61 Sent 1680 bytes 20 pkts (dropped 16, overlimits 0 )
77 Sent 1680 bytes 20 pkts (dropped 10, overlimits 0 )
  /external/blktrace/btreplay/
btrecord.c 88 * @pkts: Number of packets stored in bunches
95 __u64 start_time, last_time, bunches, pkts; member in struct:io_stream
104 static __u64 max_pkts_per_bunch = 8; // Default # of pkts per bunch
115 "\t[ -M <pkts> : --max-pkts=<pkts> ] Default: 8\n" \
155 .name = "max-pkts",
283 cur->pkts[cur->hdr.npkts++] = iop; // Struct copy
438 fprintf(stderr, "Invalid max pkts %llu\n",
599 struct io_pkt *p = stream->cur->pkts;
    [all...]
btrecord.h 56 * @pkts: Individual IOs are described here
60 struct io_pkt pkts[BT_MAX_PKTS]; member in struct:io_bunch
  /external/blktrace/btreplay/doc/
btreplay.tex 149 \item[\texttt{--max-pkts}] A \emph{bunch} size can be anywhere from
208 \texttt{--max-pkts} option). One \emph{could} simply specify
209 \texttt{-max-pkts=1} and then each IO would be treated individually. Of
253 [ -M <pkts> : --max-pkts=<pkts> ] Default: 8
314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch}
351 sdab:0: 580661 pkts (tot), 126030 pkts (replay), 89809 bunches, 1.4 pkts/bunc
    [all...]
  /external/iproute2/ip/
ipmroute.c 90 unsigned pkts, b, w; local
100 &pkts, &b, &w, oiflist) < 6)
152 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
  /external/libvpx/vpx/src/
vpx_encoder.c 286 list->pkts[list->cnt++] = *pkt;
301 *iter = list->pkts;
306 if ((size_t)(pkt - list->pkts) < list->cnt)
  /external/iproute2/man/man8/
tc-bfifo.8 60 Sent 45894 bytes 681 pkts (dropped 0, overlimits 0)
tc-pfifo.8 60 Sent 45894 bytes 681 pkts (dropped 0, overlimits 0)
  /external/kernel-headers/original/linux/
if_ppp.h 70 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
71 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /external/ppp/pppd/include/net/
if_ppp.h 60 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
61 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
pppio.h 56 #define PPPIO_NPMODE _PPPIO(146) /* set mode for handling data pkts */
59 #define PPPIO_ACTIVEFILT _PPPIO(149) /* set filter for "link active" pkts */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_ppp.h 88 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
89 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_ppp.h 88 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
89 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_ppp.h 88 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
89 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 174 unsigned long pkts[HostPkt_NumTypes]; member in struct:__anon9634
185 #define HostEntryTotalPackets(H) ((H)->pkts[HostPkt_Q] + (H)->pkts[HostPkt_L] + (H)->pkts[HostPkt_R] + (H)->pkts[HostPkt_B])
228 for (i=0; i<HostPkt_NumTypes; i++) entry->pkts[i] = 0;
259 if (id.NotAnInteger != 0xFFFF) entry->pkts[t]++;
360 if (list->num) mprintf("\n%-25s%s%s\n", "Source Address", OPBanner, " Pkts Query LegacyQ Response");
370 HostEntryTotalPackets(e), e->pkts[HostPkt_Q], e->pkts[HostPkt_L], e->pkts[HostPkt_R])
    [all...]
  /external/libvpx/vpx/internal/
vpx_codec_internal.h 415 struct vpx_codec_cx_pkt pkts[1]; member in struct:vpx_codec_pkt_list
421 struct vpx_codec_cx_pkt pkts[n];} alloc;}
425 (m)->alloc.head.max = sizeof((m)->alloc.pkts) / sizeof((m)->alloc.pkts[0])

Completed in 551 milliseconds

1 2 3 4 5