Home
last modified time | relevance | path

Searched refs:lock_status (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_hw.c469 u32 cnt, lock_status, hw_lock_cntr_reg;
481 lock_status = ecore_rd(p_hwfn, p_ptt, hw_lock_cntr_reg);
483 if (lock_status & resource) {
486 lock_status, resource);
496 lock_status = ecore_rd(p_hwfn, p_ptt, hw_lock_cntr_reg);
498 if (lock_status & resource)
525 u32 lock_status, hw_lock_cntr_reg;
536 lock_status = ecore_rd(p_hwfn, p_ptt, hw_lock_cntr_reg);
538 if (!(lock_status & resource)) {
541 resource, lock_status);
/freebsd/sys/kern/
H A Dkern_timeout.c636 uintptr_t lock_status; in softclock_call_cc() local
658 lock_status = 0; in softclock_call_cc()
661 lock_status = (uintptr_t)&tracker; in softclock_call_cc()
663 lock_status = 1; in softclock_call_cc()
678 lock_status) == 0)) { in softclock_call_cc()
689 class->lc_lock(c_lock, lock_status); in softclock_call_cc()
/freebsd/sys/dev/bxe/
H A Dbxe.c1006 uint32_t lock_status; in bxe_acquire_hw_lock() local
1027 lock_status = REG_RD(sc, hw_lock_control_reg); in bxe_acquire_hw_lock()
1028 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()
1030 resource, lock_status, resource_bit); in bxe_acquire_hw_lock()
1037 lock_status = REG_RD(sc, hw_lock_control_reg); in bxe_acquire_hw_lock()
1038 if (lock_status & resource_bit) { in bxe_acquire_hw_lock()
1053 uint32_t lock_status; in bxe_release_hw_lock() local
1073 lock_status = REG_RD(sc, hw_lock_control_reg); in bxe_release_hw_lock()
1074 if (!(lock_status & resource_bit)) { in bxe_release_hw_lock()
1076 resource, lock_status, resource_bit); in bxe_release_hw_lock()
[all …]
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h9263 u8 lock_status[0x2]; member