Searched defs:packet_count (Results 1 - 10 of 10) sorted by relevance

/drivers/net/usb/
H A Dgl620a.c77 __le32 packet_count; member in struct:gl_header
92 count = le32_to_cpu(header->packet_count);
149 __le32 *packet_count; local
172 packet_count = (__le32 *) skb_push(skb, (4 + 4*1));
173 packet_len = packet_count + 1;
175 *packet_count = cpu_to_le32(1);
/drivers/net/ethernet/sfc/
H A Dselftest.c73 * @packet_count: Number of packets being used in this test
82 int packet_count; member in struct:efx_loopback_state
420 for (i = 0; i < state->packet_count; i++) {
448 i + 1, state->packet_count,
471 return atomic_read(&state->rx_good) == state->packet_count;
487 for (i = 0; i < state->packet_count; i++) {
499 if (tx_done != state->packet_count) {
506 tx_queue->queue, tx_done, state->packet_count,
513 if (rx_good != state->packet_count) {
517 tx_queue->queue, rx_good, state->packet_count,
[all...]
/drivers/net/wireless/iwlegacy/
H A D3945-rs.c191 u32 packet_count, duration, pps; local
200 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1;
208 D_RATE("Tx'd %d packets in %dms\n", packet_count, duration);
212 pps = (packet_count * 1000) / duration;
228 packet_count);
H A Dcommon.h2753 u32 packet_count[TID_QUEUE_MAX_SIZE]; /* packet count in this time member in struct:il_traffic_load
/drivers/media/dvb/pt1/
H A Dpt1.c95 int packet_count; member in struct:pt1_adapter
298 offset = adap->packet_count * 188 + adap->upacket_count * 3;
306 if (++adap->packet_count >= 21) {
308 adap->packet_count = 0;
665 adap->packet_count = 0;
/drivers/usb/misc/
H A Dusbtest.c1534 unsigned long packet_count; member in struct:iso_context
1545 ctx->packet_count += urb->number_of_packets;
1578 ctx->errors, ctx->packet_count);
1723 else if (context.errors > context.packet_count / 10)
/drivers/infiniband/hw/ehca/
H A Dehca_classes.h222 u32 packet_count; member in struct:ehca_qp
/drivers/net/wireless/bcmdhd/
H A Ddhd_cdc.c2196 uint8 packet_count; local
2200 packet_count = value[0];
2204 desc->requested_packet = packet_count;
/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.h358 u32 packet_count[TID_QUEUE_MAX_SIZE]; /* packet count in this time member in struct:iwl_traffic_load
/drivers/firewire/
H A Dohci.c3261 int page, offset, packet_count, header_size, payload_per_buffer; local
3267 packet_count = packet->header_length / ctx->base.header_size;
3274 payload_per_buffer = packet->payload_length / packet_count;
3276 for (i = 0; i < packet_count; i++) {
3323 if (packet->interrupt && i == packet_count - 1)

Completed in 263 milliseconds