Go to the source code of this file.
bsg_job_done - completion routine for bsg requests : bsg_job that is complete
- Returns
- : job reply result : length of payload recvd
The LLD should call this when the bsg job has completed.
Definition at line 52 of file bsg-lib.c.
bsg_request_fn - generic handler for bsg requests : request queue to manage
On error the create_bsg_job function should return a -Exyz error value that will be set to the req->errors.
Drivers/subsys should pass this to the queue init function.
Definition at line 176 of file bsg-lib.c.