/linux-6.1.9/drivers/net/usb/ |
D | gl620a.c | 63 __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()
|
/linux-6.1.9/arch/alpha/kernel/ |
D | err_common.c | 93 int packet_count = 0; in el_process_header_subpacket() local 107 packet_count = in el_process_header_subpacket() 114 packet_count = in el_process_header_subpacket() 121 packet_count = in el_process_header_subpacket() 128 packet_count = 1; in el_process_header_subpacket() 148 el_process_subpackets(header, packet_count); in el_process_header_subpacket() 180 el_process_subpackets(struct el_subpacket *header, int packet_count) in el_process_subpackets() argument 188 for (i = 0; subpacket && i < packet_count; i++) { in el_process_subpackets()
|
/linux-6.1.9/drivers/net/ethernet/sfc/falcon/ |
D | selftest.c | 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() 516 lb_tests->tx_sent[tx_queue->queue] += state->packet_count; in ef4_end_loopback() [all …]
|
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | selftest.c | 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() 514 lb_tests->tx_sent[tx_queue->label] += state->packet_count; in efx_end_loopback() [all …]
|
/linux-6.1.9/drivers/net/ethernet/sfc/siena/ |
D | selftest.c | 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() 514 lb_tests->tx_sent[tx_queue->label] += state->packet_count; in efx_end_loopback() [all …]
|
/linux-6.1.9/arch/um/drivers/ |
D | vector_kern.c | 957 int packet_count, i; in vector_mmsg_rx() local 975 packet_count = uml_vector_recvmmsg( in vector_mmsg_rx() 978 if (packet_count < 0) in vector_mmsg_rx() 981 if (packet_count <= 0) in vector_mmsg_rx() 982 return packet_count; in vector_mmsg_rx() 989 qi->queue_depth = packet_count; in vector_mmsg_rx() 991 for (i = 0; i < packet_count; i++) { in vector_mmsg_rx() 1038 if (packet_count > 0) { in vector_mmsg_rx() 1039 if (vp->estats.rx_queue_max < packet_count) in vector_mmsg_rx() 1040 vp->estats.rx_queue_max = packet_count; in vector_mmsg_rx() [all …]
|
/linux-6.1.9/tools/perf/util/cs-etm-decoder/ |
D | cs-etm-decoder.c | 94 if (packet_queue->packet_count == 0) in cs_etm_decoder__get_packet() 110 packet_queue->packet_count--; in cs_etm_decoder__get_packet() 358 if (packet_queue->packet_count >= CS_ETM_PACKET_MAX_BUFFER - 1) in cs_etm_decoder__buffer_packet() 367 packet_queue->packet_count++; in cs_etm_decoder__buffer_packet() 384 if (packet_queue->packet_count == CS_ETM_PACKET_MAX_BUFFER - 1) in cs_etm_decoder__buffer_packet()
|
/linux-6.1.9/drivers/net/wireless/intel/iwlegacy/ |
D | 3945-rs.c | 175 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()
|
/linux-6.1.9/drivers/net/ethernet/microchip/ |
D | encx24j600.c | 359 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()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_flower.h | 42 u64 packet_count; member
|
D | cxgb4_tc_flower.c | 1084 if (ofld_stats->packet_count != packets) { in cxgb4_tc_flower_stats() 1088 packets - ofld_stats->packet_count, 0, in cxgb4_tc_flower_stats() 1092 ofld_stats->packet_count = packets; in cxgb4_tc_flower_stats()
|
/linux-6.1.9/drivers/media/pci/pt1/ |
D | pt1.c | 96 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()
|
/linux-6.1.9/drivers/usb/dwc2/ |
D | hcd_ddma.c | 539 if (qtd->isoc_frame_index_last == qtd->urb->packet_count) in dwc2_fill_host_isoc_dma_desc() 595 qtd->urb->packet_count) in dwc2_init_isoc_dma_desc() 600 qtd->urb->packet_count) { in dwc2_init_isoc_dma_desc() 903 if (++qtd->isoc_frame_index == qtd->urb->packet_count) { in dwc2_cmpl_host_isoc_dma_desc() 967 for (idx = 0; idx < qtd->urb->packet_count; in dwc2_complete_isoc_xfer_ddma()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
D | dm.c | 676 u32 packet_count; in rtl92ee_dm_dynamic_atc_switch() local 705 packet_count = rtldm->packet_count; in rtl92ee_dm_dynamic_atc_switch() 707 if (packet_count == rtldm->packet_count_pre) in rtl92ee_dm_dynamic_atc_switch() 710 rtldm->packet_count_pre = packet_count; in rtl92ee_dm_dynamic_atc_switch()
|
D | trx.c | 196 if (rtl_priv(hw)->dm.packet_count == 0xffffffff) in _rtl92ee_query_rxphystatus() 197 rtl_priv(hw)->dm.packet_count = 0; in _rtl92ee_query_rxphystatus() 199 rtl_priv(hw)->dm.packet_count++; in _rtl92ee_query_rxphystatus()
|
/linux-6.1.9/tools/perf/util/ |
D | cs-etm.h | 179 u32 packet_count; member
|
/linux-6.1.9/drivers/net/ethernet/synopsys/ |
D | dwc-xlgmac-net.c | 1120 int packet_count = 0; in xlgmac_rx_poll() local 1135 while (packet_count < budget) { in xlgmac_rx_poll() 1262 packet_count++; in xlgmac_rx_poll() 1274 XLGMAC_PR("packet_count = %d\n", packet_count); in xlgmac_rx_poll() 1276 return packet_count; in xlgmac_rx_poll()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
D | dm.c | 1112 u32 packet_count; in rtl8723be_dm_dynamic_atc_switch() local 1139 packet_count = rtldm->packet_count; in rtl8723be_dm_dynamic_atc_switch() 1141 if (packet_count == rtldm->packet_count_pre) in rtl8723be_dm_dynamic_atc_switch() 1144 rtldm->packet_count_pre = packet_count; in rtl8723be_dm_dynamic_atc_switch()
|
D | trx.c | 170 if (rtl_priv(hw)->dm.packet_count == 0xffffffff) in _rtl8723be_query_rxphystatus() 171 rtl_priv(hw)->dm.packet_count = 0; in _rtl8723be_query_rxphystatus() 173 rtl_priv(hw)->dm.packet_count++; in _rtl8723be_query_rxphystatus()
|
/linux-6.1.9/net/openvswitch/ |
D | flow.c | 103 new_stats->packet_count = 1; in ovs_flow_stats_update() 119 stats->packet_count++; in ovs_flow_stats_update() 149 ovs_stats->n_packets += stats->packet_count; in ovs_flow_stats_get() 168 stats->packet_count = 0; in ovs_flow_stats_clear()
|
D | flow.h | 214 u64 packet_count; /* Number of packets matched. */ member
|
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | rs.h | 305 u32 packet_count[TID_QUEUE_MAX_SIZE]; /* packet count in this time member
|
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
D | trace.c | 499 unsigned long packet_count = atomic_fetch_inc(&hist.count); in hfi1_trace_print_rsm_hist() local 501 trace_seq_printf(p, "packet[%lu]", packet_count); in hfi1_trace_print_rsm_hist()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | dm.c | 2617 u32 packet_count; in rtl8821ae_dm_dynamic_atc_switch() local 2651 packet_count = rtldm->packet_count; in rtl8821ae_dm_dynamic_atc_switch() 2654 if (packet_count == rtldm->packet_count_pre) { in rtl8821ae_dm_dynamic_atc_switch() 2660 rtldm->packet_count_pre = packet_count; in rtl8821ae_dm_dynamic_atc_switch() 2663 rtldm->packet_count); in rtl8821ae_dm_dynamic_atc_switch()
|
/linux-6.1.9/drivers/net/ethernet/marvell/prestera/ |
D | prestera_hw.h | 311 u64 *packet_count);
|