Lines Matching refs:cbq_interface
96 static int cbq_clear_hierarchy(struct cbq_interface *);
97 static int cbq_set_enable(struct cbq_interface *, int);
98 static int cbq_ifattach(struct cbq_interface *);
99 static int cbq_ifdetach(struct cbq_interface *);
799 cbq_clear_hierarchy(struct cbq_interface *ifacep)
823 cbq_set_enable(struct cbq_interface *ep, int enable)
892 cbq_ifattach(struct cbq_interface *ifacep)
933 cbq_ifdetach(struct cbq_interface *ifacep)
987 struct cbq_interface iface;
1025 error = cbq_set_enable((struct cbq_interface *)addr, ENABLE);
1029 error = cbq_set_enable((struct cbq_interface *)addr, DISABLE);
1053 error = cbq_clear_hierarchy((struct cbq_interface *)addr);
1057 error = cbq_ifattach((struct cbq_interface *)addr);
1061 error = cbq_ifdetach((struct cbq_interface *)addr);