Searched refs:resource_bit (Results 1 – 1 of 1) sorted by relevance
191 uint32_t resource_bit = (1 << resource); in bnx2x_acquire_hw_lock() local220 if (lock_status & resource_bit) { in bnx2x_acquire_hw_lock()223 lock_status, resource_bit); in bnx2x_acquire_hw_lock()231 if (lock_status & resource_bit) { in bnx2x_acquire_hw_lock()238 resource, resource_bit); in bnx2x_acquire_hw_lock()245 uint32_t resource_bit = (1 << resource); in bnx2x_release_hw_lock() local273 if (!(lock_status & resource_bit)) { in bnx2x_release_hw_lock()276 lock_status, resource_bit); in bnx2x_release_hw_lock()280 REG_WR(sc, hw_lock_control_reg, resource_bit); in bnx2x_release_hw_lock()5899 uint32_t resource_bit = (1 << resource); in bnx2x_trylock_hw_lock() local[all …]