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.c2901 MAILBOXQ *p_first = NULL; local
2906 p_first = (MAILBOXQ *)hba->mbox_queue.q_first;
2907 hba->mbox_queue.q_first = (uint8_t *)p_first->next;
2916 p_first->next = NULL;
2921 return (p_first);

Completed in 51 milliseconds