Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/scsi/lpfc/
Dlpfc_mbox.c324 mb->mbxCommand = MBX_HEARTBEAT; in lpfc_heart_beat()
Dlpfc_hw.h1982 #define MBX_HEARTBEAT 0x31 macro
Dlpfc_sli.c2791 case MBX_HEARTBEAT: in lpfc_sli_chk_mbx_command()
3066 if (pmbox->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_handle_mb_event()
9523 if (mbx->mbxCommand != MBX_HEARTBEAT) { in lpfc_sli_issue_mbox_s3()
10245 if (mbx_cmnd != MBX_HEARTBEAT) { in lpfc_sli4_post_async_mbox()
13878 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli_sp_intr_handler()
14373 if (pmbox->mbxCommand == MBX_HEARTBEAT) { in lpfc_sli4_sp_handle_mbox_event()
Dlpfc_init.c3349 uint8_t actcmd = MBX_HEARTBEAT; in lpfc_block_mgmt_io()