Home
last modified time | relevance | path

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

/linux-4.4.14/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);
99 CommandList_struct cmd;
131 static CommandList_struct *
160 temp64.val = (__u64) (c->busaddr + sizeof(CommandList_struct)); in scsi_cmd_alloc()
172 return (CommandList_struct *) c; in scsi_cmd_alloc()
176 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *c) in scsi_cmd_free()
[all …]
Dcciss.c192 static int sendcmd_withirq_core(ctlr_info_t *h, CommandList_struct *c,
194 static int process_sendcmd_error(ctlr_info_t *h, CommandList_struct *c);
198 static int check_for_unit_attention(ctlr_info_t *h, CommandList_struct *c);
246 static void set_performant_mode(ctlr_info_t *h, CommandList_struct *c) in set_performant_mode()
255 static inline void addQ(struct list_head *list, CommandList_struct *c) in addQ()
260 static inline void removeQ(CommandList_struct *c) in removeQ()
279 CommandList_struct *c) in enqueue_cmd_and_start_io()
336 static void cciss_unmap_sg_chain_block(ctlr_info_t *h, CommandList_struct *c) in cciss_unmap_sg_chain_block()
350 static void cciss_map_sg_chain_block(ctlr_info_t *h, CommandList_struct *c, in cciss_map_sg_chain_block()
990 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