• Home
  • Raw
  • Download

Lines Matching defs:netdev

198 static int dcbnl_getstate(struct net_device *netdev, struct nlattr **tb,  in dcbnl_getstate()
213 static int dcbnl_getpfccfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_getpfccfg()
280 static int dcbnl_getperm_hwaddr(struct net_device *netdev, struct nlattr **tb, in dcbnl_getperm_hwaddr()
322 static int dcbnl_getcap(struct net_device *netdev, struct nlattr **tb, in dcbnl_getcap()
388 static int dcbnl_getnumtcs(struct net_device *netdev, struct nlattr **tb, in dcbnl_getnumtcs()
466 static int dcbnl_setnumtcs(struct net_device *netdev, struct nlattr **tb, in dcbnl_setnumtcs()
505 static int dcbnl_getpfcstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_getpfcstate()
520 static int dcbnl_setpfcstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_setpfcstate()
539 static int __dcbnl_pg_getcfg(struct net_device *netdev, struct nlattr **tb, in __dcbnl_pg_getcfg()
696 static int dcbnl_pgtx_getcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_pgtx_getcfg()
702 static int dcbnl_pgrx_getcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_pgrx_getcfg()
708 static int dcbnl_setstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_setstate()
726 static int dcbnl_setpfccfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_setpfccfg()
757 static int dcbnl_setall(struct net_device *netdev, struct nlattr **tb, in dcbnl_setall()
771 static int __dcbnl_pg_setcfg(struct net_device *netdev, struct nlattr **tb, in __dcbnl_pg_setcfg()
863 static int dcbnl_pgtx_setcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_pgtx_setcfg()
869 static int dcbnl_pgrx_setcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_pgrx_setcfg()
875 static int dcbnl_bcn_getcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_bcn_getcfg()
958 static int dcbnl_bcn_setcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_bcn_setcfg()
1002 struct net_device *netdev; in dcb_doit() local