Lines Matching full:low
7 both low-level drivers that sit below the midlayer and upper level
13 With the following exceptions, a low-level driver implementation of
47 used by low-level drivers to dispatch asynchronous events through
53 All of the methods in struct ib_device exported by a low-level
54 driver must be fully reentrant. The low-level driver is required to
61 Because low-level drivers are reentrant, upper level protocol
71 A low-level driver must not perform a callback directly from the
73 allowed for a low-level driver to call a consumer's completion event
74 handler directly from its post_send method. Instead, the low-level
78 The low-level driver is responsible for ensuring that multiple
86 low-level driver ->
90 low-level driver ->
96 callbacks run is not defined. Depending on the low-level driver, it
103 A low-level driver announces that a device is ready for use by
108 A low-level driver must call ib_register_device() and