Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1622 static uint32_t bnx2x_send_unload_req(struct bnx2x_softc *sc, int unload_mode) in bnx2x_send_unload_req() argument
1627 if (unload_mode == UNLOAD_NORMAL) { in bnx2x_send_unload_req()
1824 bnx2x_chip_cleanup(struct bnx2x_softc *sc, uint32_t unload_mode, uint8_t keep_link) in bnx2x_chip_cleanup() argument
1881 reset_code = bnx2x_send_unload_req(sc, unload_mode); in bnx2x_chip_cleanup()
2005 bnx2x_nic_unload(struct bnx2x_softc *sc, uint32_t unload_mode, uint8_t keep_link) in bnx2x_nic_unload() argument
2073 } else if (unload_mode != UNLOAD_RECOVERY) { in bnx2x_nic_unload()
2075 bnx2x_chip_cleanup(sc, unload_mode, keep_link); in bnx2x_nic_unload()
2078 bnx2x_send_unload_req(sc, unload_mode); in bnx2x_nic_unload()
H A Dbnx2x.h2001 int bnx2x_nic_unload(struct bnx2x_softc *sc, uint32_t unload_mode, uint8_t keep_link);