Searched refs:COND_WAIT (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_sis.c | 132 COND_WAIT(((PCI_MEM_GET32(softs, &softs->ioa_reg->ioa_to_host_db, LEGACY_SIS_ODBR_R) & in pqisrc_reenable_sis() 153 COND_WAIT((GET_FW_STATUS(softs) & in pqisrc_check_fw_status() 199 COND_WAIT((PCI_MEM_GET32(softs, &softs->ioa_reg->ioa_to_host_db, LEGACY_SIS_ODBR_R) & in pqisrc_send_sis_cmd()
|
H A D | smartpqi_init.c | 377 COND_WAIT((PCI_MEM_GET64(softs, &softs->pqi_reg->admin_q_config, in pqisrc_check_pqimode() 388 COND_WAIT(LE_32(PCI_MEM_GET32(softs, &softs->pqi_reg->pqi_dev_status, PQI_DEV_STATUS)) & in pqisrc_check_pqimode()
|
H A D | smartpqi_queue.c | 69 COND_WAIT((*(ob_q->pi_virt_addr) != ob_q->ci_local), tmo); in pqisrc_submit_admin_req() 334 COND_WAIT((PCI_MEM_GET64(softs, &softs->pqi_reg->admin_q_config, PQI_ADMINQ_CONFIG) == in pqisrc_create_delete_adminq()
|
H A D | smartpqi_event.c | 94 COND_WAIT(((ib_q->pi_local) == *(ib_q->ci_virt_addr)), tmo); in pqisrc_acknowledge_event()
|
H A D | smartpqi_defines.h | 108 #define COND_WAIT(cond, timeout /* in millisecond */) { \ macro
|