| /drivers/thunderbolt/ |
| A D | trace.h | 164 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 D | queue.c | 94 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 D | data_tx.c | 546 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 D | queue.h | 38 struct sk_buff_head *dropped); 41 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped);
|
| /drivers/net/ethernet/engleder/ |
| A D | tsnep_ethtool.c | 183 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 D | tsnep.h | 97 u32 dropped; member 136 u32 dropped; member
|
| A D | tsnep_main.c | 600 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 D | es581_4.c | 48 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 D | ksz8.c | 321 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 D | ksz8.h | 24 u64 *dropped, u64 *cnt);
|
| A D | ksz9477.h | 24 u64 *dropped, u64 *cnt);
|
| /drivers/net/wireless/ti/wl12xx/ |
| A D | debugfs.c | 24 WL12XX_DEBUGFS_FWSTATS_FILE(rx, dropped, "%u"); 124 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl12xx_debugfs_add_files()
|
| A D | acx.h | 43 __le32 dropped; member
|
| /drivers/net/ethernet/meta/fbnic/ |
| A D | fbnic_txrx.c | 431 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 D | fbnic_netdev.c | 423 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 D | fbnic_txrx.h | 90 u64 dropped; member
|
| /drivers/crypto/cavium/nitrox/ |
| A D | nitrox_debugfs.c | 47 (u64)atomic64_read(&ndev->stats.dropped)); in stats_show()
|
| A D | nitrox_dev.h | 96 atomic64_t dropped; member
|
| /drivers/net/wireless/ti/wl1251/ |
| A D | debugfs.c | 106 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 D | octep_vf_tx.h | 77 u64 dropped; member
|
| /drivers/gpu/drm/msm/adreno/ |
| A D | a6xx_hfi.h | 22 u32 dropped; member
|
| /drivers/net/ethernet/broadcom/genet/ |
| A D | bcmgenet.h | 163 u64_stats_t dropped; member 171 u64_stats_t dropped; member
|
| /drivers/net/ethernet/socionext/ |
| A D | sni_ave.c | 245 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 D | target.h | 353 __le32 dropped; member
|
| /drivers/net/ethernet/fungible/funeth/ |
| A D | funeth_tx.c | 354 goto dropped; in fun_start_xmit() 360 goto dropped; in fun_start_xmit() 375 dropped: in fun_start_xmit()
|