Searched refs:ndo_set_config (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev_ioctl.c | 254 if (ops->ndo_set_config) { in dev_ifsioc() 257 return ops->ndo_set_config(dev, &ifr->ifr_map); in dev_ifsioc()
|
| H A D | rtnetlink.c | 2625 if (!ops->ndo_set_config) { in do_setlink() 2643 err = ops->ndo_set_config(dev, &k_map); in do_setlink()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | etherh.c | 636 .ndo_set_config = etherh_set_config,
|
| H A D | pcnet_cs.c | 223 .ndo_set_config = set_config,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/3com/ |
| H A D | 3c589_cs.c | 187 .ndo_set_config = el3_config,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/fujitsu/ |
| H A D | fmvj18x_cs.c | 226 .ndo_set_config = fjn_config,
|
| /OK3568_Linux_fs/kernel/drivers/staging/gdm724x/ |
| H A D | gdm_lte.c | 826 .ndo_set_config = gdm_lte_set_config,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/amd/ |
| H A D | nmclan_cs.c | 424 .ndo_set_config = mace_config,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/xircom/ |
| H A D | xirc2ps_cs.c | 466 .ndo_set_config = do_config,
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | sdla.c | 1590 .ndo_set_config = sdla_set_config,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/smsc/ |
| H A D | smc91c92_cs.c | 295 .ndo_set_config = s9k_config,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/ |
| H A D | sis900.c | 403 .ndo_set_config = sis900_set_config,
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A D | ray_cs.c | 262 .ndo_set_config = ray_dev_config,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdevice.h | 1342 int (*ndo_set_config)(struct net_device *dev, member
|