/drivers/staging/wfx/ |
D | queue.c | 94 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->cab, dropped); in wfx_tx_queue_drop() 110 __wfx_tx_queue_drop(wvif, &queue->normal, dropped); in wfx_tx_queue_drop() 125 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()
|
D | data_tx.c | 540 struct sk_buff_head *dropped) in wfx_flush_vif() argument 549 if (dropped) in wfx_flush_vif() 550 wfx_tx_queue_drop(wvif, queue, dropped); in wfx_flush_vif() 570 struct sk_buff_head dropped; in wfx_flush() local 575 skb_queue_head_init(&dropped); in wfx_flush() 578 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush() 582 wfx_flush_vif(wvif, queues, drop ? &dropped : NULL); in wfx_flush() 586 wfx_pending_drop(wdev, &dropped); in wfx_flush() 587 while ((skb = skb_dequeue(&dropped)) != NULL) { in wfx_flush()
|
D | queue.h | 37 struct sk_buff_head *dropped); 40 void wfx_pending_drop(struct wfx_dev *wdev, struct sk_buff_head *dropped);
|
/drivers/net/can/usb/etas_es58x/ |
D | es581_4.c | 47 unsigned int dropped = 0; in es581_4_echo_msg() local 76 dropped++; in es581_4_echo_msg() 89 netdev->stats.tx_dropped += dropped; in es581_4_echo_msg() 91 tstamps, num_element - dropped); in es581_4_echo_msg()
|
/drivers/net/dsa/microchip/ |
D | ksz_common.c | 46 u64 *dropped; in port_r_cnt() local 56 dropped = &mib->counters[dev->mib_cnt]; in port_r_cnt() 61 dropped, &mib->counters[mib->cnt_ptr]); in port_r_cnt()
|
D | ksz8795.c | 312 u64 *dropped, u64 *cnt) in ksz8795_r_mib_pkt() argument 365 u64 *dropped, u64 *cnt) in ksz8863_r_mib_pkt() argument 369 u32 *last = (u32 *)dropped; in ksz8863_r_mib_pkt() 397 u64 *dropped, u64 *cnt) in ksz8_r_mib_pkt() argument 400 ksz8863_r_mib_pkt(dev, port, addr, dropped, cnt); in ksz8_r_mib_pkt() 402 ksz8795_r_mib_pkt(dev, port, addr, dropped, cnt); in ksz8_r_mib_pkt() 423 u64 *dropped; in ksz8_port_init_cnt() local 442 dropped = &mib->counters[dev->mib_cnt]; in ksz8_port_init_cnt() 447 dropped, &mib->counters[mib->cnt_ptr]); in ksz8_port_init_cnt()
|
D | ksz_common.h | 133 u64 *dropped, u64 *cnt);
|
/drivers/net/wireless/ti/wl12xx/ |
D | debugfs.c | 24 WL12XX_DEBUGFS_FWSTATS_FILE(rx, dropped, "%u"); 124 DEBUGFS_FWSTATS_ADD(rx, dropped); in wl12xx_debugfs_add_files()
|
D | acx.h | 43 __le32 dropped; member
|
/drivers/crypto/cavium/nitrox/ |
D | nitrox_debugfs.c | 47 (u64)atomic64_read(&ndev->stats.dropped)); in stats_show()
|
D | nitrox_dev.h | 96 atomic64_t dropped; member
|
/drivers/net/wireless/ti/wl1251/ |
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/gpu/drm/msm/adreno/ |
D | a6xx_hfi.h | 22 u32 dropped; member
|
D | a6xx_hfi.c | 73 header->dropped++; in a6xx_hfi_queue_write() 621 header->dropped = 0; in a6xx_hfi_queue_init()
|
/drivers/net/ethernet/google/gve/ |
D | gve_rx.c | 547 bool dropped; in gve_clean_rx_done() local 556 dropped = !gve_rx(rx, desc, feat, idx); in gve_clean_rx_done() 557 if (!dropped) { in gve_clean_rx_done()
|
/drivers/staging/fwserial/ |
D | fwserial.h | 165 unsigned int dropped; member
|
/drivers/net/wireless/ath/ath6kl/ |
D | target.h | 353 __le32 dropped; member
|
/drivers/net/ethernet/socionext/ |
D | sni_ave.c | 244 u64 dropped; member 957 priv->stats_rx.dropped++; in ave_irq_handler() 1419 priv->stats_tx.dropped++; in ave_start_xmit() 1430 priv->stats_tx.dropped++; in ave_start_xmit() 1524 stats->rx_dropped = priv->stats_rx.dropped; in ave_get_stats64() 1525 stats->tx_dropped = priv->stats_tx.dropped; in ave_get_stats64()
|
/drivers/net/wireless/microchip/wilc1000/ |
D | wlan.c | 195 u32 dropped = 0; in wilc_wlan_txq_filter_dup_tcp_ack() local 225 dropped++; in wilc_wlan_txq_filter_dup_tcp_ack() 239 while (dropped > 0) { in wilc_wlan_txq_filter_dup_tcp_ack() 242 dropped--; in wilc_wlan_txq_filter_dup_tcp_ack()
|
/drivers/net/ethernet/broadcom/ |
D | sb1250-mac.c | 1062 int dropped = 0; in sbdma_rx_process() local 1160 dropped = netif_receive_skb(sb); in sbdma_rx_process() 1162 dropped = netif_rx(sb); in sbdma_rx_process() 1164 if (dropped == NET_RX_DROP) { in sbdma_rx_process()
|
/drivers/platform/surface/aggregator/ |
D | Kconfig | 67 received from the EC, dropped data, and communication timeouts.
|
/drivers/net/ |
D | veth.c | 72 atomic64_t dropped; member 355 atomic64_inc(&priv->dropped); in veth_xmit() 372 return atomic64_read(&priv->dropped); in veth_stats_tx() 539 atomic64_add(n, &priv->dropped); in veth_ndo_xdp_xmit()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tx.c | 547 stats->dropped++; in mlx5e_sq_xmit_wqe() 689 sq->stats->dropped++; in mlx5e_sq_xmit_mpwqe() 1065 stats->dropped++; in mlx5i_sq_xmit()
|
/drivers/net/wireless/marvell/mwifiex/ |
D | README | 111 num_tx_pkts_dropped = <number of Tx packets dropped by driver> 112 num_rx_pkts_dropped = <number of Rx packets dropped by driver>
|
/drivers/net/ethernet/pensando/ionic/ |
D | ionic_lif.h | 52 u64 dropped; member
|