Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mlx5/mlx5_en/
HDmlx5_en_flow_table.c674 bool enable_promisc = !ea->promisc_enabled && promisc_enabled; in mlx5e_set_rx_mode_core() local
685 if (enable_promisc) in mlx5e_set_rx_mode_core()
/NextBSD/sys/dev/oce/
HDoce_mbox.c636 uint8_t vtag_cnt, uint32_t untagged, uint32_t enable_promisc) in oce_config_vlan() argument
656 fwcmd->params.req.promisc = (uint8_t) enable_promisc; in oce_config_vlan()
660 if (!enable_promisc) { in oce_config_vlan()
HDoce_if.h1010 uint32_t untagged, uint32_t enable_promisc);