Searched refs:mbox_queue (Results 1 – 3 of 3) sorted by relevance
2859 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 …]
797 if (hba->mbox_queue.q_first) { in emlxs_timer_check_linkup()
1947 emlxs_queue_t mbox_queue; member