Home
last modified time | relevance | path

Searched refs:sem_reg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_inline.h50 qla_sem_lock(qla_host_t *ha, uint32_t sem_reg, uint32_t id_reg, uint32_t id_val) in qla_sem_lock() argument
55 if ((READ_REG32(ha, sem_reg) & BIT_0)) in qla_sem_lock()
75 qla_sem_unlock(qla_host_t *ha, uint32_t sem_reg) in qla_sem_unlock() argument
77 READ_REG32(ha, sem_reg); in qla_sem_unlock()
/freebsd/sys/dev/qlxgb/
H A Dqla_inline.h58 qla_sem_lock(qla_host_t *ha, uint32_t sem_reg, uint32_t id_reg, uint32_t id_val) in qla_sem_lock() argument
63 if ((READ_REG32(ha, sem_reg) & SEM_LOCK_BIT)) in qla_sem_lock()
83 qla_sem_unlock(qla_host_t *ha, uint32_t sem_reg) in qla_sem_unlock() argument
85 READ_REG32(ha, sem_reg); in qla_sem_unlock()