Searched refs:pc_stack (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c215 idefloppy_pc_t pc_stack[IDEFLOPPY_PC_STACK]; member in struct:ide_floppy_obj
609 return (&floppy->pc_stack[floppy->pc_stack_index++]);
1744 floppy->pc = floppy->pc_stack;
H A Dide-tape.c487 * The packet commands are stored in the circular array pc_stack.
503 idetape_pc_t pc_stack[IDETAPE_PC_STACK]; member in struct:ide_tape_obj
701 * 5 : 4+include pc_stack rq_stack info
1093 return (&tape->pc_stack[tape->pc_stack_index++]);
4295 tape->pc = tape->pc_stack;

Completed in 74 milliseconds