Lines Matching refs:bsg_command
80 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()
304 struct bsg_command *bc = rq->end_io_data; in bsg_rq_end_io()
326 struct bsg_command *bc, struct request *rq) in bsg_add_command()
348 static struct bsg_command *bsg_next_done_cmd(struct bsg_device *bd) in bsg_next_done_cmd()
350 struct bsg_command *bc = NULL; in bsg_next_done_cmd()
354 bc = list_first_entry(&bd->done_list, struct bsg_command, list); in bsg_next_done_cmd()
366 static struct bsg_command *bsg_get_done_cmd(struct bsg_device *bd) in bsg_get_done_cmd()
368 struct bsg_command *bc; in bsg_get_done_cmd()
475 struct bsg_command *bc; in bsg_complete_all_commands()
516 struct bsg_command *bc; in __bsg_read()
599 struct bsg_command *bc; in __bsg_write()
1054 sizeof(struct bsg_command), 0, 0, NULL); in bsg_init()