Searched refs:failsafe_ops (Results 1 – 4 of 4) sorted by relevance
20 'failsafe_ops.c',
186 dev->dev_ops = &failsafe_ops; in fs_eth_dev_create()339 eth_dev->dev_ops = &failsafe_ops; in rte_pmd_failsafe_probe()
256 extern const struct eth_dev_ops failsafe_ops;
1524 const struct eth_dev_ops failsafe_ops = { variable