Searched refs:n_packets (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Draw1394.h138 __u32 n_packets; member in struct:raw1394_iso_packets
169 __u32 n_packets; member in struct:raw1394_iso_status
H A Diso.h177 unsigned int n_packets);
H A Diso.c517 * @n_packets have been read out of the buffer, re-use the buffer space
519 int hpsb_iso_recv_release_packets(struct hpsb_iso *iso, unsigned int n_packets) argument
529 for (i = 0; i < n_packets; i++) {
H A Ddv1394.c145 f->n_packets = 0;
257 if (f->n_packets >= MAX_PACKETS) {
264 block = &(f->descriptor_pool[f->n_packets]);
273 if ( ((unsigned long) &(f->header_pool[f->n_packets]) - (unsigned long) f->header_pool)
279 cip = &(f->header_pool[f->n_packets]);
321 if (f->n_packets == 0) {
325 } else if (f->n_packets == packets_per_frame) {
345 } else if (first_packet_empty && (f->n_packets == 1) ) {
502 f->n_packets++;
1899 ts_cyc += f->n_packets
[all...]
H A Ddv1394-private.h323 unsigned int n_packets; member in struct:frame
H A Draw1394.c2509 stat->n_packets = hpsb_iso_n_ready(iso);
2599 if (upackets.n_packets > hpsb_iso_n_ready(fi->iso_handle))
2604 upackets.n_packets *
2609 for (i = 0; i < upackets.n_packets; i++) {
2630 if (upackets.n_packets >= fi->iso_handle->buf_packets)
2633 if (upackets.n_packets >= hpsb_iso_n_ready(fi->iso_handle))
2638 upackets.n_packets *
2643 for (i = 0; i < upackets.n_packets; i++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_verbs.c428 dev->opstats[opcode].n_packets++;
1715 if (!si->n_packets && !si->n_bytes)
1718 (unsigned long long) si->n_packets,
H A Dipath_verbs.h478 u64 n_packets; /* number of packets */ member in struct:ipath_opcode_stats

Completed in 73 milliseconds