Searched refs:reset_code (Results 1 – 2 of 2) sorted by relevance
1624 uint32_t reset_code = 0; in bnx2x_send_unload_req() local1628 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()1630 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()1635 reset_code = bnx2x_fw_command(sc, reset_code, 0); in bnx2x_send_unload_req()1637 reset_code = bnx2x_nic_unload_no_mcp(sc); in bnx2x_send_unload_req()1640 return reset_code; in bnx2x_send_unload_req()1828 uint32_t reset_code; in bnx2x_chip_cleanup() local1881 reset_code = bnx2x_send_unload_req(sc, unload_mode); in bnx2x_chip_cleanup()1920 rc = bnx2x_reset_hw(sc, reset_code); in bnx2x_chip_cleanup()
1916 u8 reset_code; member