Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_mbox.c324 mb->mbxCommand = MBX_HEARTBEAT; in lpfc_heart_beat()
H A Dlpfc_hw.h1982 #define MBX_HEARTBEAT 0x31 macro
H A Dlpfc_sli.c2789 case MBX_HEARTBEAT: in lpfc_sli_chk_mbx_command()
3064 if (pmbox->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_handle_mb_event()
9519 if (mbx->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_issue_mbox_s3()
10238 if (mbx_cmnd != MBX_HEARTBEAT) { in lpfc_sli4_post_async_mbox()
13869 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli_sp_intr_handler()
14364 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli4_sp_handle_mbox_event()
H A Dlpfc_init.c3349 uint8_t actcmd = MBX_HEARTBEAT; in lpfc_block_mgmt_io()