Searched refs:iflib_restart_event (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/net/ |
H A D | ifdi_if.m | 116 null_needs_restart(if_ctx_t _ctx __unused, enum iflib_restart_event _event __unused) 365 enum iflib_restart_event _event;
|
H A D | iflib.h | 407 enum iflib_restart_event { enum
|
/freebsd/sys/dev/enetc/ |
H A D | if_enetc.c | 98 static bool enetc_if_needs_restart(if_ctx_t, enum iflib_restart_event); 1416 enetc_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in enetc_if_needs_restart()
|
/freebsd/sys/dev/iavf/ |
H A D | if_iavf_iflib.c | 77 static bool iavf_if_needs_restart(if_ctx_t, enum iflib_restart_event); 1511 iavf_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in iavf_if_needs_restart()
|
/freebsd/sys/dev/enic/ |
H A D | if_enic.c | 120 static bool enic_if_needs_restart(if_ctx_t, enum iflib_restart_event); 1571 enic_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in enic_if_needs_restart()
|
/freebsd/sys/dev/ixgbe/ |
H A D | if_ixv.c | 119 static bool ixv_if_needs_restart(if_ctx_t, enum iflib_restart_event); 1222 ixv_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in ixv_if_needs_restart()
|
H A D | if_ix.c | 181 static bool ixgbe_if_needs_restart(if_ctx_t, enum iflib_restart_event); 1336 ixgbe_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in ixgbe_if_needs_restart()
|
/freebsd/sys/dev/ixl/ |
H A D | if_ixl.c | 124 static bool ixl_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event); 1870 ixl_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in ixl_if_needs_restart()
|
/freebsd/sys/dev/vmware/vmxnet3/ |
H A D | if_vmx.c | 183 static bool vmxnet3_if_needs_restart(if_ctx_t, enum iflib_restart_event); 2513 vmxnet3_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in vmxnet3_if_needs_restart()
|
/freebsd/sys/dev/axgbe/ |
H A D | if_axgbe_pci.c | 109 static bool axgbe_if_needs_restart(if_ctx_t, enum iflib_restart_event); 1913 axgbe_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in axgbe_if_needs_restart()
|
/freebsd/sys/dev/igc/ |
H A D | if_igc.c | 113 static bool igc_if_needs_restart(if_ctx_t, enum iflib_restart_event); 2617 igc_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in igc_if_needs_restart()
|
/freebsd/sys/dev/ice/ |
H A D | if_ice_iflib.c | 86 static bool ice_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event); 3306 ice_if_needs_restart(if_ctx_t ctx, enum iflib_restart_event event) in ice_if_needs_restart()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | if_bnxt.c | 238 static bool bnxt_if_needs_restart(if_ctx_t, enum iflib_restart_event); 3549 bnxt_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in bnxt_if_needs_restart()
|
/freebsd/sys/dev/e1000/ |
H A D | if_em.c | 420 static bool em_if_needs_restart(if_ctx_t, enum iflib_restart_event); 4832 em_if_needs_restart(if_ctx_t ctx __unused, enum iflib_restart_event event) in em_if_needs_restart()
|