Searched defs:resource_bit (Results 1 - 1 of 1) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c1586 u32 resource_bit = (1 << resource); local
1608 REG_WR(bp, hw_lock_control_reg + 4, resource_bit);
1610 if (lock_status & resource_bit)
1810 u32 resource_bit = (1 << resource); local
1831 if (lock_status & resource_bit) {
1832 BNX2X_ERR("lock_status 0x%x resource_bit 0x%x\n",
1833 lock_status, resource_bit);
1840 REG_WR(bp, hw_lock_control_reg + 4, resource_bit);
1842 if (lock_status & resource_bit)
1859 u32 resource_bit local
[all...]

Completed in 21 milliseconds