Searched refs:mbox_queue (Results 1 – 3 of 3) sorted by relevance
2931 if (hba->mbox_queue.q_first) { in emlxs_mb_put()2936 ((MAILBOXQ *)hba->mbox_queue.q_last)->next = mbq; 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()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()[all …]
804 if (hba->mbox_queue.q_first) { in emlxs_timer_check_linkup()
1961 emlxs_queue_t mbox_queue; member