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

Function fs_dev

dpdk/drivers/net/failsafe/failsafe_private.h:395–398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393}
394
395static inline struct rte_eth_dev *
396fs_dev(struct sub_device *sdev) {
397 return &rte_eth_devices[sdev->fs_port_id];
398}
399
400/*
401 * Lock hot-plug mutex.

Calls

no outgoing calls

Tested by

no test coverage detected