Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c2973 MAILBOXQ *p_first = NULL; in emlxs_mb_get() local
2978 p_first = (MAILBOXQ *)hba->mbox_queue.q_first; in emlxs_mb_get()
2979 hba->mbox_queue.q_first = (uint8_t *)p_first->next; in emlxs_mb_get()
2988 p_first->next = NULL; in emlxs_mb_get()
2993 return (p_first); in emlxs_mb_get()