Searched refs:packet_count (Results 1 - 25 of 48) sorted by relevance

12

/linux-master/drivers/net/usb/
H A Dgl620a.c63 __le32 packet_count; member in struct:gl_header
82 count = le32_to_cpu(header->packet_count);
142 __le32 *packet_count; local
165 packet_count = skb_push(skb, (4 + 4 * 1));
166 packet_len = packet_count + 1;
168 *packet_count = cpu_to_le32(1);
/linux-master/arch/alpha/kernel/
H A Derr_common.c95 int packet_count = 0;
109 packet_count =
116 packet_count =
123 packet_count =
130 packet_count = 1;
150 el_process_subpackets(header, packet_count);
182 el_process_subpackets(struct el_subpacket *header, int packet_count)
190 for (i = 0; subpacket && i < packet_count; i++) {
93 int packet_count = 0; local
180 el_process_subpackets(struct el_subpacket *header, int packet_count) argument
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dselftest.c78 * @packet_count: Number of packets being used in this test
87 int packet_count; member in struct:efx_loopback_state
426 for (i = 0; i < state->packet_count; i++) {
457 i + 1, state->packet_count,
473 return atomic_read(&state->rx_good) == state->packet_count;
489 for (i = 0; i < state->packet_count; i++) {
501 if (tx_done != state->packet_count) {
508 tx_queue->label, tx_done, state->packet_count,
515 if (rx_good != state->packet_count) {
519 tx_queue->label, rx_good, state->packet_count,
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c75 * @packet_count: Number of packets being used in this test
84 int packet_count; member in struct:ef4_loopback_state
428 for (i = 0; i < state->packet_count; i++) {
459 i + 1, state->packet_count,
475 return atomic_read(&state->rx_good) == state->packet_count;
491 for (i = 0; i < state->packet_count; i++) {
503 if (tx_done != state->packet_count) {
510 tx_queue->queue, tx_done, state->packet_count,
517 if (rx_good != state->packet_count) {
521 tx_queue->queue, rx_good, state->packet_count,
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dselftest.c77 * @packet_count: Number of packets being used in this test
86 int packet_count; member in struct:efx_loopback_state
425 for (i = 0; i < state->packet_count; i++) {
456 i + 1, state->packet_count,
472 return atomic_read(&state->rx_good) == state->packet_count;
488 for (i = 0; i < state->packet_count; i++) {
500 if (tx_done != state->packet_count) {
507 tx_queue->label, tx_done, state->packet_count,
514 if (rx_good != state->packet_count) {
518 tx_queue->label, rx_good, state->packet_count,
[all...]
H A Dtc_counters.c383 * | counter_idx | packet_count | byte_count |
387 u64 packet_count, byte_count; local
391 packet_count = le32_to_cpu(*(const __le32 *)(entry + 4)) |
396 packet_count, byte_count, mark);
467 u64 packet_count, byte_count; local
479 packet_count = efx_tc_read48((const __le16 *)packet_count_p);
492 if (packet_count || byte_count != 1)
495 packet_count, byte_count);
500 efx_tc_counter_update(efx, type, counter_idx, packet_count,
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.h42 u64 packet_count; member in struct:ch_tc_flower_stats
H A Dcxgb4_tc_flower.c1084 if (ofld_stats->packet_count != packets) {
1088 packets - ofld_stats->packet_count, 0,
1092 ofld_stats->packet_count = packets;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c175 u32 packet_count, duration, pps; local
184 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1;
192 D_RATE("Tx'd %d packets in %dms\n", packet_count, duration);
196 pps = (packet_count * 1000) / duration;
212 packet_count);
/linux-master/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c103 if (packet_queue->packet_count == 0)
119 packet_queue->packet_count--;
398 if (packet_queue->packet_count >= CS_ETM_PACKET_MAX_BUFFER - 1)
407 packet_queue->packet_count++;
424 if (packet_queue->packet_count == CS_ETM_PACKET_MAX_BUFFER - 1)
/linux-master/drivers/net/ethernet/microchip/
H A Dencx24j600.c359 static void encx24j600_rx_packets(struct encx24j600_priv *priv, u8 packet_count) argument
363 while (packet_count--) {
430 u8 packet_count; local
434 packet_count = encx24j600_read_reg(priv, ESTAT) & 0xff;
435 while (packet_count) {
436 encx24j600_rx_packets(priv, packet_count);
437 packet_count = encx24j600_read_reg(priv, ESTAT) & 0xff;
/linux-master/arch/um/drivers/
H A Dvector_kern.c958 int packet_count, i; local
976 packet_count = uml_vector_recvmmsg(
979 if (packet_count < 0)
982 if (packet_count <= 0)
983 return packet_count;
990 qi->queue_depth = packet_count;
992 for (i = 0; i < packet_count; i++) {
1039 if (packet_count > 0) {
1040 if (vp->estats.rx_queue_max < packet_count)
1041 vp->estats.rx_queue_max = packet_count;
[all...]
/linux-master/tools/perf/util/
H A Dcs-etm.h202 u32 packet_count; member in struct:cs_etm_packet_queue
/linux-master/sound/firewire/
H A Damdtp-stream.c910 const __be32 *ctx_header, unsigned int packet_count,
925 for (i = 0; i < packet_count; ++i) {
1006 const __be32 *ctx_header, unsigned int packet_count)
1015 pool_seq_descs(s, seq_descs, seq_size, seq_pos, packet_count);
1017 for (i = 0; i < packet_count; ++i) {
1308 unsigned int packet_count; local
1317 packet_count = header_length / s->ctx_data.tx.ctx_header_size;
1320 err = generate_tx_packet_descs(s, desc, ctx_header, packet_count, &desc_count);
1339 for (i = 0; i < packet_count; ++i) {
909 generate_tx_packet_descs(struct amdtp_stream *s, struct pkt_desc *desc, const __be32 *ctx_header, unsigned int packet_count, unsigned int *desc_count) argument
1005 generate_rx_packet_descs(struct amdtp_stream *s, struct pkt_desc *desc, const __be32 *ctx_header, unsigned int packet_count) argument
/linux-master/drivers/media/pci/pt1/
H A Dpt1.c96 int packet_count; member in struct:pt1_adapter
469 offset = adap->packet_count * 188 + adap->upacket_count * 3;
477 if (++adap->packet_count >= 21) {
479 adap->packet_count = 0;
855 adap->packet_count = 0;
1295 pt1->adaps[i]->packet_count = 0;
/linux-master/net/openvswitch/
H A Dflow.c103 new_stats->packet_count = 1;
120 stats->packet_count++;
151 ovs_stats->n_packets += stats->packet_count;
171 stats->packet_count = 0;
H A Dflow.h214 u64 packet_count; /* Number of packets matched. */ member in struct:sw_flow_stats
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Drs.h305 u32 packet_count[TID_QUEUE_MAX_SIZE]; /* packet count in this time member in struct:iwl_traffic_load
/linux-master/drivers/usb/dwc2/
H A Dhcd_ddma.c539 if (qtd->isoc_frame_index_last == qtd->urb->packet_count)
595 qtd->urb->packet_count)
600 qtd->urb->packet_count) {
974 for (idx = 0; idx < qtd->urb->packet_count;
/linux-master/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c1120 int packet_count = 0; local
1135 while (packet_count < budget) {
1262 packet_count++;
1274 XLGMAC_PR("packet_count = %d\n", packet_count);
1276 return packet_count;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Ddm.c669 u32 packet_count; local
698 packet_count = rtldm->packet_count;
700 if (packet_count == rtldm->packet_count_pre)
703 rtldm->packet_count_pre = packet_count;
H A Dtrx.c196 if (rtl_priv(hw)->dm.packet_count == 0xffffffff)
197 rtl_priv(hw)->dm.packet_count = 0;
199 rtl_priv(hw)->dm.packet_count++;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtrace.c499 unsigned long packet_count = atomic_fetch_inc(&hist.count); local
501 trace_seq_printf(p, "packet[%lu]", packet_count);
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.h311 u64 *packet_count);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.c170 if (rtl_priv(hw)->dm.packet_count == 0xffffffff)
171 rtl_priv(hw)->dm.packet_count = 0;
173 rtl_priv(hw)->dm.packet_count++;

Completed in 226 milliseconds

12