Home
last modified time | relevance | path

Searched refs:packets (Results 1 – 25 of 111) sorted by relevance

12345

/drivers/net/
Dloopback.c62 u64 packets; member
93 lb_stats->packets++; in loopback_xmit()
104 u64 packets = 0; in loopback_get_stats64() local
116 tpackets = lb_stats->packets; in loopback_get_stats64()
119 packets += tpackets; in loopback_get_stats64()
121 stats->rx_packets = packets; in loopback_get_stats64()
122 stats->tx_packets = packets; in loopback_get_stats64()
Dnlmon.c10 u64 packets; member
22 stats->packets++; in nlmon_xmit()
83 u64 bytes = 0, packets = 0; in nlmon_get_stats64() local
95 tpackets = nl_stats->packets; in nlmon_get_stats64()
98 packets += tpackets; in nlmon_get_stats64()
102 stats->rx_packets = packets; in nlmon_get_stats64()
Dveth.c30 u64 packets; member
126 stats->packets++; in veth_xmit()
145 result->packets = 0; in veth_stats_one()
149 u64 packets, bytes; in veth_stats_one() local
154 packets = stats->packets; in veth_stats_one()
157 result->packets += packets; in veth_stats_one()
172 tot->tx_packets = one.packets; in veth_get_stats64()
179 tot->rx_packets = one.packets; in veth_get_stats64()
Difb.c138 u64 packets, bytes; in ifb_stats64() local
144 packets = txp->rx_packets; in ifb_stats64()
147 stats->rx_packets += packets; in ifb_stats64()
152 packets = txp->tx_packets; in ifb_stats64()
155 stats->tx_packets += packets; in ifb_stats64()
/drivers/net/ethernet/adi/
DKconfig34 bool "Use L1 memory for rx/tx packets"
42 int "Number of transmit buffer packets"
48 Set the number of buffer packets used in driver.
51 int "Number of receive buffer packets"
56 Set the number of buffer packets used in driver.
/drivers/net/wireless/mwifiex/
DREADME64 such as SSID, operating frequency, rx/tx packets, signal strength, tx bitrate.
108 num_tx_pkts = <number of packets sent to device>
109 num_rx_pkts = <number of packets received from device and sent to kernel>
110 num_tx_pkts_dropped = <number of Tx packets dropped by driver>
111 num_rx_pkts_dropped = <number of Rx packets dropped by driver>
112 num_tx_pkts_err = <number of Tx packets failed to send to device>
113 num_rx_pkts_err = <number of Rx packets failed to receive from device>
120 wmm_ac_vo = <number of packets sent to device from WMM AcVo queue>
121 wmm_ac_vi = <number of packets sent to device from WMM AcVi queue>
122 wmm_ac_be = <number of packets sent to device from WMM AcBE queue>
[all …]
/drivers/net/wireless/libertas/
Dif_sdio.c126 struct if_sdio_packet *packets; member
431 packet = card->packets; in if_sdio_host_to_card_worker()
433 card->packets = packet->next; in if_sdio_host_to_card_worker()
989 if (!card->packets) in if_sdio_host_to_card()
990 card->packets = packet; in if_sdio_host_to_card()
992 cur = card->packets; in if_sdio_host_to_card()
1290 while (card->packets) { in if_sdio_probe()
1291 packet = card->packets; in if_sdio_probe()
1292 card->packets = card->packets->next; in if_sdio_probe()
1337 while (card->packets) { in if_sdio_remove()
[all …]
/drivers/ptp/
DKconfig36 getting hardware time stamps on the PTP Ethernet packets
50 getting hardware time stamps on the PTP Ethernet packets
69 getting hardware time stamps on the PTP Ethernet packets
82 clock. The hardware supports time stamping of PTP packets
87 hardware time stamps on the PTP Ethernet packets using the
/drivers/net/team/
DKconfig21 Basic mode where packets are transmitted always by all suitable ports.
32 Basic mode where port used for transmitting packets is selected in
44 Basic mode where port used for transmitting packets is selected
/drivers/net/ppp/
DKconfig75 Say Y here if you want to be able to filter the packets passing over
76 PPP interfaces. This allows you to control which packets count as
77 activity (i.e. which packets will reset the idle timer or bring up
78 a demand-dialed link) and which packets are to be dropped entirely.
157 networks. This driver handles L2TP data packets between a UDP socket
166 networks. This driver handles PPTP data packets between a RAW socket
/drivers/usb/usbip/
Dusbip_protocol.txt31 send two types of packets: the USBIP_CMD_SUBMIT to submit an URB, and
260 0x20 | 4 | | number_of_packets: number of ISO packets
269 | | | each ISO packets is not transmitted.
315 | | | between each ISO packets is not transmitted.
336 | | | between each ISO packets is not transmitted.
358 | | | between each ISO packets is not transmitted.
/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c698 return pm_send_set_resources(&dqm->packets, &res); in set_sched_resources()
735 retval = pm_init(&dqm->packets, dqm); in start_cpsch()
767 pm_uninit(&dqm->packets); in start_cpsch()
786 pm_uninit(&dqm->packets); in stop_cpsch()
939 return pm_send_unmap_queue(&dqm->packets, KFD_QUEUE_TYPE_SDMA, in destroy_sdma_queues()
972 retval = pm_send_unmap_queue(&dqm->packets, KFD_QUEUE_TYPE_COMPUTE, in destroy_queues_cpsch()
978 pm_send_query_status(&dqm->packets, dqm->fence_gpu_addr, in destroy_queues_cpsch()
989 pm_release_ib(&dqm->packets); in destroy_queues_cpsch()
1023 retval = pm_send_runlist(&dqm->packets, &dqm->queues); in execute_queues_cpsch()
/drivers/staging/gdm72xx/
DKconfig18 transmitting packets.
30 Enable support for transmitting multiple packets (packet
/drivers/isdn/i4l/
DKconfig41 Say Y here if you want to be able to filter the packets passing over
42 IPPP interfaces. This allows you to control which packets count as
43 activity (i.e. which packets will reset the idle timer or bring up
44 a demand-dialled link) and which packets are to be dropped entirely.
/drivers/net/wireless/b43/
Dpio.c85 if (B43_WARN_ON(pack_index >= ARRAY_SIZE(q->packets))) in parse_cookie()
87 *pack = &q->packets[pack_index]; in parse_cookie()
161 for (i = 0; i < ARRAY_SIZE(q->packets); i++) { in b43_setup_pioqueue_tx()
162 p = &(q->packets[i]); in b43_setup_pioqueue_tx()
196 for (i = 0; i < ARRAY_SIZE(q->packets); i++) { in b43_pio_cancel_tx_packets()
197 pack = &(q->packets[i]); in b43_pio_cancel_tx_packets()
/drivers/net/usb/
Dgl620a.c76 struct gl_packet packets; member
103 packet = &header->packets; in genelink_rx_fixup()
/drivers/net/wireless/ath/ath6kl/
Dhtc_mbox.c1567 static void htc_ctrl_rx(struct htc_target *context, struct htc_packet *packets) in htc_ctrl_rx() argument
1569 if (packets->endpoint != ENDPOINT_0) { in htc_ctrl_rx()
1574 if (packets->status == -ECANCELED) { in htc_ctrl_rx()
1575 reclaim_rx_ctrl_buf(context, packets); in htc_ctrl_rx()
1579 if (packets->act_len > 0) { in htc_ctrl_rx()
1581 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx()
1585 packets->buf - HTC_HDR_LENGTH, in htc_ctrl_rx()
1586 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx()
1589 htc_reclaim_rxbuf(context, packets, &context->endpoint[0]); in htc_ctrl_rx()
2144 struct htc_packet *packets, *tmp_pkt; in ath6kl_htc_rxmsg_pending_handler() local
[all …]
/drivers/input/joystick/iforce/
DMakefile9 iforce-y := iforce-ff.o iforce-main.o iforce-packets.o
/drivers/net/ethernet/intel/fm10k/
Dfm10k_netdev.c1107 u64 bytes, packets; in fm10k_get_stats64() local
1119 packets = ring->stats.packets; in fm10k_get_stats64()
1123 stats->rx_packets += packets; in fm10k_get_stats64()
1135 packets = ring->stats.packets; in fm10k_get_stats64()
1139 stats->tx_packets += packets; in fm10k_get_stats64()
Dfm10k_main.c659 rx_ring->stats.packets += total_packets; in fm10k_clean_rx_irq()
1144 return ring->stats.packets; in fm10k_get_tx_completed()
1297 tx_ring->stats.packets += total_packets; in fm10k_clean_tx_irq()
1366 unsigned int avg_wire_size, packets; in fm10k_update_itr() local
1372 packets = ring_container->total_packets; in fm10k_update_itr()
1373 if (!packets) in fm10k_update_itr()
1376 avg_wire_size = ring_container->total_bytes / packets; in fm10k_update_itr()
/drivers/media/usb/dvb-usb/
Daf9005.c721 int i, packets, ret, act_len; in af9005_download_firmware() local
733 packets = fw->size / FW_BULKOUT_SIZE; in af9005_download_firmware()
736 for (i = 0; i < packets; i++) { in af9005_download_firmware()
752 if (reply != (u8) (packets & 0xff)) { in af9005_download_firmware()
753 err("after downloading firmware, FW_CONFIRM expected 0x%x, received 0x%x", packets & 0xff, reply); in af9005_download_firmware()
/drivers/net/ethernet/mellanox/mlx5/core/
Den_rx.c203 rq->stats.packets += lro_num_seg - 1; in mlx5e_build_rx_skb()
263 rq->stats.packets++; in mlx5e_poll_rx_cq()
/drivers/media/common/siano/
DKconfig29 statistics response packets via debugfs. Currently, works
/drivers/net/wireless/ti/wl12xx/
Ddebugfs.c73 WL12XX_DEBUGFS_FWSTATS_FILE(wep, packets, "%u");
183 DEBUGFS_FWSTATS_ADD(wep, packets); in wl12xx_debugfs_add_files()
/drivers/net/ethernet/intel/igb/
Digb_main.c4458 unsigned int packets; in igb_update_ring_itr() local
4468 packets = q_vector->rx.total_packets; in igb_update_ring_itr()
4469 if (packets) in igb_update_ring_itr()
4470 avg_wire_size = q_vector->rx.total_bytes / packets; in igb_update_ring_itr()
4472 packets = q_vector->tx.total_packets; in igb_update_ring_itr()
4473 if (packets) in igb_update_ring_itr()
4475 q_vector->tx.total_bytes / packets); in igb_update_ring_itr()
4530 unsigned int packets = ring_container->total_packets; in igb_update_itr() local
4535 if (packets == 0) in igb_update_itr()
4541 if (bytes/packets > 8000) in igb_update_itr()
[all …]

12345