Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h81 #define IPW_DL_DROP (1<<13) macro
113 #define IPW_DEBUG_DROP(f...) IPW_DEBUG(IPW_DL_DROP, ## f)
H A Dipw2200.h1430 #define IPW_DL_DROP (1<<13) macro
1472 #define IPW_DEBUG_DROP(f, a...) IPW_DEBUG(IPW_DL_DROP, f, ## a)
H A Dipw2100.c2488 printk_buf(IPW_DL_DROP, packet_data, status->frame_size); in isr_rx()