Searched refs:cbq_interface (Results 1 – 3 of 3) sorted by relevance
127 struct cbq_interface { struct146 struct cbq_interface cbq_iface; argument153 struct cbq_interface cbq_iface;158 struct cbq_interface cbq_iface;165 struct cbq_interface cbq_iface;173 struct cbq_interface cbq_iface;179 struct cbq_interface iface;187 #define CBQ_IF_ATTACH _IOW('Q', 1, struct cbq_interface)188 #define CBQ_IF_DETACH _IOW('Q', 2, struct cbq_interface)189 #define CBQ_ENABLE _IOW('Q', 3, struct cbq_interface)[all …]
91 static int cbq_clear_hierarchy(struct cbq_interface *);92 static int cbq_set_enable(struct cbq_interface *, int);93 static int cbq_ifattach(struct cbq_interface *);94 static int cbq_ifdetach(struct cbq_interface *);806 struct cbq_interface *ifacep; in cbq_clear_hierarchy()831 struct cbq_interface *ep; in cbq_set_enable()905 struct cbq_interface *ifacep; in cbq_ifattach()948 struct cbq_interface *ifacep; in cbq_ifdetach()1014 struct cbq_interface iface;1063 error = cbq_set_enable((struct cbq_interface *)addr, ENABLE);[all …]
724 unsigned struct_cbq_interface_sz = sizeof(cbq_interface);