Lines Matching full:ownership
52 * passing it to hwrm_req_send() unless ownership of the request has been
54 * consumed, either because it is never sent or because ownership has been
82 ctx->flags = 0; /* __GFP_ZERO, but be explicit regarding ownership */ in __hwrm_req_init()
254 * hwrm_req_hold() - Claim ownership of the request's resources.
259 * Take ownership of the request. Ownership places responsibility on the
261 * hwrm_req_drop(). The caller taking ownership implies that a subsequent
264 * Taking ownership returns a reference to the response. Retaining and
265 * accessing the response data is the most common reason to take ownership
266 * of the request. Ownership can also be acquired in order to reuse the same
272 * caller until ownership of the request is relinquished via a call to
308 /* invalidate, ensure ownership, sentinel and dma_handle are cleared */ in __hwrm_ctx_drop()
698 * ownership of the request has been assumed by the caller via a call to
718 * Error handling is orthogonal to request ownership. An unowned request will