Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c1648 static void bnx2x_send_unload_done(struct bnx2x_softc *sc, uint8_t keep_link) in bnx2x_send_unload_done() argument
1651 keep_link ? DRV_MSG_CODE_UNLOAD_SKIP_LINK_RESET : 0; in bnx2x_send_unload_done()
1828 bnx2x_chip_cleanup(struct bnx2x_softc *sc, uint32_t unload_mode, uint8_t keep_link) in bnx2x_chip_cleanup() argument
1930 bnx2x_send_unload_done(sc, keep_link); in bnx2x_chip_cleanup()
2009 bnx2x_nic_unload(struct bnx2x_softc *sc, uint32_t unload_mode, uint8_t keep_link) in bnx2x_nic_unload() argument
2079 bnx2x_chip_cleanup(sc, unload_mode, keep_link); in bnx2x_nic_unload()
H A Dbnx2x.h2002 int bnx2x_nic_unload(struct bnx2x_softc *sc, uint32_t unload_mode, uint8_t keep_link);