Home
last modified time | relevance | path

Searched refs:MBX_REG_LOGIN64 (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_mbox.c827 mb->mbxCommand = MBX_REG_LOGIN64; in lpfc_reg_rpi()
841 mb->mbxCommand = MBX_REG_LOGIN64; in lpfc_reg_rpi()
H A Dlpfc_nportdisc.c1862 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 Dlpfc_hbadisc.c5465 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && in lpfc_cleanup_node()
5476 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) || in lpfc_cleanup_node()
5486 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && in lpfc_cleanup_node()
H A Dlpfc_sli.c2781 case MBX_REG_LOGIN64: in lpfc_sli_chk_mbx_command()
2870 pmb->u.mb.mbxCommand == MBX_REG_LOGIN64 && in lpfc_sli_def_mbox_cmpl()
2900 if (pmb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_sli_def_mbox_cmpl()
21059 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) && in lpfc_cleanup_pending_mbox()
21068 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) || in lpfc_cleanup_pending_mbox()
21071 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_cleanup_pending_mbox()
21095 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) && in lpfc_cleanup_pending_mbox()
21100 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_cleanup_pending_mbox()
21116 if (mb->u.mb.mbxCommand == MBX_REG_LOGIN64) { in lpfc_cleanup_pending_mbox()
H A Dlpfc_hw.h1998 #define MBX_REG_LOGIN64 0x93 macro
H A Dlpfc_bsg.c3513 case MBX_REG_LOGIN64: in lpfc_bsg_check_cmd_access()