Searched refs:eata_ccb (Results 1 – 2 of 2) sorted by relevance
87 #define CD(cmd) ((struct eata_ccb *)(cmd->host_scribble))267 struct eata_ccb { /* Send Command Packet structure */ struct324 struct eata_ccb *ccb; /* Address set in COMMAND PACKET */ argument362 struct eata_ccb ccb[0]; /* ccb array begins here */
163 struct eata_ccb *cp; in eata_pio_int_handler()310 struct eata_ccb *cp; in eata_pio_queue_lck()334 memset(cp, 0, sizeof(struct eata_ccb)); in eata_pio_queue_lck()514 struct eata_ccb cp; in get_pio_board_data()518 memset(&cp, 0, sizeof(struct eata_ccb)); in get_pio_board_data()683 size = sizeof(hostdata) + (sizeof(struct eata_ccb) * be16_to_cpu(gc->queuesiz)); in register_pio_HBA()708 memset(hd->ccb, 0, (sizeof(struct eata_ccb) * be16_to_cpu(gc->queuesiz))); in register_pio_HBA()