Searched refs:ice_if_detach (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/ice/
H A Dif_ice_iflib.c62 static int ice_if_detach(if_ctx_t);
149 DEVMETHOD(ifdi_detach, ice_if_detach),
856 * ice_if_detach - Device driver detach logic
862 * ice_if_detach(). It is possible for the functions to be called in either
866 ice_if_detach(if_ctx_t ctx) function
929 } /* ice_if_detach */
1102 * There is no guarantee that ice_if_queues_free() and ice_if_detach() will be
1104 * called prior to ice_if_detach(), and vice versa.
1121 * pointers. Note, the calls here and those in ice_if_detach()
1128 /* Release MSI-X IRQ vectors, if not yet released in ice_if_detach */
[all...]

Completed in 107 milliseconds