Searched refs:iop_wait_ready (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | hptiop.h | 346 int (*iop_wait_ready)(struct hptiop_hba *hba, u32 millisec); member
|
H A D | hptiop.c | 1349 if (hba->ops->iop_wait_ready(hba, 20000)) { in hptiop_probe() 1587 .iop_wait_ready = iop_wait_ready_itl, 1606 .iop_wait_ready = iop_wait_ready_mv, 1625 .iop_wait_ready = iop_wait_ready_mvfrey,
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | hptiop.h | 346 int (*iop_wait_ready)(struct hptiop_hba *hba, u32 millisec); member
|
H A D | hptiop.c | 1344 if (hba->ops->iop_wait_ready(hba, 20000)) { in hptiop_probe() 1582 .iop_wait_ready = iop_wait_ready_itl, 1601 .iop_wait_ready = iop_wait_ready_mv, 1620 .iop_wait_ready = iop_wait_ready_mvfrey,
|
Completed in 7 milliseconds