Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h414 uint8_t aen_q_tail; member
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c1765 xp->aen_q_tail = 0; in ql_aen_reg()
1829 if (i == xp->aen_q_tail) { in ql_aen_get()
1841 xp->aen_q_tail = 0; in ql_aen_get()
1891 if (aen_queue[xp->aen_q_tail].AsyncEventCode != NULL) { in ql_enqueue_aen()
1895 xp->aen_q_tail++; in ql_enqueue_aen()
1896 if (xp->aen_q_tail == EXT_DEF_MAX_AEN_QUEUE) { in ql_enqueue_aen()
1897 xp->aen_q_tail = 0; in ql_enqueue_aen()
1899 if (xp->aen_q_head == xp->aen_q_tail) { in ql_enqueue_aen()
1911 new_entry = xp->aen_q_tail; in ql_enqueue_aen()