Lines Matching refs:driver
10 With the following exceptions, a low-level driver implementation of
52 driver must be fully reentrant. The low-level driver is required to
68 A low-level driver must not perform a callback directly from the
70 allowed for a low-level driver to call a consumer's completion event
72 driver should defer this callback by, for example, scheduling a
75 The low-level driver is responsible for ensuring that multiple
77 simultaneously. The driver must guarantee that only one CQ event
83 low-level driver ->
87 low-level driver ->
93 callbacks run is not defined. Depending on the low-level driver, it
99 A low-level driver announces that a device is ready for use by
102 until the driver's call to ib_unregister_device() has returned.
104 A low-level driver must call ib_register_device() and
107 the driver across these calls.