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

Function failsafe_args_count_subdevice

dpdk/drivers/net/failsafe/failsafe_args.c:477–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

475}
476
477int
478failsafe_args_count_subdevice(struct rte_eth_dev *dev,
479 const char *params)
480{
481 return fs_parse_sub_devices(fs_count_device,
482 dev, params);
483}
484
485static int
486fs_parse_sub_device(struct sub_device *sdev)

Callers 1

fs_sub_device_allocFunction · 0.85

Calls 1

fs_parse_sub_devicesFunction · 0.85

Tested by

no test coverage detected