Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dif_ti.c491 sc->ti_linkstat = TI_EVENT_CODE(e); in ti_handle_events()
503 if (TI_EVENT_CODE(e) == TI_EV_CODE_ERR_INVAL_CMD) in ti_handle_events()
506 else if (TI_EVENT_CODE(e) == TI_EV_CODE_ERR_UNIMP_CMD) in ti_handle_events()
509 else if (TI_EVENT_CODE(e) == TI_EV_CODE_ERR_BADCFG) in ti_handle_events()
H A Dif_tireg.h932 #define TI_EVENT_CODE(e) (((((e)->ti_eventx)) >> 12) & 0xfff) macro