Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Dcciss_scsi.c47 static int fill_cmd(ctlr_info_t *h, CommandList_struct *c, __u8 cmd, void *buff,
52 static CommandList_struct *cmd_alloc(ctlr_info_t *h);
53 static CommandList_struct *cmd_special_alloc(ctlr_info_t *h);
54 static void cmd_free(ctlr_info_t *h, CommandList_struct *c);
55 static void cmd_special_free(ctlr_info_t *h, CommandList_struct *c);
100 CommandList_struct cmd;
132 static CommandList_struct *
161 temp64.val = (__u64) (c->busaddr + sizeof(CommandList_struct)); in scsi_cmd_alloc()
173 return (CommandList_struct *) c; in scsi_cmd_alloc()
177 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *c) in scsi_cmd_free()
[all …]
Dcciss.c194 static int sendcmd_withirq_core(ctlr_info_t *h, CommandList_struct *c,
196 static int process_sendcmd_error(ctlr_info_t *h, CommandList_struct *c);
200 static int check_for_unit_attention(ctlr_info_t *h, CommandList_struct *c);
248 static void set_performant_mode(ctlr_info_t *h, CommandList_struct *c) in set_performant_mode()
257 static inline void addQ(struct list_head *list, CommandList_struct *c) in addQ()
262 static inline void removeQ(CommandList_struct *c) in removeQ()
281 CommandList_struct *c) in enqueue_cmd_and_start_io()
338 static void cciss_unmap_sg_chain_block(ctlr_info_t *h, CommandList_struct *c) in cciss_unmap_sg_chain_block()
352 static void cciss_map_sg_chain_block(ctlr_info_t *h, CommandList_struct *c, in cciss_map_sg_chain_block()
974 static CommandList_struct *cmd_alloc(ctlr_info_t *h) in cmd_alloc()
[all …]
Dcciss.h25 void (*submit_command)(ctlr_info_t *h, CommandList_struct *c);
115 CommandList_struct *cmd_pool;
220 static void SA5_submit_command( ctlr_info_t *h, CommandList_struct *c) in SA5_submit_command()
Dcciss_cmd.h214 } CommandList_struct; typedef