Home
last modified time | relevance | path

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

1234

/drivers/net/
Dloopback.c63 u64 packets; member
94 lb_stats->packets++; in loopback_xmit()
105 u64 packets = 0; in loopback_get_stats64() local
117 tpackets = lb_stats->packets; in loopback_get_stats64()
120 packets += tpackets; in loopback_get_stats64()
122 stats->rx_packets = packets; in loopback_get_stats64()
123 stats->tx_packets = packets; in loopback_get_stats64()
Dveth.c29 u64 packets; member
131 stats->packets++; in veth_xmit()
150 result->packets = 0; in veth_stats_one()
154 u64 packets, bytes; in veth_stats_one() local
159 packets = stats->packets; in veth_stats_one()
162 result->packets += packets; in veth_stats_one()
177 tot->tx_packets = one.packets; in veth_get_stats64()
184 tot->rx_packets = one.packets; in veth_get_stats64()
/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/ethernet/adi/
DKconfig37 bool "Use L1 memory for rx/tx packets"
45 int "Number of transmit buffer packets"
51 Set the number of buffer packets used in driver.
54 int "Number of receive buffer packets"
60 Set the number of buffer packets used in driver.
/drivers/ptp/
DKconfig34 getting hardware time stamps on the PTP Ethernet packets
48 getting hardware time stamps on the PTP Ethernet packets
67 getting hardware time stamps on the PTP Ethernet packets
78 clock. The hardware supports time stamping of PTP packets
83 hardware time stamps on the PTP Ethernet packets using the
/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()
993 if (!card->packets) in if_sdio_host_to_card()
994 card->packets = packet; in if_sdio_host_to_card()
996 cur = card->packets; in if_sdio_host_to_card()
1289 while (card->packets) { in if_sdio_probe()
1290 packet = card->packets; in if_sdio_probe()
1291 card->packets = card->packets->next; in if_sdio_probe()
1336 while (card->packets) { in if_sdio_remove()
[all …]
/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/staging/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/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/usb/
Dgl620a.c78 struct gl_packet packets; member
101 packet = &header->packets; in genelink_rx_fixup()
/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/wireless/ath/ath6kl/
Dhtc_mbox.c1576 static void htc_ctrl_rx(struct htc_target *context, struct htc_packet *packets) in htc_ctrl_rx() argument
1578 if (packets->endpoint != ENDPOINT_0) { in htc_ctrl_rx()
1583 if (packets->status == -ECANCELED) { in htc_ctrl_rx()
1584 reclaim_rx_ctrl_buf(context, packets); in htc_ctrl_rx()
1588 if (packets->act_len > 0) { in htc_ctrl_rx()
1590 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx()
1594 packets->buf - HTC_HDR_LENGTH, in htc_ctrl_rx()
1595 packets->act_len + HTC_HDR_LENGTH); in htc_ctrl_rx()
1598 htc_reclaim_rxbuf(context, packets, &context->endpoint[0]); in htc_ctrl_rx()
2157 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/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/intel/igb/
Digb_main.c4071 unsigned int packets; in igb_update_ring_itr() local
4081 packets = q_vector->rx.total_packets; in igb_update_ring_itr()
4082 if (packets) in igb_update_ring_itr()
4083 avg_wire_size = q_vector->rx.total_bytes / packets; in igb_update_ring_itr()
4085 packets = q_vector->tx.total_packets; in igb_update_ring_itr()
4086 if (packets) in igb_update_ring_itr()
4088 q_vector->tx.total_bytes / packets); in igb_update_ring_itr()
4144 unsigned int packets = ring_container->total_packets; in igb_update_itr() local
4149 if (packets == 0) in igb_update_itr()
4155 if (bytes/packets > 8000) in igb_update_itr()
[all …]
/drivers/net/ethernet/mellanox/mlx4/
Den_tx.c327 u32 packets = 0; in mlx4_en_process_tx_cq() local
362 packets++; in mlx4_en_process_tx_cq()
380 netdev_tx_completed_queue(ring->tx_queue, packets, bytes); in mlx4_en_process_tx_cq()
698 ring->packets += i; in mlx4_en_xmit()
706 ring->packets++; in mlx4_en_xmit()
Den_port.c146 stats->rx_packets += priv->rx_ring[i].packets; in mlx4_en_DUMP_ETH_STATS()
155 stats->tx_packets += priv->tx_ring[i].packets; in mlx4_en_DUMP_ETH_STATS()
/drivers/usb/misc/
Dusbtest.c1608 unsigned i, maxp, packets; in iso_alloc_urb() local
1614 packets = DIV_ROUND_UP(bytes, maxp); in iso_alloc_urb()
1616 urb = usb_alloc_urb(packets, GFP_KERNEL); in iso_alloc_urb()
1622 urb->number_of_packets = packets; in iso_alloc_urb()
1642 for (i = 0; i < packets; i++) { in iso_alloc_urb()
1664 unsigned long packets = 0; in test_iso_queue() local
1692 packets += urbs[i]->number_of_packets; in test_iso_queue()
1695 packets *= param->iterations; in test_iso_queue()
1698 (packets * (1 << (desc->bInterval - 1))) in test_iso_queue()
1700 packets); in test_iso_queue()
/drivers/staging/silicom/
DREADME5 The pairs either act as a "wire" allowing the network packets to pass or insert the device in
/drivers/staging/et131x/
DREADME11 - some rx packets have CRC/code/frame errors
/drivers/media/common/siano/
DKconfig28 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/igbvf/
Dnetdev.c662 int packets, int bytes) in igbvf_update_itr() argument
666 if (packets == 0) in igbvf_update_itr()
672 if (bytes/packets > 8000) in igbvf_update_itr()
674 else if ((packets < 5) && (bytes > 512)) in igbvf_update_itr()
680 if (bytes/packets > 8000) in igbvf_update_itr()
682 else if ((packets < 10) || ((bytes/packets) > 1200)) in igbvf_update_itr()
684 else if ((packets > 35)) in igbvf_update_itr()
686 } else if (bytes/packets > 2000) { in igbvf_update_itr()
688 } else if (packets <= 2 && bytes < 512) { in igbvf_update_itr()
694 if (packets > 35) in igbvf_update_itr()
/drivers/net/ethernet/xilinx/
Dxilinx_axienet_main.c583 u32 packets = 0; in axienet_start_xmit_done() local
604 packets++; in axienet_start_xmit_done()
611 ndev->stats.tx_packets += packets; in axienet_start_xmit_done()
727 u32 packets = 0; in axienet_recv() local
767 packets++; in axienet_recv()
784 ndev->stats.rx_packets += packets; in axienet_recv()

1234