Searched refs:qla_sem_lock (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/dev/qlxgbe/
H A Dql_inline.h45 * Name: qla_sem_lock
52 qla_sem_lock(qla_host_t *ha, uint32_t sem_reg, uint32_t id_reg, uint32_t id_val) function
74 * previously locked by qla_sem_lock()
H A Dql_misc.c227 if (qla_sem_lock(ha, Q8_FLASH_LOCK, Q8_FLASH_LOCK_ID, 0xABCDABCD)) {
274 if (qla_sem_lock(ha, Q8_FLASH_LOCK, Q8_FLASH_LOCK_ID,
501 if (qla_sem_lock(ha, Q8_FLASH_LOCK, Q8_FLASH_LOCK_ID,
596 if (qla_sem_lock(ha, Q8_FLASH_LOCK, Q8_FLASH_LOCK_ID,
/freebsd-11.0-release/sys/dev/qlxgb/
H A Dqla_inline.h52 * Name: qla_sem_lock
59 qla_sem_lock(qla_host_t *ha, uint32_t sem_reg, uint32_t id_reg, uint32_t id_val) function
81 * previously locked by qla_sem_lock()
H A Dqla_misc.c226 if (qla_sem_lock(ha, Q8_SEM7_LOCK, 0, 0)) {
309 if (qla_sem_lock(ha, Q8_SEM2_LOCK, 0, 0)) {
350 if (qla_sem_lock(ha, Q8_SEM2_LOCK, 0, 0)) {
H A Dqla_hw.c423 ret = qla_sem_lock(ha, Q8_SEM5_LOCK, 0, (uint32_t)ha->pci_func);

Completed in 131 milliseconds