Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c1564 hba->mbox_queue_flag = 0; in emlxs_mb_retry()
2128 (hba->mbox_queue_flag == MBX_NOWAIT)) { in emlxs_init_link_mbcmpl()
3005 hba->mbox_queue_flag = flag; in emlxs_mb_init()
3049 uint32_t mbox_queue_flag; in emlxs_mb_fini() local
3053 if (hba->mbox_queue_flag) { in emlxs_mb_fini()
3064 mbox_queue_flag = hba->mbox_queue_flag; in emlxs_mb_fini()
3082 hba->mbox_queue_flag = 0; in emlxs_mb_fini()
3097 if (mbox_queue_flag == MBX_NOWAIT) { in emlxs_mb_fini()
3134 if (mbox_queue_flag == MBX_SLEEP) { in emlxs_mb_fini()
3233 hba->mbox_queue_flag = MBX_NOWAIT; in emlxs_mb_flush()
H A Demlxs_sli3.c236 hba->mbox_queue_flag = 0; in emlxs_sli3_online()
3230 if (hba->mbox_queue_flag) { in emlxs_sli3_issue_mbox_cmd()
3246 while (hba->mbox_queue_flag) { in emlxs_sli3_issue_mbox_cmd()
5473 if (hba->mbox_queue_flag == 0) { in emlxs_sli3_hba_kill()
5482 if (hba->mbox_queue_flag != 0) { in emlxs_sli3_hba_kill()
5490 hba->mbox_queue_flag = 1; in emlxs_sli3_hba_kill()
5662 hba->mbox_queue_flag = 0; in emlxs_sli3_hba_kill()
5792 switch (hba->mbox_queue_flag) { in emlxs_handle_mb_event()
6045 if (hba->mbox_queue_flag) { in emlxs_sli3_timer_check_mbox()
6098 switch (hba->mbox_queue_flag) { in emlxs_sli3_timer_check_mbox()
[all …]
H A Demlxs_sli4.c334 hba->mbox_queue_flag = 0; in emlxs_sli4_online()
3859 if (hba->mbox_queue_flag) { in emlxs_sli4_issue_mbox_cmd()
3875 while (hba->mbox_queue_flag) { in emlxs_sli4_issue_mbox_cmd()
5562 switch (hba->mbox_queue_flag) { in emlxs_sli4_process_mbox_event()
5617 hba->mbox_queue_flag); in emlxs_sli4_process_mbox_event()
5703 if (hba->mbox_queue_flag == MBX_SLEEP) { in emlxs_sli4_process_mbox_event()
7457 if ((hba->mbox_queue_flag == 0) && in emlxs_sli4_hba_kill()
7470 hba->mbox_queue_flag, hba->intr_busy_cnt); in emlxs_sli4_hba_kill()
9012 if (hba->mbox_queue_flag) { in emlxs_sli4_timer_check_mbox()
9019 switch (hba->mbox_queue_flag) { in emlxs_sli4_timer_check_mbox()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1960 uint32_t mbox_queue_flag; member