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

/freebsd-current/sys/dev/ice/
H A Dice_common_sysctls.h146 SYSCTL_BOOL(_hw_ice_debug, OID_AUTO, enable_tx_lldp_filter, CTLFLAG_RDTUN,
H A Dice_iflib.h239 * @enable_tx_lldp_filter: boolean indicating if the Tx LLDP filter is enabled
309 bool enable_tx_lldp_filter; member in struct:ice_softc
H A Dice_lib.c6222 sc->enable_tx_lldp_filter = ice_enable_tx_lldp_filter;
6224 SYSCTL_ADD_BOOL(ctx, debug_list, OID_AUTO, "enable_tx_lldp_filter",
6226 &sc->enable_tx_lldp_filter, 0,
9152 if (sc->enable_tx_lldp_filter) {

Completed in 187 milliseconds