Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/arch/alpha/kernel/
H A Derr_common.c95 int packet_count = 0; in el_process_header_subpacket()
109 packet_count = in el_process_header_subpacket()
116 packet_count = in el_process_header_subpacket()
123 packet_count = in el_process_header_subpacket()
130 packet_count = 1; in el_process_header_subpacket()
150 el_process_subpackets(header, packet_count); in el_process_header_subpacket()
182 el_process_subpackets(struct el_subpacket *header, int packet_count) in el_process_subpackets()
190 for (i = 0; subpacket && i < packet_count; i++) { in el_process_subpackets()
93 int packet_count = 0; el_process_header_subpacket() local
180 el_process_subpackets(struct el_subpacket *header, int packet_count) el_process_subpackets() argument
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Derr_common.c95 int packet_count = 0; in el_process_header_subpacket()
109 packet_count = in el_process_header_subpacket()
116 packet_count = in el_process_header_subpacket()
123 packet_count = in el_process_header_subpacket()
130 packet_count = 1; in el_process_header_subpacket()
150 el_process_subpackets(header, packet_count); in el_process_header_subpacket()
182 el_process_subpackets(struct el_subpacket *header, int packet_count) in el_process_subpackets()
190 for (i = 0; subpacket && i < packet_count; i++) { in el_process_subpackets()
93 int packet_count = 0; el_process_header_subpacket() local
180 el_process_subpackets(struct el_subpacket *header, int packet_count) el_process_subpackets() argument
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dgl620a.c63 __le32 packet_count; member
82 count = le32_to_cpu(header->packet_count); in genelink_rx_fixup()
142 __le32 *packet_count; in genelink_tx_fixup() local
165 packet_count = skb_push(skb, (4 + 4 * 1)); in genelink_tx_fixup()
166 packet_len = packet_count + 1; in genelink_tx_fixup()
168 *packet_count = cpu_to_le32(1); in genelink_tx_fixup()
/kernel/linux/linux-6.6/drivers/net/usb/
H A Dgl620a.c63 __le32 packet_count; member
82 count = le32_to_cpu(header->packet_count); in genelink_rx_fixup()
142 __le32 *packet_count; in genelink_tx_fixup() local
165 packet_count = skb_push(skb, (4 + 4 * 1)); in genelink_tx_fixup()
166 packet_len = packet_count + 1; in genelink_tx_fixup()
168 *packet_count = cpu_to_le32(1); in genelink_tx_fixup()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H A Dselftest.c73 * @packet_count: Number of packets being used in this test
82 int packet_count; member
418 for (i = 0; i < state->packet_count; i++) { in efx_begin_loopback()
445 i + 1, state->packet_count, in efx_begin_loopback()
461 return atomic_read(&state->rx_good) == state->packet_count; in efx_poll_loopback()
477 for (i = 0; i < state->packet_count; i++) { in efx_end_loopback()
489 if (tx_done != state->packet_count) { in efx_end_loopback()
496 tx_queue->label, tx_done, state->packet_count, in efx_end_loopback()
503 if (rx_good != state->packet_count) { in efx_end_loopback()
507 tx_queue->label, rx_good, state->packet_count, in efx_end_loopback()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c70 * @packet_count: Number of packets being used in this test
79 int packet_count; member
420 for (i = 0; i < state->packet_count; i++) { in ef4_begin_loopback()
447 i + 1, state->packet_count, in ef4_begin_loopback()
463 return atomic_read(&state->rx_good) == state->packet_count; in ef4_poll_loopback()
479 for (i = 0; i < state->packet_count; i++) { in ef4_end_loopback()
491 if (tx_done != state->packet_count) { in ef4_end_loopback()
498 tx_queue->queue, tx_done, state->packet_count, in ef4_end_loopback()
505 if (rx_good != state->packet_count) { in ef4_end_loopback()
509 tx_queue->queue, rx_good, state->packet_count, in ef4_end_loopback()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H A Dselftest.c75 * @packet_count: Number of packets being used in this test
84 int packet_count; member
428 for (i = 0; i < state->packet_count; i++) { in ef4_begin_loopback()
459 i + 1, state->packet_count, in ef4_begin_loopback()
475 return atomic_read(&state->rx_good) == state->packet_count; in ef4_poll_loopback()
491 for (i = 0; i < state->packet_count; i++) { in ef4_end_loopback()
503 if (tx_done != state->packet_count) { in ef4_end_loopback()
510 tx_queue->queue, tx_done, state->packet_count, in ef4_end_loopback()
517 if (rx_good != state->packet_count) { in ef4_end_loopback()
521 tx_queue->queue, rx_good, state->packet_count, in ef4_end_loopback()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dselftest.c77 * @packet_count: Number of packets being used in this test
86 int packet_count; member
425 for (i = 0; i < state->packet_count; i++) { in efx_begin_loopback()
456 i + 1, state->packet_count, in efx_begin_loopback()
472 return atomic_read(&state->rx_good) == state->packet_count; in efx_poll_loopback()
488 for (i = 0; i < state->packet_count; i++) { in efx_end_loopback()
500 if (tx_done != state->packet_count) { in efx_end_loopback()
507 tx_queue->label, tx_done, state->packet_count, in efx_end_loopback()
514 if (rx_good != state->packet_count) { in efx_end_loopback()
518 tx_queue->label, rx_good, state->packet_count, in efx_end_loopback()
[all...]
H A Dtc_counters.c383 * | counter_idx | packet_count | byte_count | in efx_tc_rx_version_1()
387 u64 packet_count, byte_count; in efx_tc_rx_version_1() local
391 packet_count = le32_to_cpu(*(const __le32 *)(entry + 4)) | in efx_tc_rx_version_1()
396 packet_count, byte_count, mark); in efx_tc_rx_version_1()
467 u64 packet_count, byte_count; in efx_tc_rx_version_2() local
479 packet_count = efx_tc_read48((const __le16 *)packet_count_p); in efx_tc_rx_version_2()
492 if (packet_count || byte_count != 1) in efx_tc_rx_version_2()
495 packet_count, byte_count); in efx_tc_rx_version_2()
500 efx_tc_counter_update(efx, type, counter_idx, packet_count, in efx_tc_rx_version_2()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Dselftest.c78 * @packet_count: Number of packets being used in this test
87 int packet_count; member
426 for (i = 0; i < state->packet_count; i++) { in efx_begin_loopback()
457 i + 1, state->packet_count, in efx_begin_loopback()
473 return atomic_read(&state->rx_good) == state->packet_count; in efx_poll_loopback()
489 for (i = 0; i < state->packet_count; i++) { in efx_end_loopback()
501 if (tx_done != state->packet_count) { in efx_end_loopback()
508 tx_queue->label, tx_done, state->packet_count, in efx_end_loopback()
515 if (rx_good != state->packet_count) { in efx_end_loopback()
519 tx_queue->label, rx_good, state->packet_count, in efx_end_loopback()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c90 if (packet_queue->packet_count == 0) in cs_etm_decoder__get_packet()
106 packet_queue->packet_count--; in cs_etm_decoder__get_packet()
349 if (packet_queue->packet_count >= CS_ETM_PACKET_MAX_BUFFER - 1) in cs_etm_decoder__buffer_packet()
358 packet_queue->packet_count++; in cs_etm_decoder__buffer_packet()
375 if (packet_queue->packet_count == CS_ETM_PACKET_MAX_BUFFER - 1) in cs_etm_decoder__buffer_packet()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c175 u32 packet_count, duration, pps; in il3945_bg_rate_scale_flush() local
184 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1; in il3945_bg_rate_scale_flush()
192 D_RATE("Tx'd %d packets in %dms\n", packet_count, duration); in il3945_bg_rate_scale_flush()
196 pps = (packet_count * 1000) / duration; in il3945_bg_rate_scale_flush()
212 packet_count); in il3945_bg_rate_scale_flush()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c175 u32 packet_count, duration, pps; in il3945_bg_rate_scale_flush() local
184 packet_count = (rs_sta->tx_packets - rs_sta->last_tx_packets) + 1; in il3945_bg_rate_scale_flush()
192 D_RATE("Tx'd %d packets in %dms\n", packet_count, duration); in il3945_bg_rate_scale_flush()
196 pps = (packet_count * 1000) / duration; in il3945_bg_rate_scale_flush()
212 packet_count); in il3945_bg_rate_scale_flush()
/kernel/linux/linux-6.6/tools/perf/util/cs-etm-decoder/
H A Dcs-etm-decoder.c103 if (packet_queue->packet_count == 0) in cs_etm_decoder__get_packet()
119 packet_queue->packet_count--; in cs_etm_decoder__get_packet()
398 if (packet_queue->packet_count >= CS_ETM_PACKET_MAX_BUFFER - 1) in cs_etm_decoder__buffer_packet()
407 packet_queue->packet_count++; in cs_etm_decoder__buffer_packet()
424 if (packet_queue->packet_count == CS_ETM_PACKET_MAX_BUFFER - 1) in cs_etm_decoder__buffer_packet()
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dvector_kern.c962 int packet_count, i; in vector_mmsg_rx() local
977 packet_count = uml_vector_recvmmsg( in vector_mmsg_rx()
980 if (packet_count < 0) in vector_mmsg_rx()
983 if (packet_count <= 0) in vector_mmsg_rx()
984 return packet_count; in vector_mmsg_rx()
991 qi->queue_depth = packet_count; in vector_mmsg_rx()
993 for (i = 0; i < packet_count; i++) { in vector_mmsg_rx()
1040 if (packet_count > 0) { in vector_mmsg_rx()
1041 if (vp->estats.rx_queue_max < packet_count) in vector_mmsg_rx()
1042 vp->estats.rx_queue_max = packet_count; in vector_mmsg_rx()
[all...]
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dvector_kern.c958 int packet_count, i; in vector_mmsg_rx() local
976 packet_count = uml_vector_recvmmsg( in vector_mmsg_rx()
979 if (packet_count < 0) in vector_mmsg_rx()
982 if (packet_count <= 0) in vector_mmsg_rx()
983 return packet_count; in vector_mmsg_rx()
990 qi->queue_depth = packet_count; in vector_mmsg_rx()
992 for (i = 0; i < packet_count; i++) { in vector_mmsg_rx()
1039 if (packet_count > 0) { in vector_mmsg_rx()
1040 if (vp->estats.rx_queue_max < packet_count) in vector_mmsg_rx()
1041 vp->estats.rx_queue_max = packet_count; in vector_mmsg_rx()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/microchip/
H A Dencx24j600.c360 static void encx24j600_rx_packets(struct encx24j600_priv *priv, u8 packet_count) in encx24j600_rx_packets() argument
364 while (packet_count--) { in encx24j600_rx_packets()
431 u8 packet_count; in encx24j600_isr() local
435 packet_count = encx24j600_read_reg(priv, ESTAT) & 0xff; in encx24j600_isr()
436 while (packet_count) { in encx24j600_isr()
437 encx24j600_rx_packets(priv, packet_count); in encx24j600_isr()
438 packet_count = encx24j600_read_reg(priv, ESTAT) & 0xff; in encx24j600_isr()
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/
H A Dencx24j600.c359 static void encx24j600_rx_packets(struct encx24j600_priv *priv, u8 packet_count) in encx24j600_rx_packets() argument
363 while (packet_count--) { in encx24j600_rx_packets()
430 u8 packet_count; in encx24j600_isr() local
434 packet_count = encx24j600_read_reg(priv, ESTAT) & 0xff; in encx24j600_isr()
435 while (packet_count) { in encx24j600_isr()
436 encx24j600_rx_packets(priv, packet_count); in encx24j600_isr()
437 packet_count = encx24j600_read_reg(priv, ESTAT) & 0xff; in encx24j600_isr()
/kernel/linux/linux-5.10/drivers/media/pci/pt1/
H A Dpt1.c96 int packet_count; member
470 offset = adap->packet_count * 188 + adap->upacket_count * 3; in pt1_filter()
478 if (++adap->packet_count >= 21) { in pt1_filter()
480 adap->packet_count = 0; in pt1_filter()
856 adap->packet_count = 0; in pt1_alloc_adapter()
1297 pt1->adaps[i]->packet_count = 0; in pt1_resume()
/kernel/linux/linux-6.6/drivers/media/pci/pt1/
H A Dpt1.c96 int packet_count; member
469 offset = adap->packet_count * 188 + adap->upacket_count * 3; in pt1_filter()
477 if (++adap->packet_count >= 21) { in pt1_filter()
479 adap->packet_count = 0; in pt1_filter()
855 adap->packet_count = 0; in pt1_alloc_adapter()
1295 pt1->adaps[i]->packet_count = 0; in pt1_resume()
/kernel/linux/linux-6.6/sound/firewire/
H A Damdtp-stream.c906 const __be32 *ctx_header, unsigned int packet_count, in generate_tx_packet_descs()
921 for (i = 0; i < packet_count; ++i) { in generate_tx_packet_descs()
1002 const __be32 *ctx_header, unsigned int packet_count) in generate_rx_packet_descs()
1011 pool_seq_descs(s, seq_descs, seq_size, seq_pos, packet_count); in generate_rx_packet_descs()
1013 for (i = 0; i < packet_count; ++i) { in generate_rx_packet_descs()
1304 unsigned int packet_count; in process_tx_packets() local
1313 packet_count = header_length / s->ctx_data.tx.ctx_header_size; in process_tx_packets()
1316 err = generate_tx_packet_descs(s, desc, ctx_header, packet_count, &desc_count); in process_tx_packets()
1335 for (i = 0; i < packet_count; ++i) { in process_tx_packets()
905 generate_tx_packet_descs(struct amdtp_stream *s, struct pkt_desc *desc, const __be32 *ctx_header, unsigned int packet_count, unsigned int *desc_count) generate_tx_packet_descs() argument
1001 generate_rx_packet_descs(struct amdtp_stream *s, struct pkt_desc *desc, const __be32 *ctx_header, unsigned int packet_count) generate_rx_packet_descs() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.h42 u64 packet_count; member
/kernel/linux/linux-5.10/tools/perf/util/
H A Dcs-etm.h149 u32 packet_count; member
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.h42 u64 packet_count; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcs-etm.h202 u32 packet_count; member

Completed in 33 milliseconds

1234