Home
last modified time | relevance | path

Searched refs:slave_ops (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c702 const struct net_device_ops *slave_ops = slave_dev->netdev_ops; in bond_check_dev_link() local
719 ioctl = slave_ops->ndo_do_ioctl; in bond_check_dev_link()
1696 const struct net_device_ops *slave_ops = slave_dev->netdev_ops; in bond_enslave() local
1704 slave_ops->ndo_do_ioctl == NULL) { in bond_enslave()
1801 if (!slave_ops->ndo_set_mac_address || in bond_enslave()
4057 const struct net_device_ops *slave_ops; in bond_neigh_init() local
4066 slave_ops = slave->dev->netdev_ops; in bond_neigh_init()
4067 if (!slave_ops->ndo_neigh_setup) in bond_neigh_init()
4079 ret = slave_ops->ndo_neigh_setup(slave->dev, &parms); in bond_neigh_init()