Home
last modified time | relevance | path

Searched refs:bsg_command (Results 1 – 1 of 1) sorted by relevance

/block/
Dbsg.c80 struct bsg_command { struct
91 static void bsg_free_command(struct bsg_command *bc) in bsg_free_command() argument
105 static struct bsg_command *bsg_alloc_command(struct bsg_device *bd) in bsg_alloc_command()
107 struct bsg_command *bc = ERR_PTR(-EINVAL); in bsg_alloc_command()
338 struct bsg_command *bc = rq->end_io_data; in bsg_rq_end_io()
360 struct bsg_command *bc, struct request *rq) in bsg_add_command()
382 static struct bsg_command *bsg_next_done_cmd(struct bsg_device *bd) in bsg_next_done_cmd()
384 struct bsg_command *bc = NULL; in bsg_next_done_cmd()
388 bc = list_first_entry(&bd->done_list, struct bsg_command, list); in bsg_next_done_cmd()
400 static struct bsg_command *bsg_get_done_cmd(struct bsg_device *bd) in bsg_get_done_cmd()
[all …]