Home
last modified time | relevance | path

Searched refs:cpp_index (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/
Deata.c738 u_int32_t cpp_index; /* Index of address set in cp */ member
800 u_int32_t cpp_index; /* Index of address to be returned in sp */ member
1787 cpp->cpp_index = i; in eata2x_queuecommand_lck()
1788 SCpnt->host_scribble = (unsigned char *)&cpp->cpp_index; in eata2x_queuecommand_lck()
2342 if (spp->cpp_index < 0 || spp->cpp_index >= shost->can_queue) in ihdlr()
2345 ha->board_name, spp->cpp_index, irq, reg, ha->iocount); in ihdlr()
2346 if (spp->eoc == 0 || spp->cpp_index < 0 in ihdlr()
2347 || spp->cpp_index >= shost->can_queue) in ihdlr()
2351 i = spp->cpp_index; in ihdlr()
Du14-34f.c580 unsigned int cpp_index; /* cp index */ member
1285 cpp->cpp_index = i; in u14_34f_queuecommand_lck()
1286 SCpnt->host_scribble = (unsigned char *) &cpp->cpp_index; in u14_34f_queuecommand_lck()