Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c2931 if (hba->mbox_queue.q_first) { in emlxs_mb_put()
2937 hba->mbox_queue.q_last = (uint8_t *)mbq; in emlxs_mb_put()
2938 hba->mbox_queue.q_cnt++; in emlxs_mb_put()
2944 hba->mbox_queue.q_first = (uint8_t *)mbq; in emlxs_mb_put()
2945 hba->mbox_queue.q_last = (uint8_t *)mbq; in emlxs_mb_put()
2946 hba->mbox_queue.q_cnt = 1; in emlxs_mb_put()
2977 if (hba->mbox_queue.q_first) { in emlxs_mb_get()
2981 if (hba->mbox_queue.q_first == NULL) { in emlxs_mb_get()
2982 hba->mbox_queue.q_last = NULL; in emlxs_mb_get()
2983 hba->mbox_queue.q_cnt = 0; in emlxs_mb_get()
[all …]
H A Demlxs_clock.c804 if (hba->mbox_queue.q_first) { in emlxs_timer_check_linkup()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1961 emlxs_queue_t mbox_queue; member