Home
last modified time | relevance | path

Searched refs:TX_DROP (Results 1 – 3 of 3) sorted by relevance

/drivers/net/ethernet/hisilicon/
Dhip04_eth.c57 #define TX_DROP BIT(6) macro
58 #define DEF_INT_ERR (RCV_NOBUF | RCV_DROP | TX_DROP)
586 if (ists & TX_DROP) { in hip04_mac_interrupt()
/drivers/net/ethernet/cavium/thunder/
Dnic.h175 TX_DROP = 0x4, enumerator
Dnicvf_main.c1395 stats->tx_drops = GET_TX_STATS(TX_DROP); in nicvf_update_stats()