Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Dbxe.c3825 uint32_t reset_code = 0; in bxe_send_unload_req() local
3829 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()
3831 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()
3836 reset_code = bxe_fw_command(sc, reset_code, 0); in bxe_send_unload_req()
3838 reset_code = bxe_nic_unload_no_mcp(sc); in bxe_send_unload_req()
3841 return (reset_code); in bxe_send_unload_req()
4053 uint32_t reset_code; in bxe_chip_cleanup() local
4108 reset_code = bxe_send_unload_req(sc, unload_mode); in bxe_chip_cleanup()
4151 rc = bxe_reset_hw(sc, reset_code); in bxe_chip_cleanup()
/freebsd-10-stable/sys/dev/bce/
Dif_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()