Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/block/
Dcciss.h22 void (*submit_command)(ctlr_info_t *h, CommandList_struct *c);
69 CommandList_struct *reqQ;
70 CommandList_struct *cmpQ;
76 CommandList_struct *cmd_pool;
158 static void SA5_submit_command( ctlr_info_t *h, CommandList_struct *c) in SA5_submit_command()
Dcciss_scsi.c90 CommandList_struct cmd;
128 static CommandList_struct *
150 temp64.val = (__u64) (c->busaddr + sizeof(CommandList_struct)); in scsi_cmd_alloc()
159 return (CommandList_struct *) c; in scsi_cmd_alloc()
163 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *cmd) in scsi_cmd_free()
275 print_cmd(CommandList_struct *cp)
643 complete_scsi_command( CommandList_struct *cp, int timeout, __u32 tag) in complete_scsi_command()
827 CommandList_struct *cp, in cciss_unmap_one()
840 CommandList_struct *cp, in cciss_map_one()
859 CommandList_struct *cp, in cciss_scsi_do_simple_cmd()
[all …]
Dcciss.c181 static inline void addQ(CommandList_struct **Qptr, CommandList_struct *c);
197 static inline void addQ(CommandList_struct **Qptr, CommandList_struct *c) in addQ()
210 static inline CommandList_struct *removeQ(CommandList_struct **Qptr, in removeQ()
211 CommandList_struct *c) in removeQ()
380 static CommandList_struct * cmd_alloc(ctlr_info_t *h, int get_from_pool) in cmd_alloc()
382 CommandList_struct *c; in cmd_alloc()
388 c = (CommandList_struct *) pci_alloc_consistent( in cmd_alloc()
389 h->pdev, sizeof(CommandList_struct), &cmd_dma_handle); in cmd_alloc()
392 memset(c, 0, sizeof(CommandList_struct)); in cmd_alloc()
401 sizeof(CommandList_struct), c, cmd_dma_handle); in cmd_alloc()
[all …]
Dcciss_cmd.h248 } CommandList_struct; typedef