Searched refs:reset_code (Results 1 – 2 of 2) sorted by relevance
3817 uint32_t reset_code = 0; in bxe_send_unload_req() local3821 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()3823 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()3828 reset_code = bxe_fw_command(sc, reset_code, 0); in bxe_send_unload_req()3830 reset_code = bxe_nic_unload_no_mcp(sc); in bxe_send_unload_req()3833 return (reset_code); in bxe_send_unload_req()4045 uint32_t reset_code; in bxe_chip_cleanup() local4100 reset_code = bxe_send_unload_req(sc, unload_mode); in bxe_chip_cleanup()4143 rc = bxe_reset_hw(sc, reset_code); in bxe_chip_cleanup()
4974 bce_reset(struct bce_softc *sc, u32 reset_code) in bce_reset() argument4984 __FUNCTION__, reset_code); in bce_reset()5016 rc = bce_fw_sync(sc, BCE_DRV_MSG_DATA_WAIT0 | reset_code); in bce_reset()5076 rc = bce_fw_sync(sc, BCE_DRV_MSG_DATA_WAIT1 | reset_code); in bce_reset()5085 if (reset_code == BCE_DRV_MSG_CODE_RESET) { in bce_reset()