Searched refs:allmulti (Results 1 – 7 of 7) sorted by relevance
42 uint32_t allmulti:1; /**< This rule matches all multicast traffic. */ member
265 port->allmulti = (sa->eth_dev->data->all_multicast != 0) ? in sfc_port_start()538 return port->promisc || port->allmulti; in sfc_get_requested_all_mcast()
86 boolean_t allmulti; member
774 if (port->allmulti) { in sfc_rx_default_rxq_set_filter()779 port->allmulti = B_FALSE; in sfc_rx_default_rxq_set_filter()
60 packets will be redirected. In allmulti mode, all multicast packets will be
323 set vf allmulti 0 0 on|off
98 * Support for MAC adding along with allmulti and promiscuous modes from VF.