Home
last modified time | relevance | path

Searched refs:RX_DROP (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/smsc/
Dsmc911x.h505 #define RX_DROP (0xA0) macro
768 #define SMC_GET_RX_DROP(lp) SMC_inl( lp, RX_DROP )
769 #define SMC_SET_RX_DROP(lp, x) SMC_outl( x, lp, RX_DROP )
Dsmsc911x.h273 #define RX_DROP 0xA0 macro
Dsmsc911x.c1769 dev->stats.rx_dropped += smsc911x_reg_read(pdata, RX_DROP); in smsc911x_stop()
1845 dev->stats.rx_dropped += smsc911x_reg_read(pdata, RX_DROP); in smsc911x_get_stats()
/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.h120 RX_DROP = 0x4, enumerator
Dotx2_common.c106 dev_stats->rx_drops = OTX2_GET_RX_STATS(RX_DROP); in otx2_get_dev_stats()
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_debugfs.c62 RX_DROP = 0x4, enumerator
1994 PRINT_CGX_CUML_NIXRX_STATUS(RX_DROP, "rx_drops"); in cgx_print_stats()