Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c3806 uint32_t reset_code = 0; in bxe_send_unload_req() local
3810 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()
3812 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bxe_send_unload_req()
3817 reset_code = bxe_fw_command(sc, reset_code, 0); in bxe_send_unload_req()
3819 reset_code = bxe_nic_unload_no_mcp(sc); in bxe_send_unload_req()
3822 return (reset_code); in bxe_send_unload_req()
4034 uint32_t reset_code; in bxe_chip_cleanup() local
4089 reset_code = bxe_send_unload_req(sc, unload_mode); in bxe_chip_cleanup()
4132 rc = bxe_reset_hw(sc, reset_code); in bxe_chip_cleanup()
/freebsd-13.1/sys/dev/bce/
H A Dif_bce.c4876 bce_reset(struct bce_softc *sc, u32 reset_code) in bce_reset() argument
4886 __FUNCTION__, reset_code); in bce_reset()
4918 rc = bce_fw_sync(sc, BCE_DRV_MSG_DATA_WAIT0 | reset_code); in bce_reset()
4978 rc = bce_fw_sync(sc, BCE_DRV_MSG_DATA_WAIT1 | reset_code); in bce_reset()
4987 if (reset_code == BCE_DRV_MSG_CODE_RESET) { in bce_reset()