Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c2859 if (hba->mbox_queue.q_first) { in emlxs_mb_put()
2864 ((MAILBOXQ *)hba->mbox_queue.q_last)->next = mbq; in emlxs_mb_put()
2865 hba->mbox_queue.q_last = (uint8_t *)mbq; in emlxs_mb_put()
2866 hba->mbox_queue.q_cnt++; in emlxs_mb_put()
2872 hba->mbox_queue.q_first = (uint8_t *)mbq; in emlxs_mb_put()
2873 hba->mbox_queue.q_last = (uint8_t *)mbq; in emlxs_mb_put()
2874 hba->mbox_queue.q_cnt = 1; in emlxs_mb_put()
2905 if (hba->mbox_queue.q_first) { in emlxs_mb_get()
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()
[all …]
H A Demlxs_clock.c797 if (hba->mbox_queue.q_first) { in emlxs_timer_check_linkup()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1947 emlxs_queue_t mbox_queue; member