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

/freebsd-current/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) argument
55 if ((READ_REG32(ha, sem_reg) & BIT_0))
75 qla_sem_unlock(qla_host_t *ha, uint32_t sem_reg) argument
77 READ_REG32(ha, sem_reg);
/freebsd-current/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) argument
63 if ((READ_REG32(ha, sem_reg) & SEM_LOCK_BIT))
83 qla_sem_unlock(qla_host_t *ha, uint32_t sem_reg) argument
85 READ_REG32(ha, sem_reg);

Completed in 128 milliseconds