Searched refs:mbxCommand (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_mbox.c | 144 mb->mbxCommand = MBX_DUMP_MEMORY; in lpfc_dump_static_vport() 186 mb->mbxCommand = MBX_DOWN_LINK; in lpfc_down_link() 212 mb->mbxCommand = MBX_DUMP_MEMORY; in lpfc_dump_mem() 241 mb->mbxCommand = MBX_DUMP_MEMORY; in lpfc_dump_wakeup_param() 272 mb->mbxCommand = MBX_READ_NV; in lpfc_read_nv() 298 mb->mbxCommand = MBX_ASYNCEVT_ENABLE; in lpfc_config_async() 324 mb->mbxCommand = MBX_HEARTBEAT; in lpfc_heart_beat() 360 mb->mbxCommand = MBX_READ_TOPOLOGY; in lpfc_read_topology() 397 mb->mbxCommand = MBX_CLEAR_LA; in lpfc_clear_la() 450 mb->mbxCommand in lpfc_config_link() [all...] |
H A D | lpfc_sli.c | 1695 rc, pmbox->mbxCommand, in lpfc_sli_ring_map() 2728 * @mbxCommand: mailbox command code. 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() 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 in lpfc_sli_def_mbox_cmpl() [all...] |
H A D | lpfc_bsg.c | 1792 pmboxq->u.mb.mbxCommand = MBX_DOWN_LINK; in lpfc_sli3_bsg_diag_loopback_mode() 1815 pmboxq->u.mb.mbxCommand = MBX_INIT_LINK; in lpfc_sli3_bsg_diag_loopback_mode() 3453 switch (mb->mbxCommand) { in lpfc_bsg_check_cmd_access() 3470 mb->mbxCommand); in lpfc_bsg_check_cmd_access() 3517 mb->mbxCommand); in lpfc_bsg_check_cmd_access() 4924 pmb->mbxCommand, in lpfc_bsg_issue_mbox() 4936 pmb->mbxCommand != MBX_DUMP_MEMORY && in lpfc_bsg_issue_mbox() 4937 pmb->mbxCommand != MBX_RESTART && in lpfc_bsg_issue_mbox() 4938 pmb->mbxCommand != MBX_WRITE_VPARMS && in lpfc_bsg_issue_mbox() 4939 pmb->mbxCommand ! in lpfc_bsg_issue_mbox() [all...] |
H A D | lpfc_vport.c | 152 mb->mbxCommand); in lpfc_vport_sparm() 161 mb->mbxCommand, mb->mbxStatus, rc); in lpfc_vport_sparm()
|
H A D | lpfc_attr.c | 1437 pmboxq->u.mb.mbxCommand = MBX_DOWN_LINK; in lpfc_issue_lip() 2298 pmb->mbxCommand = MBX_READ_CONFIG; in lpfc_get_hba_info() 6774 pmb->mbxCommand = MBX_READ_STATUS; in lpfc_get_stats() 6827 pmb->mbxCommand = MBX_READ_LNK_STAT; in lpfc_get_stats() 6913 pmb->mbxCommand = MBX_READ_STATUS; in lpfc_reset_stats() 6936 pmb->mbxCommand = MBX_READ_LNK_STAT; in lpfc_reset_stats()
|
H A D | lpfc_init.c | 165 mb->mbxCommand, mb->mbxStatus); in lpfc_config_port_prep() 188 mb->mbxCommand, mb->mbxStatus); in lpfc_config_port_prep() 253 mb->mbxCommand, mb->mbxStatus); in lpfc_config_port_prep() 457 mb->mbxCommand, mb->mbxStatus); in lpfc_config_port_post() 512 mb->mbxCommand, mb->mbxStatus); in lpfc_config_port_post() 561 pmb->u.mb.mbxCommand, in lpfc_config_port_post() 808 mb->mbxCommand, mb->mbxStatus); in lpfc_hba_init_link_fc_topology() 3380 actcmd = phba->sli.mbox_active->u.mb.mbxCommand; in lpfc_block_mgmt_io() 12137 pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus); in lpfc_sli_enable_msix()
|
H A D | lpfc_hw.h | 3767 uint8_t mbxCommand; 3775 uint8_t mbxCommand;
|
H A D | lpfc_nportdisc.c | 1862 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && in lpfc_rcv_logo_reglogin_issue() 1873 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && in lpfc_rcv_logo_reglogin_issue()
|
H A D | lpfc_hbadisc.c | 5466 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && in lpfc_cleanup_node() 5477 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) || in lpfc_cleanup_node() 5487 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && in lpfc_cleanup_node()
|
H A D | lpfc_debugfs.c | 5964 (*mbx_mbox_cmd != pmbox->mbxCommand)) in lpfc_idiag_mbxacc_dump_issue_mbox() 5970 pmbox->mbxCommand); in lpfc_idiag_mbxacc_dump_issue_mbox() 5993 pmbox->mbxCommand); in lpfc_idiag_mbxacc_dump_issue_mbox()
|