Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c3203 flag = MBX_SLEEP; in emlxs_sli3_issue_mbox_cmd()
3298 case MBX_SLEEP: in emlxs_sli3_issue_mbox_cmd()
3395 case MBX_SLEEP: in emlxs_sli3_issue_mbox_cmd()
5816 case MBX_SLEEP: in emlxs_handle_mb_event()
5940 if (hba->mbox_queue_flag == MBX_SLEEP) { in emlxs_handle_mb_event()
6097 case MBX_SLEEP: in emlxs_sli3_timer_check_mbox()
H A Demlxs_sli4.c3479 flag = MBX_SLEEP; in emlxs_sli4_issue_mbox_cmd()
3684 case MBX_SLEEP: in emlxs_sli4_issue_mbox_cmd()
5236 case MBX_SLEEP: in emlxs_sli4_process_mbox_event()
5348 if (hba->mbox_queue_flag == MBX_SLEEP) { in emlxs_sli4_process_mbox_event()
8634 case MBX_SLEEP: in emlxs_sli4_timer_check_mbox()
H A Demlxs_mbox.c3062 if (mbox_queue_flag == MBX_SLEEP) { in emlxs_mb_fini()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_mbox.h224 #define MBX_SLEEP 0x02 /* sleep till mailbox intr cmpl */ macro