net_shaper_ops
static const struct net_shaper_ops iavf_shaper_ops = {
.net_shaper_ops = &iavf_shaper_ops,
static const struct net_shaper_ops mana_shaper_ops = {
.net_shaper_ops = &mana_shaper_ops,
static const struct net_shaper_ops nsim_shaper_ops = {
.net_shaper_ops = &nsim_shaper_ops,
const struct net_shaper_ops *net_shaper_ops;
ret |= !!dev->netdev_ops->net_shaper_ops;
if (!net_shaper_ops(binding)->group)
const struct net_shaper_ops *ops;
ops = net_shaper_ops(binding);
const struct net_shaper_ops *ops;
ops = net_shaper_ops(binding);
if (!dev->netdev_ops->net_shaper_ops) {
if (!dev->netdev_ops->net_shaper_ops) {
const struct net_shaper_ops *ops = net_shaper_ops(binding);
const struct net_shaper_ops *ops = net_shaper_ops(binding);
static const struct net_shaper_ops *
return binding->netdev->netdev_ops->net_shaper_ops;
const struct net_shaper_ops *ops;
ops = net_shaper_ops(binding);
const struct net_shaper_ops *ops = net_shaper_ops(binding);
const struct net_shaper_ops *ops = net_shaper_ops(binding);