Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c2901 MAILBOXQ *p_first = NULL; in emlxs_mb_get() local
2906 p_first = (MAILBOXQ *)hba->mbox_queue.q_first; in emlxs_mb_get()
2907 hba->mbox_queue.q_first = (uint8_t *)p_first->next; in emlxs_mb_get()
2916 p_first->next = NULL; in emlxs_mb_get()
2921 return (p_first); in emlxs_mb_get()