Searched refs:dropped (Results 101 - 116 of 116) sorted by relevance

12345

/linux-master/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c1020 rx_rings[num].dropped)
2287 ring->dropped++;
3682 rx_dropped += rx_ring->dropped;
3688 rx_dropped += rx_ring->dropped;
/linux-master/fs/ext4/
H A Dextents.c94 static int ext4_ext_trunc_restart_fn(struct inode *inode, int *dropped) argument
99 * page cache has been already dropped and writes are blocked by
105 *dropped = 1;
141 int dropped = 0; local
144 revoke_cred, ext4_ext_trunc_restart_fn(inode, &dropped));
145 if (dropped)
/linux-master/net/mac80211/
H A Dsta_info.c2678 sinfo->rx_dropped_misc = sta->deflink.rx_stats.dropped;
2684 sinfo->rx_dropped_misc += cpurxs->dropped;
H A Drx.c1720 * count as an dropped frame. */
1862 * counting this as a dropped packed.
2021 * used so that the frame may be dropped if encryption would
2139 /* either the frame has been decrypted or will be dropped */
4135 rx->link_sta->rx_stats.dropped++;
5001 stats->dropped++;
5117 * TODO: Should the frame be dropped if the right link_id is not
5446 * Also, frames with less than 16 bytes are dropped.
/linux-master/drivers/net/dsa/microchip/
H A Dksz9477.c412 u64 *dropped, u64 *cnt)
411 ksz9477_r_mib_pkt(struct ksz_device *dev, int port, u16 addr, u64 *dropped, u64 *cnt) argument
H A Dksz_common.c2397 u64 *dropped; local
2407 dropped = &mib->counters[dev->info->mib_cnt];
2412 dropped, &mib->counters[mib->cnt_ptr]);
2435 * If not, read only dropped counters when link is not up.
2559 /* Only read dropped counters if no link. */
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb_main.c1610 int dropped; local
1617 dropped = macb_rx_frame(queue, napi, first_frag, tail);
1619 if (unlikely(dropped < 0)) {
1623 if (!dropped) {
/linux-master/drivers/net/ethernet/micrel/
H A Dksz884x.c1051 * @dropped: Temporary buffer to remember last read packet dropped values.
1070 u32 dropped[2]; member in struct:ksz_port_mib
1743 * port_r_mib_pkt - read dropped packet counts
1747 * @cnt: Buffer to store the receive and transmit dropped packet counts.
1749 * This routine reads the dropped packet counts of the port.
1811 port_r_mib_pkt(hw, port, mib->dropped,
1837 port_r_mib_pkt(hw, port, mib->dropped,
4769 * dropped, so no need to check the error bit.
5195 /* RX dropped
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Def10.c2687 unsigned int dropped = (actual - expected) & rx_queue->ptr_mask; local
2691 "dropped %d events (index=%d expected=%d)\n",
2692 dropped, actual, expected);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_ethtool.c432 data[index++] = priv->rx_ring[i]->dropped;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1737 u64 dropped; member in struct:bnxt_vf_rep_stats
/linux-master/drivers/net/ethernet/sun/
H A Dniu.c6239 u64 pkts, dropped, errors, bytes; local
6243 pkts = dropped = errors = bytes = 0;
6256 dropped += rp->rx_dropped;
6263 stats->rx_dropped = dropped;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c3737 s->tx_dropped += sq_stats->dropped;
3746 s->tx_dropped += sq_stats->dropped;
3785 /* vport multicast also counts packets that are dropped due to steering
/linux-master/include/linux/
H A Dnetdevice.h92 #define NET_RX_DROP 1 /* packet dropped */
115 #define NET_XMIT_DROP 0x01 /* skb dropped */
1318 * that got dropped are freed/returned via xdp_return_frame().
3239 unsigned int dropped; member in struct:softnet_data
/linux-master/io_uring/
H A Dio_uring.c1654 * dropped CQE.
1953 /* one will be dropped by ->io_wq_free_work() after returning to io-wq */
3722 * EBADR indicates that one or more CQE were dropped.
3949 * the mm is exited and dropped before the files, hence we need to hang
3973 p->sq_off.dropped = offsetof(struct io_rings, sq_dropped);
/linux-master/net/core/
H A Ddev.c2160 * NET_RX_DROP (packet was dropped, but freed)
4780 sd->dropped++;
5105 * always succeeds. The buffer may be dropped during processing for
5115 * NET_RX_DROP (packet was dropped)
5562 * NET_RX_DROP: packet was dropped
5788 * It always succeeds. The buffer may be dropped during processing
5796 * NET_RX_DROP: packet was dropped

Completed in 701 milliseconds

12345