Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1624 uint32_t reset_code = 0; in bnx2x_send_unload_req() local
1628 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() local
1881 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()
/f-stack/dpdk/drivers/net/ionic/
H A Dionic_if.h1916 u8 reset_code; member