Searched refs:Command_Entry (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | qlogicpti.c | 989 static inline void marker_frob(struct Command_Entry *cmd) in marker_frob() 1000 static inline void cmd_frob(struct Command_Entry *cmd, Scsi_Cmnd *Cmnd, in cmd_frob() 1003 memset(cmd, 0, sizeof(struct Command_Entry)); in cmd_frob() 1030 static inline int load_cmd(Scsi_Cmnd *Cmnd, struct Command_Entry *cmd, in load_cmd() 1244 struct Command_Entry *cmd; in qlogicpti_queuecommand() 1254 cmd = (struct Command_Entry *) &qpti->req_cpu[in_ptr]; in qlogicpti_queuecommand() 1268 cmd = (struct Command_Entry *) &qpti->req_cpu[in_ptr]; in qlogicpti_queuecommand()
|
D | qlogicisp.c | 227 struct Command_Entry { struct 800 struct Command_Entry *cmd; in isp1020_queuecommand() 820 cmd = (struct Command_Entry *) &hostdata->req_cpu[in_ptr]; in isp1020_queuecommand() 848 cmd = (struct Command_Entry *) &hostdata->req_cpu[in_ptr]; in isp1020_queuecommand() 854 memset(cmd, 0, sizeof(struct Command_Entry)); in isp1020_queuecommand()
|
D | qlogicpti.h | 111 struct Command_Entry { struct
|
D | qlogicfc.c | 246 struct Command_Entry { struct 1145 struct Command_Entry *cmd; in isp2x00_queuecommand() 1183 cmd = (struct Command_Entry *) &hostdata->req[in_ptr*QUEUE_ENTRY_LEN]; in isp2x00_queuecommand() 1210 cmd = (struct Command_Entry *) &hostdata->req[in_ptr*QUEUE_ENTRY_LEN]; in isp2x00_queuecommand() 1215 memset(cmd, 0, sizeof(struct Command_Entry)); in isp2x00_queuecommand()
|