Searched refs:iop_send_sync_msg (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/scsi/ |
D | hptiop.c | 47 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec); 77 return iop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_NOP, millisec); in iop_wait_ready_mv() 82 return iop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_NOP, millisec); in iop_wait_ready_mvfrey() 387 static int iop_send_sync_msg(struct hptiop_hba *hba, u32 msg, u32 millisec) in iop_send_sync_msg() function 584 if (iop_send_sync_msg(hba, in hptiop_initialize_iop() 978 if (iop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_RESET_COMM, 3000)) in hptiop_reset_comm_mvfrey() 1098 if (iop_send_sync_msg(hba, in hptiop_reset_hba() 1520 if (iop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_SHUTDOWN, 60000)) in hptiop_shutdown()
|