MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ionic_dev_allmulticast_enable

Function ionic_dev_allmulticast_enable

dpdk/drivers/net/ionic/ionic_lif.c:490–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490int
491ionic_dev_allmulticast_enable(struct rte_eth_dev *eth_dev)
492{
493 struct ionic_lif *lif = IONIC_ETH_DEV_TO_LIF(eth_dev);
494 uint32_t rx_mode = lif->rx_mode;
495
496 rx_mode |= IONIC_RX_MODE_F_ALLMULTI;
497
498 ionic_set_rx_mode(lif, rx_mode);
499
500 return 0;
501}
502
503int
504ionic_dev_allmulticast_disable(struct rte_eth_dev *eth_dev)

Callers

nothing calls this directly

Calls 1

ionic_set_rx_modeFunction · 0.85

Tested by

no test coverage detected