Searched refs:packets (Results 226 - 250 of 301) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dsch_cake.c183 u32 packets; member in struct:cake_tin_data
796 /* reserve queue for future packets in same flow */
1200 /* only TCP packets with matching 5-tuple are eligible, and only
1243 * avoid parsing SACK options of packets we are going to exclude
1763 b->packets++;
1801 b->packets++;
1934 /* Discard leftover packets from a tin no longer in use. */
1998 * packets anywhere.
2033 /* No point in going further if no packets to deliver. */
2909 PUT_TSTAT_U32(SENT_PACKETS, b->packets);
[all...]
H A Dact_ct.c1008 /* If we are recirculating packets to match on ct fields and
1558 static void tcf_stats_update(struct tc_action *a, u64 bytes, u64 packets, argument
1563 tcf_action_update_stats(a, bytes, packets, drops, hw);
/linux-master/tools/testing/selftests/net/
H A Dfib_tests.sh497 log_test $? 0 "rp_filter passes local packets"
500 log_test $? 0 "rp_filter passes loopback packets"
2548 local t0_rx_pkts=$(link_stats_get $ns2 veth2 rx packets)
2550 local t1_rx_pkts=$(link_stats_get $ns2 veth2 rx packets)
2593 local t0_rx_pkts=$(link_stats_get $ns2 veth2 rx packets)
2595 local t1_rx_pkts=$(link_stats_get $ns2 veth2 rx packets)
/linux-master/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c909 * @work_to_do: how many packets we can clean
1005 * performance for small packets with large amounts
1305 * @work_to_do: how many packets we can clean
1392 * packet throughput, so unsplit small packets and
1501 * @work_to_do: how many packets we can clean
2482 * @packets: the number of packets during this measurement interval
2485 * Stores a new ITR value based on packets and byte
2494 static unsigned int e1000_update_itr(u16 itr_setting, int packets, int bytes) argument
2498 if (packets
[all...]
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc_ethtool.c156 { ENETC_PM_RDRP(0), "MAC rx dropped packets" },
157 { ENETC_PM_RPKT(0), "MAC rx packets" },
158 { ENETC_PM_RUND(0), "MAC rx undersized packets" },
159 { ENETC_PM_R64(0), "MAC rx 64 byte packets" },
160 { ENETC_PM_R127(0), "MAC rx 65-127 byte packets" },
161 { ENETC_PM_R255(0), "MAC rx 128-255 byte packets" },
162 { ENETC_PM_R511(0), "MAC rx 256-511 byte packets" },
163 { ENETC_PM_R1023(0), "MAC rx 512-1023 byte packets" },
164 { ENETC_PM_R1522(0), "MAC rx 1024-1522 byte packets" },
165 { ENETC_PM_R1523X(0), "MAC rx 1523 to max-octet packets" },
[all...]
/linux-master/drivers/staging/octeon/
H A Docteon-stubs.h392 uint32_t packets; member in struct:__anon270
413 uint32_t packets; member in struct:__anon271
H A Dethernet.c42 "\tPOW group to receive packets from. All ethernet hardware\n"
43 "\twill be configured to send incoming packets to this POW\n"
44 "\tgroup. Also any other software can submit packets to this\n"
51 "\twill be configured to send incoming packets to multiple POW\n"
59 "\tPOW group to send packets to other software on. This\n"
69 "\tapplication changes the config, packets will still be\n"
71 "\tto allow a CVMX app to intercept all packets from the\n"
115 * processing will refill it. If it were drained, no packets
219 dev->stats.tx_packets += tx_status.packets;
260 /* Signal errors on packets large
[all...]
/linux-master/drivers/usb/dwc2/
H A Dgadget.c82 * as the CDC Ethernet cannot work as they often pass packets which are
619 * exact number of packets.
1061 unsigned int packets; local
1109 /* round down to multiple of packets */
1117 packets = DIV_ROUND_UP(length, hs_ep->ep.maxpacket);
1119 packets = 1; /* send one packet if length is zero. */
1123 epsize = DXEPTSIZ_MC(packets);
1131 * be counted in DIEPTSIZ.PktCnt with other packets.
1140 epsize |= DXEPTSIZ_PKTCNT(packets);
1144 __func__, packets, lengt
[all...]
/linux-master/drivers/net/ethernet/marvell/
H A Dsky2.c474 /* Forward pause packets to GMAC? */
1165 /* Optimize to handle small packets and headers */
1571 * Disable flushing of non ASF packets;
2034 sky2->tx_stats.packets += pkts_compl;
2553 * For larger packets, get new buffer.
2639 unsigned packets, unsigned bytes)
2644 if (packets == 0)
2648 sky2->rx_stats.packets += packets;
3898 _packets = sky2->rx_stats.packets;
2638 sky2_rx_done(struct sky2_hw *hw, unsigned port, unsigned packets, unsigned bytes) argument
[all...]
/linux-master/net/mac80211/
H A Drx.c235 sta->deflink.rx_stats.packets++;
930 * Drivers always need to pass packets that are aligned to two-byte boundaries
1751 * Update last_rx only for IBSS packets which are for the current
1864 link_sta->rx_stats.packets++;
2402 rx->link_sta->rx_stats.packets++;
3826 rx->link_sta->rx_stats.packets++;
3870 rx->link_sta->rx_stats.packets++;
3908 rx->link_sta->rx_stats.packets++;
4811 stats->packets++;
H A Dsta_info.c2616 sinfo->tx_packets += sta->deflink.tx_stats.packets[ac];
2638 sinfo->rx_packets = sta->deflink.rx_stats.packets;
2645 sinfo->rx_packets += cpurxs->packets;
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbnad.c596 u32 packets = 0, len = 0, totlen = 0; local
604 while (packets < budget) {
677 packets++;
730 bna_ib_ack_disable_irq(ccb->i_dbell, packets);
736 return packets;
2061 * small packets may get routed to same rxq.
3143 /* ucast packets not in UCAM are routed to default function */
/linux-master/include/linux/
H A Dnetdevice.h120 * indicates that the device will soon be dropping packets, or already drops
121 * some packets of the same priority; prompting us to send less aggressively. */
538 * @work_done: number of packets processed
1316 * This function is used to submit @n XDP packets for transmit on a
1326 * responsible for sending and/or receiving packets on a specific
1878 * because most packets are unicast)
1889 * @rx_handler: handler for received packets
1893 * @nf_hooks_ingress: netfilter hooks executed for ingress packets
1913 * @nf_hooks_egress: netfilter hooks executed for egress packets
1943 * @lstats: Loopback statistics: packets, byte
2740 u64_stats_t packets; member in struct:pcpu_lstats
2757 dev_sw_netstats_tx_add(struct net_device *dev, unsigned int packets, unsigned int len) argument
[all...]
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c1102 /* For fragmented packets the checksum isn't valid */
1176 /* XDP multi-buffer packets not supported */
1179 "xdp: dropped unsupported multi-buffer packets\n");
1203 * @budget: how many packets driver is allowed to clean
2191 /* schedule napi in case we had pending packets
2818 u64 bytes, packets, xdp_rx_drops; local
2824 packets = tx_ring->tx_stats.cnt;
2828 stats->tx_packets += packets;
2839 packets = rx_ring->rx_stats.cnt;
2844 stats->rx_packets += packets;
[all...]
/linux-master/drivers/net/ethernet/marvell/prestera/
H A Dprestera_hw.c482 __le64 packets; member in struct:prestera_msg_counter_stats
2331 stats[i].packets += __le64_to_cpu(resp->stats[i].packets);
/linux-master/drivers/usb/host/
H A Docteon-hcd.c163 * struct cvmx_usb_iso_packet - descriptor for Isochronous packets
230 * The low level hardware can transfer a maximum of this number of packets in
267 * @iso_number_packets: For ISO transactions, the number of packets in the
269 * @iso_packets: For ISO transactions, the sub packets in the request.
299 * @interval: For periodic pipes, the interval between packets in
1457 * Calculate the number of packets to transfer. If the length is zero
1469 * is no reason to do multiple packets in a row
1700 * Calculate the number of packets to transfer. If the length is
1714 * packets in a row
1759 * Set the number of back to back packets allowe
2270 struct cvmx_usb_iso_packet *packets; local
[all...]
/linux-master/drivers/firewire/
H A Dcore-cdev.c1140 * set them both to 0, which will still let packets with
1141 * payload_length == 0 through. In other words, if no packets
1156 p = (struct fw_cdev_iso_packet __user *)u64_to_uptr(a->packets);
1213 a->size -= uptr_to_u64(p) - a->packets;
1214 a->packets = uptr_to_u64(p);
1566 // should never happen with PHY packets:
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c1309 u64 lastuse, packets, bytes; local
1325 mlx5_fc_query_cached(entry->counter->counter, &bytes, &packets, &lastuse);
1326 flow_stats_update(&f->stats, bytes, packets, 0, lastuse,
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_debugfs.c250 " rx_rings[%i]: rx_stats: packets = %lld, bytes = %lld, non_eop_descs = %lld\n",
251 i, rx_ring->stats.packets,
289 " tx_rings[%i]: tx_stats: packets = %lld, bytes = %lld, restart_queue = %lld\n",
290 i, tx_ring->stats.packets,
329 " xdp_rings[%i]: tx_stats: packets = %lld, bytes = %lld, restart_queue = %lld\n",
330 i, xdp_ring->stats.packets,
H A Di40e_main.c439 u64 bytes, packets; local
444 packets = ring->stats.packets;
448 stats->tx_packets += packets;
477 u64 bytes, packets; local
497 packets = ring->stats.packets;
501 stats->rx_packets += packets;
871 u64 bytes, packets; local
911 packets
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c355 /* Conntrack defragments packets, we might still see fragments
356 * inside ICMP packets though.
948 void nf_ct_acct_add(struct nf_conn *ct, u32 dir, unsigned int packets, argument
957 atomic64_add(packets, &counter[dir].packets);
1110 * so packets in the ORIGINAL direction will continue to match the existing
1168 ICMP/TCP RST packets in other direction. Actual packet
1194 * or broadcast/multicast packets do skb_clone with
1872 * icmp packets need special treatment to handle error messages that are
2529 * This makes sure all current packets hav
[all...]
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c566 pkts += tx_ring->stats.packets;
585 pkts += rx_ring->stats.packets;
1017 /* Configure the Rx ring to suppress loopback packets */
/linux-master/sound/usb/
H A Dpcm.c1506 for (i = 0; i < ctx->packets; i++) {
1532 if (i < ctx->packets) {
/linux-master/drivers/net/wireless/ti/wl1251/
H A Dacx.h132 * Maximum number of packets that can be gathered
640 * The number of WLAN packets
647 * The number of BT packets
703 /* Enables receiving of broadcast packets in PS mode */
950 /* WEP packets decrypted */
951 u32 packets; member in struct:acx_wep_statistics
975 /* the number of packets that were transmitted with PS bit set */
978 /* the number of packets that were transmitted with PS bit clear */
1172 /* Number of blocks FW allocated for TX packets */
1175 /* Number of blocks FW allocated for RX packets */
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c778 mphy->test.rx_stats.packets[q] += fcs_err;

Completed in 441 milliseconds

1234567891011>>