Searched refs:last_id (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_event.c | 261 eventq->last_id[i] = entry->id; in emlxs_event() 833 hba->hba_event.last_id = eventq->next_id - 1; in emlxs_get_dfc_eventinfo() 845 if (entry->id <= hba->hba_event.last_id) { in emlxs_get_dfc_eventinfo() 945 hba->hba_event.last_id = entry->id; in emlxs_get_dfc_eventinfo() 996 if (dfc_event->last_id == eventq->last_id[i]) { in emlxs_get_dfc_event() 1005 (dfc_event->last_id == eventq->last_id[i])) { in emlxs_get_dfc_event() 1031 dfc_event->last_id = eventq->last_id[i]; in emlxs_get_dfc_event() 1042 if ((entry->id > dfc_event->last_id) && in emlxs_get_dfc_event() 1053 dfc_event->last_id = eventq->last_id[i]; in emlxs_get_dfc_event() 1075 dfc_event->last_id = entry->id; in emlxs_get_dfc_event() [all …]
|
H A D | emlxs_dfc.c | 7549 dfc_event->last_id = (uint32_t)-1; in emlxs_dfc_set_event() 7557 bcopy((void *)&dfc_event->last_id, dfc->buf1, in emlxs_dfc_set_event() 7701 hba->hba_event.new, hba->hba_event.last_id); in emlxs_dfc_get_eventinfo() 7783 dfc_event->last_id = dfc->data3; in emlxs_dfc_get_event() 7795 bcopy((void *)&dfc_event->last_id, dfc->buf3, in emlxs_dfc_get_event() 7802 dfc_event->size, dfc_event->last_id); in emlxs_dfc_get_event() 9991 dfc_event->last_id = (uint32_t)-1; in emlxs_dfc_sd_set_event() 9999 bcopy((void *) &dfc_event->last_id, dfc->buf1, in emlxs_dfc_sd_set_event() 10090 dfc_event->last_id = dfc->data3; in emlxs_dfc_sd_get_event() 10109 bcopy((void *) &dfc_event->last_id, dfc->buf3, in emlxs_dfc_sd_get_event()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_events.h | 193 uint32_t last_id[32]; /* per event */ member
|
H A D | emlxs_fc.h | 690 uint32_t last_id; member 700 uint32_t last_id; member
|