Searched refs:RX_DROP (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/net/ieee802154/6lowpan/
H A D6lowpan_i.h13 #define RX_DROP ((__force lowpan_rx_result) 2u) macro
H A Drx.c51 case RX_DROP: lowpan_rx_handlers_result()
88 return RX_DROP; lowpan_rx_h_frag()
H A Dreassembly.c344 return RX_DROP; lowpan_frag_rx_h_iphc()
/linux-4.4.14/drivers/net/ethernet/smsc/
H A Dsmsc911x.h269 #define RX_DROP 0xA0 macro
H A Dsmc911x.h527 #define RX_DROP (0xA0) macro
790 #define SMC_GET_RX_DROP(lp) SMC_inl( lp, RX_DROP )
791 #define SMC_SET_RX_DROP(lp, x) SMC_outl( x, lp, RX_DROP )
H A Dsmsc911x.c1668 dev->stats.rx_dropped += smsc911x_reg_read(pdata, RX_DROP); smsc911x_stop()
1736 dev->stats.rx_dropped += smsc911x_reg_read(pdata, RX_DROP); smsc911x_get_stats()
/linux-4.4.14/net/mac80211/
H A Drx.c1338 /* Free PS Poll skb here instead of returning RX_DROP that would ieee80211_rx_h_uapsd_and_pspoll()

Completed in 179 milliseconds