Lines Matching refs:mbxCommand

1696 					rc, pmbox->mbxCommand,  in lpfc_sli_ring_map()
2715 lpfc_sli_chk_mbx_command(uint8_t mbxCommand) in lpfc_sli_chk_mbx_command() argument
2719 switch (mbxCommand) { in lpfc_sli_chk_mbx_command()
2785 ret = mbxCommand; in lpfc_sli_chk_mbx_command()
2870 pmb->u.mb.mbxCommand == MBX_REG_LOGIN64 && in lpfc_sli_def_mbox_cmpl()
2890 if ((pmb->u.mb.mbxCommand == MBX_REG_VPI) && in lpfc_sli_def_mbox_cmpl()
2900 if (pmb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_sli_def_mbox_cmpl()
2905 if (pmb->u.mb.mbxCommand == MBX_UNREG_LOGIN) { in lpfc_sli_def_mbox_cmpl()
2938 if (pmb->u.mb.mbxCommand == MBX_RESUME_RPI) { in lpfc_sli_def_mbox_cmpl()
2944 if ((pmb->u.mb.mbxCommand == MBX_INIT_LINK) && in lpfc_sli_def_mbox_cmpl()
2975 if (pmb->u.mb.mbxCommand == MBX_UNREG_LOGIN) { in lpfc_sli4_unreg_rpi_cmpl_clr()
3057 if (pmbox->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_handle_mb_event()
3062 (uint32_t)pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
3070 (uint32_t)pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
3079 if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) == in lpfc_sli_handle_mb_event()
3087 pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
3109 pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
3132 pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
4887 mbox.mbxCommand = MBX_KILL_BOARD; in lpfc_reset_barrier()
5207 mb.mbxCommand = MBX_RESTART; in lpfc_sli_brdrestart_s3()
5508 pmbox->mbxCommand, in lpfc_sli_hbq_setup()
5620 pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus, 0); in lpfc_sli_config_port()
9310 mb->mbxCommand, in lpfc_mbox_timeout_handler()
9399 pmbox->u.mb.mbxCommand); in lpfc_sli_issue_mbox_s3()
9430 pmbox->u.mb.mbxCommand, psli->sli_flag, flag); in lpfc_sli_issue_mbox_s3()
9434 if (mbx->mbxCommand != MBX_KILL_BOARD && flag & MBX_NOWAIT) { in lpfc_sli_issue_mbox_s3()
9442 pmbox->u.mb.mbxCommand, psli->sli_flag, flag); in lpfc_sli_issue_mbox_s3()
9461 pmbox->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s3()
9473 pmbox->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s3()
9488 mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9499 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9506 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9518 (mbx->mbxCommand != MBX_KILL_BOARD)) { in lpfc_sli_issue_mbox_s3()
9526 pmbox->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s3()
9541 mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9545 if (mbx->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_issue_mbox_s3()
9550 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9557 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9596 if (mbx->mbxCommand == MBX_CONFIG_PORT) in lpfc_sli_issue_mbox_s3()
9613 if (mbx->mbxCommand == MBX_CONFIG_PORT) in lpfc_sli_issue_mbox_s3()
9687 if (mbx->mbxCommand == MBX_CONFIG_PORT) { in lpfc_sli_issue_mbox_s3()
9806 cmd = mboxq->u.mb.mbxCommand; in lpfc_sli4_async_mbox_block()
9945 mboxq->u.mb.mbxCommand, in lpfc_sli4_post_sync_mbox()
10066 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10086 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10103 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10120 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10143 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10272 mboxq->u.mb.mbxCommand, in lpfc_sli4_post_async_mbox()
13785 pmbox->mbxCommand, in lpfc_sli_sp_intr_handler()
13859 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli_sp_intr_handler()
14363 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli4_sp_handle_mbox_event()
20918 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) && in lpfc_cleanup_pending_mbox()
20919 (mb->u.mb.mbxCommand != MBX_REG_VPI)) in lpfc_cleanup_pending_mbox()
20927 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) || in lpfc_cleanup_pending_mbox()
20928 (mb->u.mb.mbxCommand == MBX_REG_VPI)) in lpfc_cleanup_pending_mbox()
20930 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_cleanup_pending_mbox()
20954 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) && in lpfc_cleanup_pending_mbox()
20955 (mb->u.mb.mbxCommand != MBX_REG_VPI)) in lpfc_cleanup_pending_mbox()
20959 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_cleanup_pending_mbox()
20979 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_cleanup_pending_mbox()