Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 25 of 61) sorted by relevance

123

/drivers/thunderbolt/
A Dtrace.h164 TP_PROTO(int index, u8 type, const void *data, size_t size, bool dropped),
165 TP_ARGS(index, type, data, size, dropped),
171 __field(bool, dropped)
178 __entry->dropped = dropped;
181 show_type_name(__entry->type), __entry->dropped,
/drivers/net/wireless/silabs/wfx/
A Dqueue.c94 struct sk_buff_head *skb_queue, struct sk_buff_head *dropped) in __wfx_tx_queue_drop() argument
101 skb_queue_head(dropped, skb); in __wfx_tx_queue_drop()
107 struct sk_buff_head *dropped) in wfx_tx_queue_drop() argument
109 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop()
110 __wfx_tx_queue_drop(wvif, &queue->cab, dropped); in wfx_tx_queue_drop()
111 __wfx_tx_queue_drop(wvif, &queue->offchan, dropped); in wfx_tx_queue_drop()
128 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped) in wfx_pending_drop() argument
143 skb_queue_head(dropped, skb); in wfx_pending_drop()
A Ddata_tx.c546 static void wfx_flush_vif(struct wfx_vif *wvif, u32 queues, struct sk_buff_head *dropped) in wfx_flush_vif() argument
555 if (dropped) in wfx_flush_vif()
556 wfx_tx_queue_drop(wvif, queue, dropped); in wfx_flush_vif()
573 struct sk_buff_head dropped; in wfx_flush() local
577 skb_queue_head_init(&dropped); in wfx_flush()
580 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush()
584 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush()
588 wfx_pending_drop(wdev, &dropped); in wfx_flush()
589 while ((skb = skb_dequeue(&dropped)) != NULL) { in wfx_flush()
A Dqueue.h38 struct sk_buff_head *dropped);
41 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped);
/drivers/net/ethernet/engleder/
A Dtsnep_ethtool.c183 tsnep_stats.rx_dropped += adapter->rx[i].dropped; in tsnep_ethtool_get_ethtool_stats()
197 tsnep_stats.tx_dropped += adapter->tx[i].dropped; in tsnep_ethtool_get_ethtool_stats()
206 tsnep_rx_queue_stats.rx_dropped = adapter->rx[i].dropped; in tsnep_ethtool_get_ethtool_stats()
233 tsnep_tx_queue_stats.tx_dropped += adapter->tx[i].dropped; in tsnep_ethtool_get_ethtool_stats()
A Dtsnep.h97 u32 dropped; member
136 u32 dropped; member
A Dtsnep_main.c600 tx->dropped++; in tsnep_xmit_frame_ring()
708 tx->dropped++; in tsnep_xdp_xmit_frame_ring()
1430 rx->dropped++; in tsnep_rx_page()
1481 rx->dropped++; in tsnep_rx_poll()
1582 rx->dropped++; in tsnep_rx_poll_zc()
1634 rx->dropped++; in tsnep_rx_poll_zc()
2208 stats->tx_dropped += adapter->tx[i].dropped; in tsnep_netdev_get_stats64()
2213 stats->rx_dropped += adapter->rx[i].dropped; in tsnep_netdev_get_stats64()
/drivers/net/can/usb/etas_es58x/
A Des581_4.c48 unsigned int dropped = 0; in es581_4_echo_msg() local
77 dropped++; in es581_4_echo_msg()
90 netdev->stats.tx_dropped += dropped; in es581_4_echo_msg()
92 tstamps, num_element - dropped); in es581_4_echo_msg()
/drivers/net/dsa/microchip/
A Dksz8.c321 u64 *dropped, u64 *cnt) in ksz8795_r_mib_pkt() argument
373 u64 *dropped, u64 *cnt) in ksz8863_r_mib_pkt() argument
375 u32 *last = (u32 *)dropped; in ksz8863_r_mib_pkt()
409 u64 *dropped, u64 *cnt) in ksz8_r_mib_pkt() argument
412 ksz8863_r_mib_pkt(dev, port, addr, dropped, cnt); in ksz8_r_mib_pkt()
414 ksz8795_r_mib_pkt(dev, port, addr, dropped, cnt); in ksz8_r_mib_pkt()
435 u64 *dropped; in ksz8_port_init_cnt() local
455 dropped = &mib->counters[dev->info->mib_cnt]; in ksz8_port_init_cnt()
460 dropped, &mib->counters[mib->cnt_ptr]); in ksz8_port_init_cnt()
A Dksz8.h24 u64 *dropped, u64 *cnt);
A Dksz9477.h24 u64 *dropped, u64 *cnt);
/drivers/net/wireless/ti/wl12xx/
A Ddebugfs.c24 WL12XX_DEBUGFS_FWSTATS_FILE(rx, dropped, "%u");
124 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl12xx_debugfs_add_files()
A Dacx.h43 __le32 dropped; member
/drivers/net/ethernet/meta/fbnic/
A Dfbnic_txrx.c431 ring->stats.dropped++; in fbnic_xmit_frame_ring()
587 ring->stats.dropped += total_packets; in fbnic_clean_twq0()
1052 unsigned int packets = 0, bytes = 0, dropped = 0, alloc_failed = 0; in fbnic_clean_rcq() local
1113 dropped++; in fbnic_clean_rcq()
1115 dropped++; in fbnic_clean_rcq()
1139 rcq->stats.dropped += dropped; in fbnic_clean_rcq()
1219 fbn->rx_stats.dropped += stats->dropped; in fbnic_aggregate_ring_rx_counters()
1235 fbn->tx_stats.dropped += stats->dropped; in fbnic_aggregate_ring_tx_counters()
A Dfbnic_netdev.c423 tx_dropped = stats->dropped; in fbnic_get_stats64()
448 tx_dropped = stats->dropped; in fbnic_get_stats64()
460 rx_dropped = stats->dropped; in fbnic_get_stats64()
502 rx_dropped = stats->dropped; in fbnic_get_stats64()
A Dfbnic_txrx.h90 u64 dropped; member
/drivers/crypto/cavium/nitrox/
A Dnitrox_debugfs.c47 (u64)atomic64_read(&ndev->stats.dropped)); in stats_show()
A Dnitrox_dev.h96 atomic64_t dropped; member
/drivers/net/wireless/ti/wl1251/
A Ddebugfs.c106 DEBUGFS_FWSTATS_FILE(rx, dropped, 20, "%u");
246 DEBUGFS_FWSTATS_DEL(rx, dropped); in wl1251_debugfs_delete_files()
345 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl1251_debugfs_add_files()
/drivers/net/ethernet/marvell/octeon_ep_vf/
A Doctep_vf_tx.h77 u64 dropped; member
/drivers/gpu/drm/msm/adreno/
A Da6xx_hfi.h22 u32 dropped; member
/drivers/net/ethernet/broadcom/genet/
A Dbcmgenet.h163 u64_stats_t dropped; member
171 u64_stats_t dropped; member
/drivers/net/ethernet/socionext/
A Dsni_ave.c245 u64 dropped; member
958 priv->stats_rx.dropped++; in ave_irq_handler()
1420 priv->stats_tx.dropped++; in ave_start_xmit()
1431 priv->stats_tx.dropped++; in ave_start_xmit()
1525 stats->rx_dropped = priv->stats_rx.dropped; in ave_get_stats64()
1526 stats->tx_dropped = priv->stats_tx.dropped; in ave_get_stats64()
/drivers/net/wireless/ath/ath6kl/
A Dtarget.h353 __le32 dropped; member
/drivers/net/ethernet/fungible/funeth/
A Dfuneth_tx.c354 goto dropped; in fun_start_xmit()
360 goto dropped; in fun_start_xmit()
375 dropped: in fun_start_xmit()

Completed in 68 milliseconds

123