Lines Matching defs:tb
235 static int dcbnl_getstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_getstate()
250 static int dcbnl_getpfccfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_getpfccfg()
317 static int dcbnl_getperm_hwaddr(struct net_device *netdev, struct nlattr **tb, in dcbnl_getperm_hwaddr()
358 static int dcbnl_getcap(struct net_device *netdev, struct nlattr **tb, in dcbnl_getcap()
424 static int dcbnl_getnumtcs(struct net_device *netdev, struct nlattr **tb, in dcbnl_getnumtcs()
502 static int dcbnl_setnumtcs(struct net_device *netdev, struct nlattr **tb, in dcbnl_setnumtcs()
541 static int dcbnl_getpfcstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_getpfcstate()
556 static int dcbnl_setpfcstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_setpfcstate()
575 static int dcbnl_getapp(struct net_device *netdev, struct nlattr **tb, in dcbnl_getapp()
662 static int dcbnl_setapp(struct net_device *netdev, struct nlattr **tb, in dcbnl_setapp()
710 static int __dcbnl_pg_getcfg(struct net_device *netdev, struct nlattr **tb, in __dcbnl_pg_getcfg()
867 static int dcbnl_pgtx_getcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_pgtx_getcfg()
873 static int dcbnl_pgrx_getcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_pgrx_getcfg()
879 static int dcbnl_setstate(struct net_device *netdev, struct nlattr **tb, in dcbnl_setstate()
897 static int dcbnl_setpfccfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_setpfccfg()
928 static int dcbnl_setall(struct net_device *netdev, struct nlattr **tb, in dcbnl_setall()
942 static int __dcbnl_pg_setcfg(struct net_device *netdev, struct nlattr **tb, in __dcbnl_pg_setcfg()
1034 static int dcbnl_pgtx_setcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_pgtx_setcfg()
1040 static int dcbnl_pgrx_setcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_pgrx_setcfg()
1046 static int dcbnl_bcn_getcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_bcn_getcfg()
1129 static int dcbnl_bcn_setcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_bcn_setcfg()
1567 static int dcbnl_ieee_set(struct net_device *netdev, struct nlattr **tb, in dcbnl_ieee_set()
1624 static int dcbnl_ieee_get(struct net_device *netdev, struct nlattr **tb, in dcbnl_ieee_get()
1664 static int dcbnl_ieee_del(struct net_device *netdev, struct nlattr **tb, in dcbnl_ieee_del()
1710 static int dcbnl_getdcbx(struct net_device *netdev, struct nlattr **tb, in dcbnl_getdcbx()
1724 static int dcbnl_setdcbx(struct net_device *netdev, struct nlattr **tb, in dcbnl_setdcbx()
1745 static int dcbnl_getfeatcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_getfeatcfg()
1814 static int dcbnl_setfeatcfg(struct net_device *netdev, struct nlattr **tb, in dcbnl_setfeatcfg()
1852 static int dcbnl_cee_get(struct net_device *netdev, struct nlattr **tb, in dcbnl_cee_get()
1896 struct nlattr *tb[DCB_ATTR_MAX + 1]; in dcb_doit() local