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

Function ionic_set_rx_mode

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

Source from the content-addressed store, hash-verified

451}
452
453static void
454ionic_set_rx_mode(struct ionic_lif *lif, uint32_t rx_mode)
455{
456 if (lif->rx_mode != rx_mode) {
457 lif->rx_mode = rx_mode;
458 ionic_lif_rx_mode(lif, rx_mode);
459 }
460}
461
462int
463ionic_dev_promiscuous_enable(struct rte_eth_dev *eth_dev)

Callers 5

ionic_lif_startFunction · 0.85

Calls 1

ionic_lif_rx_modeFunction · 0.85

Tested by

no test coverage detected