Lines Matching refs:mbxCommand

1696 					rc, pmbox->mbxCommand,  in lpfc_sli_ring_map()
2736 lpfc_sli_chk_mbx_command(uint8_t mbxCommand) in lpfc_sli_chk_mbx_command() argument
2740 switch (mbxCommand) { in lpfc_sli_chk_mbx_command()
2806 ret = mbxCommand; in lpfc_sli_chk_mbx_command()
2891 pmb->u.mb.mbxCommand == MBX_REG_LOGIN64 && in lpfc_sli_def_mbox_cmpl()
2911 if ((pmb->u.mb.mbxCommand == MBX_REG_VPI) && in lpfc_sli_def_mbox_cmpl()
2921 if (pmb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_sli_def_mbox_cmpl()
2926 if (pmb->u.mb.mbxCommand == MBX_UNREG_LOGIN) { in lpfc_sli_def_mbox_cmpl()
2959 if (pmb->u.mb.mbxCommand == MBX_RESUME_RPI) { in lpfc_sli_def_mbox_cmpl()
2965 if ((pmb->u.mb.mbxCommand == MBX_INIT_LINK) && in lpfc_sli_def_mbox_cmpl()
2996 if (pmb->u.mb.mbxCommand == MBX_UNREG_LOGIN) { in lpfc_sli4_unreg_rpi_cmpl_clr()
3080 if (pmbox->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_handle_mb_event()
3085 (uint32_t)pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
3093 (uint32_t)pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
3102 if (lpfc_sli_chk_mbx_command(pmbox->mbxCommand) == in lpfc_sli_handle_mb_event()
3110 pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
3132 pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
3155 pmbox->mbxCommand, in lpfc_sli_handle_mb_event()
4922 mbox.mbxCommand = MBX_KILL_BOARD; in lpfc_reset_barrier()
5238 mb.mbxCommand = MBX_RESTART; in lpfc_sli_brdrestart_s3()
5527 pmbox->mbxCommand, in lpfc_sli_hbq_setup()
5639 pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus, 0); in lpfc_sli_config_port()
9297 mb->mbxCommand, in lpfc_mbox_timeout_handler()
9387 pmbox->u.mb.mbxCommand); in lpfc_sli_issue_mbox_s3()
9418 pmbox->u.mb.mbxCommand, psli->sli_flag, flag); in lpfc_sli_issue_mbox_s3()
9422 if (mbx->mbxCommand != MBX_KILL_BOARD && flag & MBX_NOWAIT) { in lpfc_sli_issue_mbox_s3()
9430 pmbox->u.mb.mbxCommand, psli->sli_flag, flag); in lpfc_sli_issue_mbox_s3()
9449 pmbox->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s3()
9461 pmbox->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s3()
9476 mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9487 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9494 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9506 (mbx->mbxCommand != MBX_KILL_BOARD)) { in lpfc_sli_issue_mbox_s3()
9514 pmbox->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s3()
9529 mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9533 if (mbx->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_issue_mbox_s3()
9538 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9545 (uint32_t)mbx->mbxCommand, in lpfc_sli_issue_mbox_s3()
9584 if (mbx->mbxCommand == MBX_CONFIG_PORT) in lpfc_sli_issue_mbox_s3()
9601 if (mbx->mbxCommand == MBX_CONFIG_PORT) in lpfc_sli_issue_mbox_s3()
9675 if (mbx->mbxCommand == MBX_CONFIG_PORT) { in lpfc_sli_issue_mbox_s3()
9794 cmd = mboxq->u.mb.mbxCommand; in lpfc_sli4_async_mbox_block()
9951 mboxq->u.mb.mbxCommand, in lpfc_sli4_post_sync_mbox()
10072 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10092 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10109 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10126 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10149 mboxq->u.mb.mbxCommand, in lpfc_sli_issue_mbox_s4()
10279 mboxq->u.mb.mbxCommand, in lpfc_sli4_post_async_mbox()
13816 pmbox->mbxCommand, in lpfc_sli_sp_intr_handler()
13888 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli_sp_intr_handler()
14385 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli4_sp_handle_mbox_event()
21051 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) && in lpfc_cleanup_pending_mbox()
21052 (mb->u.mb.mbxCommand != MBX_REG_VPI)) in lpfc_cleanup_pending_mbox()
21060 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) || in lpfc_cleanup_pending_mbox()
21061 (mb->u.mb.mbxCommand == MBX_REG_VPI)) in lpfc_cleanup_pending_mbox()
21063 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_cleanup_pending_mbox()
21087 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) && in lpfc_cleanup_pending_mbox()
21088 (mb->u.mb.mbxCommand != MBX_REG_VPI)) in lpfc_cleanup_pending_mbox()
21092 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_cleanup_pending_mbox()
21112 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_cleanup_pending_mbox()