Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dbscv.c3303 uint8_t evcount; in bscv_event_process() local
3313 evcount = bscv_get8(ssp, chan_general, EBUS_IDX_UNREAD_EVENTS); in bscv_event_process()
3317 count = bscv_event_validate(ssp, logptr, evcount); in bscv_event_process()
3379 } else if (count > evcount) { in bscv_event_process()
3380 evcount = 0; in bscv_event_process()
3382 evcount -= count; in bscv_event_process()
3384 bscv_put8(ssp, chan_general, EBUS_IDX_UNREAD_EVENTS, evcount); in bscv_event_process()