Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/intel/ipw2x00/
Dipw2200.c680 IPW_DEBUG_ORD("ordinal = %i\n", ord); in ipw_get_ordinal()
683 IPW_DEBUG_ORD("Invalid argument\n"); in ipw_get_ordinal()
689 IPW_DEBUG_ORD("Access ordinals before initialization\n"); in ipw_get_ordinal()
707 IPW_DEBUG_ORD("ordinal value (%i) longer then " in ipw_get_ordinal()
714 IPW_DEBUG_ORD("ordinal buffer length too small, " in ipw_get_ordinal()
719 IPW_DEBUG_ORD("Reading TABLE0[%i] from offset 0x%08x\n", in ipw_get_ordinal()
741 IPW_DEBUG_ORD("ordinal value too long\n"); in ipw_get_ordinal()
747 IPW_DEBUG_ORD("ordinal buffer length too small, " in ipw_get_ordinal()
772 IPW_DEBUG_ORD("ordinal value too long\n"); in ipw_get_ordinal()
803 IPW_DEBUG_ORD("addr = 0x%08x, total_len = %i, " in ipw_get_ordinal()
[all …]
Dipw2200.h1477 #define IPW_DEBUG_ORD(f, a...) IPW_LL_DEBUG(IPW_DL_ORD, f, ## a) macro