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
45 used by low-level drivers to dispatch asynchronous events through
51 All of the methods in struct ib_device exported by a low-level
52 driver must be fully reentrant. The low-level driver is required to
59 Because low-level drivers are reentrant, upper level protocol
69 A low-level driver must not perform a callback directly from the
71 allowed for a low-level driver to call a consumer's completion event
72 handler directly from its post_send method. Instead, the low-level
76 The low-level driver is responsible for ensuring that multiple
84 low-level driver ->
88 low-level driver ->
94 callbacks run is not defined. Depending on the low-level driver, it
101 A low-level driver announces that a device is ready for use by
106 A low-level driver must call ib_register_device() and