Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_irq.c58 HBG_ERR_IRQ_I(TX_DROP, false, false),
H A Dhbg_diagnose.c62 HBG_PUSH_IRQ_I(TX_DROP, 13),
/linux/net/mac80211/
H A Dtx.c292 return TX_DROP; in ieee80211_tx_h_check_assoc()
312 return TX_DROP; in ieee80211_tx_h_check_assoc()
320 return TX_DROP; in ieee80211_tx_h_check_assoc()
661 return TX_DROP; in ieee80211_tx_h_select_key()
668 return TX_DROP; in ieee80211_tx_h_select_key()
758 return TX_DROP; in ieee80211_tx_h_rate_ctrl()
778 return TX_DROP; in ieee80211_tx_h_rate_ctrl()
782 return TX_DROP; in ieee80211_tx_h_rate_ctrl()
977 return TX_DROP; in ieee80211_tx_h_fragment()
983 return TX_DROP; in ieee80211_tx_h_fragment()
[all …]
H A Dwep.c302 return TX_DROP; in ieee80211_crypto_wep_encrypt()
H A Dieee80211_i.h176 #define TX_DROP ((__force ieee80211_tx_result) 1u) macro
/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c72 #define TX_DROP BIT(6) macro
73 #define DEF_INT_ERR (RCV_NOBUF | RCV_DROP | TX_DROP)
684 if (ists & TX_DROP) { in hip04_mac_interrupt()
/linux/drivers/net/ethernet/cavium/thunder/
H A Dnic.h178 TX_DROP = 0x4, enumerator
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c186 rsp->tx.drop = RVU_LF_TX_STATS(TX_DROP); in rvu_mbox_handler_nix_lf_stats()