Symbol: iflib_restart_event
sys/dev/axgbe/if_axgbe_pci.c
109
static bool axgbe_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/axgbe/if_axgbe_pci.c
1913
axgbe_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
sys/dev/bnxt/bnxt_en/if_bnxt.c
264
static bool bnxt_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/bnxt/bnxt_en/if_bnxt.c
4231
bnxt_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
sys/dev/e1000/if_em.c
421
static bool em_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/e1000/if_em.c
4978
em_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
sys/dev/enetc/if_enetc.c
1416
enetc_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
sys/dev/enetc/if_enetc.c
98
static bool enetc_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/enic/if_enic.c
120
static bool enic_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/enic/if_enic.c
1707
enic_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event)
sys/dev/iavf/if_iavf_iflib.c
1508
iavf_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
sys/dev/iavf/if_iavf_iflib.c
77
static bool iavf_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/ice/if_ice_iflib.c
3381
ice_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event)
sys/dev/ice/if_ice_iflib.c
89
static bool ice_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event);
sys/dev/igc/if_igc.c
112
static bool igc_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/igc/if_igc.c
2634
igc_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
sys/dev/ixgbe/if_ix.c
1423
ixgbe_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
sys/dev/ixgbe/if_ix.c
196
static bool ixgbe_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/ixgbe/if_ixv.c
121
static bool ixv_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/ixgbe/if_ixv.c
1227
ixv_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
sys/dev/ixl/if_ixl.c
124
static bool ixl_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event);
sys/dev/ixl/if_ixl.c
1902
ixl_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)
sys/dev/vmware/vmxnet3/if_vmx.c
181
static bool vmxnet3_if_needs_restart(if_ctx_t, enum iflib_restart_event);
sys/dev/vmware/vmxnet3/if_vmx.c
2505
vmxnet3_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event)