Searched refs:dropped (Results 1 - 17 of 17) sorted by relevance

/drivers/net/wireless/wl1251/
H A Ddebugfs.c125 DEBUGFS_FWSTATS_FILE(rx, dropped, 20, "%u");
265 DEBUGFS_FWSTATS_DEL(rx, dropped);
366 DEBUGFS_FWSTATS_ADD(rx, dropped);
H A Dacx.h455 * without the unicast TIM bit set are dropped.
876 u32 dropped; member in struct:acx_rx_statistics
/drivers/net/wireless/ath/ath6kl/
H A Dtarget.h352 __le32 dropped; member in struct:ath6kl_dbglog_hdr
H A Dmain.c270 u32 address, length, dropped, firstbuf, debug_hdr_addr; local
299 dropped = le32_to_cpu(debug_hdr.dropped);
/drivers/net/ethernet/cadence/
H A Dmacb.c486 int dropped; local
489 dropped = macb_rx_frame(bp, first_frag, tail);
491 if (!dropped) {
/drivers/net/ethernet/broadcom/
H A Dsb1250-mac.c1081 int dropped = 0; local
1086 /* Check if the HW dropped any frames */
1151 printk(KERN_ERR "dropped packet (1)\n");
1179 dropped = netif_receive_skb(sb);
1181 dropped = netif_rx(sb);
1183 if (dropped == NET_RX_DROP) {
/drivers/net/ethernet/i825xx/
H A D3c527.c1186 goto dropped;
1200 dropped:
/drivers/net/ethernet/sfc/
H A Dnic.c896 * error message. FRM_TRUNC indicates RXDP dropped the packet due
929 unsigned expected, dropped; local
932 dropped = (index - expected) & rx_queue->ptr_mask;
934 "dropped %d events (index=%d expected=%d)\n",
935 dropped, index, expected);
/drivers/net/wireless/wl12xx/
H A Ddebugfs.c134 DEBUGFS_FWSTATS_FILE(rx, dropped, "%u");
1021 DEBUGFS_FWSTATS_ADD(rx, dropped);
H A Dacx.h234 * without the unicast TIM bit set are dropped.
428 __le32 dropped; member in struct:acx_rx_statistics
/drivers/usb/mon/
H A Dmon_bin.c128 u32 dropped; member in struct:mon_bin_stats
1105 if (put_user(ndropped, &sp->dropped))
/drivers/net/wireless/bcmdhd/include/
H A Dbcmutils.h115 uint32 dropped; member in struct:__anon3312
H A Dwlioctl.h2948 uint32 prs_timeout; /* Number of probe requests that were dropped from the PRQ
3190 uint32 prs_timeout; /* Number of probe requests that were dropped from the PRQ
3349 wl_traffic_stats_t tx_failed[AC_COUNT]; /* Packets dropped or failed to transmit */
3355 wl_traffic_stats_t tx_expired[AC_COUNT]; /* packets dropped due to lifetime expiry */
3394 uint32 txdrop; /* dropped packets */
3830 uint32 peer_request_drop; /* ARP requests from network that were dropped */
3832 uint32 peer_reply_drop; /* ARP replies from network that were dropped */
3841 uint32 peer_request_drop; /* NS requests from network that were dropped */
3842 uint32 peer_reply_drop; /* NA replies from network that were dropped */
4116 because an older packet from the same queue has been dropped
[all...]
/drivers/i2c/busses/
H A DKconfig459 This driver is deprecated and will be dropped soon. Use i2c-gpio
879 This driver is deprecated and will be dropped soon. Use i2c-gpio
/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c4201 unsigned long pkts, mcast, dropped, errors, bytes; local
4205 pkts = mcast = dropped = errors = bytes = 0;
4209 dropped += rx_ring->rx_dropped;
4215 ndev->stats.rx_dropped = dropped;
/drivers/net/ethernet/micrel/
H A Dksz884x.c1127 * @dropped: Temporary buffer to remember last read packet dropped values.
1146 u32 dropped[2]; member in struct:ksz_port_mib
1827 * port_r_mib_pkt - read dropped packet counts
1830 * @cnt: Buffer to store the receive and transmit dropped packet counts.
1832 * This routine reads the dropped packet counts of the port.
1894 port_r_mib_pkt(hw, port, mib->dropped,
1920 port_r_mib_pkt(hw, port, mib->dropped,
5167 * dropped, so no need to check the error bit.
5589 /* RX dropped
[all...]
/drivers/net/ethernet/sun/
H A Dniu.c6238 u64 pkts, dropped, errors, bytes; local
6242 pkts = dropped = errors = bytes = 0;
6255 dropped += rp->rx_dropped;
6262 stats->rx_dropped = dropped;

Completed in 408 milliseconds