Searched refs:callbacks (Results 1 – 14 of 14) sorted by relevance
144 int lapb_register(void *token, struct lapb_register_struct *callbacks) in lapb_register() argument155 lapb->callbacks = *callbacks; in lapb_register()348 if (lapb->callbacks.connect_confirmation != NULL) in lapb_connect_confirmation()349 (lapb->callbacks.connect_confirmation)(lapb->token, reason); in lapb_connect_confirmation()354 if (lapb->callbacks.connect_indication != NULL) in lapb_connect_indication()355 (lapb->callbacks.connect_indication)(lapb->token, reason); in lapb_connect_indication()360 if (lapb->callbacks.disconnect_confirmation != NULL) in lapb_disconnect_confirmation()361 (lapb->callbacks.disconnect_confirmation)(lapb->token, reason); in lapb_disconnect_confirmation()366 if (lapb->callbacks.disconnect_indication != NULL) in lapb_disconnect_indication()367 (lapb->callbacks.disconnect_indication)(lapb->token, reason); in lapb_disconnect_indication()[all …]
104 The network interface driver accesses those primitives via callbacks152 The encapsulation protocol accesses those primitives via callbacks178 struct concap_device_ops *dops; /* callbacks provided by device */179 struct concap_proto_ops *pops; /* callbacks provided by us */195 only by means of the callbacks referred to by the dops pointer.206 to provide the device specific callbacks208 struct concap_proto *cprot; /* callbacks provided by protocol */
13 the fields. All further communication is done via callbacks using49 invoking the other callbacks.749 for free channels. The HL driver itself never delivers STAT callbacks for
10 pcbit-objs := module.o edss1.o drv.o layer2.o capi.o callbacks.o
47 extern int lapb_register(void *token, struct lapb_register_struct *callbacks);
98 struct lapb_register_struct callbacks; member
15 callbacks from the module to indicate important state changes, and109 callbacks, and is used by the device driver in all calls to the LAPB module.198 These callbacks are functions provided by the device driver for the LAPB
133 - One set of dentry callbacks is enough. (BH)162 - Added dentry callbacks to allow the dcache to
4 * state machines and callbacks for higher networking layers.24 * Changed callbacks
195 one device. You'll need it in the open and close callbacks.
63 through all of its registered callbacks. This currently takes place only during
1316 static struct callbacks { struct1368 struct callbacks *cback; in keyspan_setup_urbs()
172 so be careful using the callbacks. This also allows to you pass in a
343 This function will register three callbacks into your driver: