MCPcopy Index your code
hub / github.com/F-Stack/f-stack / rte_eth_allmulticast_get

Function rte_eth_allmulticast_get

dpdk/lib/ethdev/rte_ethdev.c:2971–2982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2969}
2970
2971int
2972rte_eth_allmulticast_get(uint16_t port_id)
2973{
2974 struct rte_eth_dev *dev;
2975
2976 RTE_ETH_VALID_PORTID_OR_ERR_RET(port_id, -ENODEV);
2977 dev = &rte_eth_devices[port_id];
2978
2979 rte_eth_trace_allmulticast_get(port_id, dev->data->all_multicast);
2980
2981 return dev->data->all_multicast;
2982}
2983
2984int
2985rte_eth_link_get(uint16_t port_id, struct rte_eth_link *eth_link)

Callers 9

eth_dev_config_restoreFunction · 0.85
rx_burst_8023adFunction · 0.85
bnx2x_promisc_enableFunction · 0.85
bnx2x_promisc_disableFunction · 0.85
qede_promiscuous_disableFunction · 0.85
port_infos_displayFunction · 0.85
show_portFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected