Searched refs:eata_ccb (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | eata_generic.h | 94 #define CD(cmd) ((struct eata_ccb *)(cmd->host_scribble)) 280 struct eata_ccb { /* Send Command Packet structure */ struct 337 struct eata_ccb *ccb; /* Address set in COMMAND PACKET */ argument 374 struct eata_ccb ccb[0]; /* ccb array begins here */
|
D | eata_dma.c | 151 inline void eata_latency_in(struct eata_ccb *cp, hostdata *hd) in eata_latency_in() 178 inline void eata_latency_out(struct eata_ccb *cp, Scsi_Cmnd *cmd) in eata_latency_out() 243 struct eata_ccb *ccb; in eata_int_handler() 459 struct eata_ccb *ccb; in eata_queue() 511 memset(ccb, 0, sizeof(struct eata_ccb) - sizeof(struct eata_sg_list *)); in eata_queue() 917 struct eata_ccb *cp; in get_board_data() 922 cp = (struct eata_ccb *) kmalloc(sizeof(struct eata_ccb), in get_board_data() 938 memset(cp, 0, sizeof(struct eata_ccb)); in get_board_data() 1180 size = sizeof(hostdata) + ((sizeof(struct eata_ccb) + sizeof(long)) in register_HBA()
|
D | eata_pio.c | 124 struct eata_ccb *cp; in eata_pio_int_handler() 288 struct eata_ccb *cp; in eata_pio_queue() 317 memset(cp, 0, sizeof(struct eata_ccb)); in eata_pio_queue() 537 struct eata_ccb cp; in get_pio_board_data() 541 memset(&cp, 0, sizeof(struct eata_ccb)); in get_pio_board_data() 728 size = sizeof(hostdata) + (sizeof(struct eata_ccb) * ntohs(gc->queuesiz)); in register_pio_HBA() 739 memset(hd->ccb, 0, (sizeof(struct eata_ccb) * ntohs(gc->queuesiz))); in register_pio_HBA()
|