Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe.c700 uint32_t unload_mode,
3787 int unload_mode) in bxe_send_unload_req() argument
3792 if (unload_mode == UNLOAD_NORMAL) { in bxe_send_unload_req()
4012 uint32_t unload_mode, in bxe_chip_cleanup() argument
4072 reset_code = bxe_send_unload_req(sc, unload_mode); in bxe_chip_cleanup()
4210 uint32_t unload_mode, in bxe_nic_unload() argument
4298 } else if (unload_mode != UNLOAD_RECOVERY) { in bxe_nic_unload()
4301 bxe_chip_cleanup(sc, unload_mode, keep_link); in bxe_nic_unload()
4304 bxe_send_unload_req(sc, unload_mode); in bxe_nic_unload()