Home
last modified time | relevance | path

Searched refs:mbox_queue_flag (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1497 hba->mbox_queue_flag = 0; in emlxs_mb_retry()
2057 (hba->mbox_queue_flag == MBX_NOWAIT)) { in emlxs_init_link_mbcmpl()
2933 hba->mbox_queue_flag = flag; in emlxs_mb_init()
2977 uint32_t mbox_queue_flag; in emlxs_mb_fini() local
2981 if (hba->mbox_queue_flag) { in emlxs_mb_fini()
2992 mbox_queue_flag = hba->mbox_queue_flag; in emlxs_mb_fini()
3010 hba->mbox_queue_flag = 0; in emlxs_mb_fini()
3025 if (mbox_queue_flag == MBX_NOWAIT) { in emlxs_mb_fini()
3062 if (mbox_queue_flag == MBX_SLEEP) { in emlxs_mb_fini()
3161 hba->mbox_queue_flag = MBX_NOWAIT; in emlxs_mb_flush()
H A Demlxs_sli3.c235 hba->mbox_queue_flag = 0; in emlxs_sli3_online()
3225 if (hba->mbox_queue_flag) { in emlxs_sli3_issue_mbox_cmd()
3241 while (hba->mbox_queue_flag) { in emlxs_sli3_issue_mbox_cmd()
5468 if (hba->mbox_queue_flag == 0) { in emlxs_sli3_hba_kill()
5477 if (hba->mbox_queue_flag != 0) { in emlxs_sli3_hba_kill()
5485 hba->mbox_queue_flag = 1; in emlxs_sli3_hba_kill()
5657 hba->mbox_queue_flag = 0; in emlxs_sli3_hba_kill()
5787 switch (hba->mbox_queue_flag) { in emlxs_handle_mb_event()
5940 if (hba->mbox_queue_flag == MBX_SLEEP) { in emlxs_handle_mb_event()
6037 if (hba->mbox_queue_flag) { in emlxs_sli3_timer_check_mbox()
[all …]
H A Demlxs_sli4.c312 hba->mbox_queue_flag = 0; in emlxs_sli4_online()
3514 if (hba->mbox_queue_flag) { in emlxs_sli4_issue_mbox_cmd()
3530 while (hba->mbox_queue_flag) { in emlxs_sli4_issue_mbox_cmd()
5207 switch (hba->mbox_queue_flag) { in emlxs_sli4_process_mbox_event()
5262 hba->mbox_queue_flag); in emlxs_sli4_process_mbox_event()
5348 if (hba->mbox_queue_flag == MBX_SLEEP) { in emlxs_sli4_process_mbox_event()
7103 if ((hba->mbox_queue_flag == 0) && in emlxs_sli4_hba_kill()
7113 if ((hba->mbox_queue_flag != 0) || (hba->intr_busy_cnt > 0)) { in emlxs_sli4_hba_kill()
7116 hba->mbox_queue_flag, hba->intr_busy_cnt); in emlxs_sli4_hba_kill()
8620 if (hba->mbox_queue_flag) { in emlxs_sli4_timer_check_mbox()
[all …]
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1946 uint32_t mbox_queue_flag; member