Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h859 #define IPW_START_ORD_TAB_2 1000 macro
866 ((id >= IPW_START_ORD_TAB_2) && (id < (mgr->table2_size + IPW_START_ORD_TAB_2)))
H A Dipw2100.c543 ord -= IPW_START_ORD_TAB_2; in ipw2100_get_ordinal()