Home
last modified time | relevance | path

Searched refs:reset_code (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/bxe/
HDbxe.c3980 uint32_t reset_code = 0; in bxe_send_unload_req() local
3988 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()
3992 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_MCP; in bxe_send_unload_req()
4023 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_EN; in bxe_send_unload_req()
4027 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()
4032 reset_code = bxe_fw_command(sc, reset_code, 0); in bxe_send_unload_req()
4034 reset_code = bxe_nic_unload_no_mcp(sc); in bxe_send_unload_req()
4037 return (reset_code); in bxe_send_unload_req()
4249 uint32_t reset_code; in bxe_chip_cleanup() local
4304 reset_code = bxe_send_unload_req(sc, unload_mode); in bxe_chip_cleanup()
[all …]
/trueos/sys/dev/bce/
HDif_bce.c4952 bce_reset(struct bce_softc *sc, u32 reset_code) in bce_reset() argument
4962 __FUNCTION__, reset_code); in bce_reset()
4994 rc = bce_fw_sync(sc, BCE_DRV_MSG_DATA_WAIT0 | reset_code); in bce_reset()
5054 rc = bce_fw_sync(sc, BCE_DRV_MSG_DATA_WAIT1 | reset_code); in bce_reset()
5063 if (reset_code == BCE_DRV_MSG_CODE_RESET) { in bce_reset()