Lines Matching refs:millisec
78 u_int32_t msg, u_int32_t millisec);
283 static int hptiop_wait_ready_itl(struct hpt_iop_hba * hba, u_int32_t millisec) in hptiop_wait_ready_itl() argument
288 for (i = 0; i < millisec; i++) { in hptiop_wait_ready_itl()
304 static int hptiop_wait_ready_mv(struct hpt_iop_hba * hba, u_int32_t millisec) in hptiop_wait_ready_mv() argument
306 if (hptiop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_NOP, millisec)) in hptiop_wait_ready_mv()
313 u_int32_t millisec) in hptiop_wait_ready_mvfrey() argument
315 if (hptiop_send_sync_msg(hba, IOPMU_INBOUND_MSG0_NOP, millisec)) in hptiop_wait_ready_mvfrey()
800 u_int32_t req32, u_int32_t millisec) in hptiop_send_sync_request_itl() argument
808 for (i = 0; i < millisec; i++) { in hptiop_send_sync_request_itl()
822 void *req, u_int32_t millisec) in hptiop_send_sync_request_mv() argument
836 for (i = 0; i < millisec; i++) { in hptiop_send_sync_request_mv()
846 void *req, u_int32_t millisec) in hptiop_send_sync_request_mvfrey() argument
878 for (i = 0; i < millisec; i++) { in hptiop_send_sync_request_mvfrey()
888 u_int32_t msg, u_int32_t millisec) in hptiop_send_sync_msg() argument
895 for (i=0; i<millisec; i++) { in hptiop_send_sync_msg()