Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/skfp/
Dsrf.c143 if (SMT_IS_CONDITION(evc->evc_code)) { in smt_init_evc()
210 if (SMT_IS_CONDITION(code)) { in smt_srf_event()
219 if (SMT_IS_CONDITION(code)) { in smt_srf_event()
342 if (SMT_IS_CONDITION(evc->evc_code)) in clear_all_rep()
355 if (SMT_IS_CONDITION(evc->evc_code)) { in clear_reported()
/linux-2.6.39/drivers/net/skfp/h/
Dsmc.h260 #define SMT_IS_CONDITION(x) ((x)>=SMT_COND_BASE) macro