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

Function ionic_dev_allmulticast_disable

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

Source from the content-addressed store, hash-verified

501}
502
503int
504ionic_dev_allmulticast_disable(struct rte_eth_dev *eth_dev)
505{
506 struct ionic_lif *lif = IONIC_ETH_DEV_TO_LIF(eth_dev);
507 uint32_t rx_mode = lif->rx_mode;
508
509 rx_mode &= ~IONIC_RX_MODE_F_ALLMULTI;
510
511 ionic_set_rx_mode(lif, rx_mode);
512
513 return 0;
514}
515
516int
517ionic_lif_change_mtu(struct ionic_lif *lif, uint32_t new_mtu)

Callers

nothing calls this directly

Calls 1

ionic_set_rx_modeFunction · 0.85

Tested by

no test coverage detected