Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1628 uint32_t reset_code = 0; in bnx2x_send_unload_req() local
1632 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
1634 reset_code = DRV_MSG_CODE_UNLOAD_REQ_WOL_DIS; in bnx2x_send_unload_req()
1639 reset_code = bnx2x_fw_command(sc, reset_code, 0); in bnx2x_send_unload_req()
1641 reset_code = bnx2x_nic_unload_no_mcp(sc); in bnx2x_send_unload_req()
1644 return reset_code; in bnx2x_send_unload_req()
1832 uint32_t reset_code; in bnx2x_chip_cleanup() local
1885 reset_code = bnx2x_send_unload_req(sc, unload_mode); in bnx2x_chip_cleanup()
1924 rc = bnx2x_reset_hw(sc, reset_code); in bnx2x_chip_cleanup()
/dpdk/drivers/net/ionic/
H A Dionic_if.h2219 u8 reset_code; member
H A Dionic_lif.c1291 cq_desc->reset.reset_code, in ionic_notifyq_cb()