Home
last modified time | relevance | path

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

/freebsd/sys/dev/oce/
H A Doce_mbox.c660 * @param enable_promisc flag to enable/disable VLAN promiscuous mode
667 uint8_t vtag_cnt, uint32_t untagged, uint32_t enable_promisc) in oce_config_vlan() argument
687 fwcmd->params.req.promisc = (uint8_t) enable_promisc; in oce_config_vlan()
691 if (!enable_promisc) { in oce_config_vlan()
H A Doce_if.h1021 uint32_t untagged, uint32_t enable_promisc);
/freebsd/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_flow_table.c1163 bool enable_promisc = !ea->promisc_enabled && promisc_enabled; in mlx5e_set_rx_mode_core() local
1174 if (enable_promisc) { in mlx5e_set_rx_mode_core()