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

/freebsd-13-stable/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.c228 if (qla_sem_lock(ha, Q8_FLASH_LOCK, Q8_FLASH_LOCK_ID, 0xABCDABCD)) {
275 if (qla_sem_lock(ha, Q8_FLASH_LOCK, Q8_FLASH_LOCK_ID,
502 if (qla_sem_lock(ha, Q8_FLASH_LOCK, Q8_FLASH_LOCK_ID,
597 if (qla_sem_lock(ha, Q8_FLASH_LOCK, Q8_FLASH_LOCK_ID,
/freebsd-13-stable/sys/dev/qlxgb/
H A Dqla_inline.h53 * Name: qla_sem_lock
60 qla_sem_lock(qla_host_t *ha, uint32_t sem_reg, uint32_t id_reg, uint32_t id_val) function
82 * previously locked by qla_sem_lock()
H A Dqla_misc.c228 if (qla_sem_lock(ha, Q8_SEM7_LOCK, 0, 0)) {
311 if (qla_sem_lock(ha, Q8_SEM2_LOCK, 0, 0)) {
352 if (qla_sem_lock(ha, Q8_SEM2_LOCK, 0, 0)) {
H A Dqla_hw.c424 ret = qla_sem_lock(ha, Q8_SEM5_LOCK, 0, (uint32_t)ha->pci_func);

Completed in 140 milliseconds