Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/bxe/
Dbxe.c716 uint32_t unload_mode,
3823 int unload_mode) in bxe_send_unload_req() argument
3828 if (unload_mode == UNLOAD_NORMAL) { in bxe_send_unload_req()
4048 uint32_t unload_mode, in bxe_chip_cleanup() argument
4108 reset_code = bxe_send_unload_req(sc, unload_mode); in bxe_chip_cleanup()
4246 uint32_t unload_mode, in bxe_nic_unload() argument
4334 } else if (unload_mode != UNLOAD_RECOVERY) { in bxe_nic_unload()
4337 bxe_chip_cleanup(sc, unload_mode, keep_link); in bxe_nic_unload()
4340 bxe_send_unload_req(sc, unload_mode); in bxe_nic_unload()