Searched refs:keep_link (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.c | 1644 static void bnx2x_send_unload_done(struct bnx2x_softc *sc, uint8_t keep_link) in bnx2x_send_unload_done() argument 1647 keep_link ? DRV_MSG_CODE_UNLOAD_SKIP_LINK_RESET : 0; in bnx2x_send_unload_done() 1824 bnx2x_chip_cleanup(struct bnx2x_softc *sc, uint32_t unload_mode, uint8_t keep_link) in bnx2x_chip_cleanup() argument 1926 bnx2x_send_unload_done(sc, keep_link); 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 2075 bnx2x_chip_cleanup(sc, unload_mode, keep_link); in bnx2x_nic_unload()
|
| H A D | bnx2x.h | 2001 int bnx2x_nic_unload(struct bnx2x_softc *sc, uint32_t unload_mode, uint8_t keep_link);
|