Searched refs:CommandList_struct (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/block/ |
D | cciss.h | 22 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()
|
D | cciss_scsi.c | 90 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 …]
|
D | cciss.c | 181 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 …]
|
D | cciss_cmd.h | 248 } CommandList_struct; typedef
|