Home
last modified time | relevance | path

Searched refs:LIBIPW_DL_RX (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/wireless/intel/ipw2x00/
Dlibipw.h103 #define LIBIPW_DL_RX (1<<9) macro
117 #define LIBIPW_DEBUG_RX(f, a...) LIBIPW_DEBUG(LIBIPW_DL_RX, f, ## a)
Dlibipw_rx.c584 LIBIPW_DEBUG(LIBIPW_DL_RX | LIBIPW_DL_FRAG, in libipw_rx()