Searched refs:iop_send_sync_msg (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/ |
H A D | hptiop.c | 39 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec); 69 return iop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_NOP, millisec); in iop_wait_ready_mv() 74 return iop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_NOP, millisec); in iop_wait_ready_mvfrey() 379 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec) in iop_send_sync_msg() function 576 if (iop_send_sync_msg(hba, in hptiop_initialize_iop() 969 if (iop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_RESET_COMM, 3000)) in hptiop_reset_comm_mvfrey() 1082 if (iop_send_sync_msg(hba, in hptiop_reset_hba() 1510 if (iop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_SHUTDOWN, 60000)) in hptiop_shutdown()
|