Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c331 mb->mbxCommand = MBX_HEARTBEAT; in lpfc_heart_beat()
H A Dlpfc_hw.h1960 #define MBX_HEARTBEAT 0x31 macro
H A Dlpfc_sli.c2784 case MBX_HEARTBEAT: in lpfc_sli_chk_mbx_command()
3073 if (pmbox->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_handle_mb_event()
9516 if (mbx->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_issue_mbox_s3()
10237 if (mbx_cmnd != MBX_HEARTBEAT) { in lpfc_sli4_post_async_mbox()
13873 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli_sp_intr_handler()
14377 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli4_sp_handle_mbox_event()
H A Dlpfc_init.c3357 uint8_t actcmd = MBX_HEARTBEAT; in lpfc_block_mgmt_io()