Lines Matching refs:fcs
48 } *fcs __initdata = { 0 };
115 fcs = (struct ctrl_inquiry *) kmalloc (sizeof (struct ctrl_inquiry) * fcscount, GFP_DMA); in pluto_detect()
116 if (!fcs) { in pluto_detect()
121 memset (fcs, 0, sizeof (struct ctrl_inquiry) * fcscount); in pluto_detect()
140 fcs[i].fc = fc; in pluto_detect()
148 SCpnt = &(fcs[i].cmd); in pluto_detect()
149 host = &(fcs[i].host); in pluto_detect()
167 SCpnt->buffer = fcs[i].inquiry; in pluto_detect()
169 SCpnt->request_buffer = fcs[i].inquiry; in pluto_detect()
176 if (!fcs[i].fc) break; in pluto_detect()
177 if (fcs[i].cmd.request.rq_status != RQ_SCSI_DONE) { in pluto_detect()
178 disable_irq(fcs[i].fc->irq); in pluto_detect()
180 fcp_scsi_queuecommand (&(fcs[i].cmd), in pluto_detect()
182 enable_irq(fcs[i].fc->irq); in pluto_detect()
200 if (!(fc = fcs[i].fc)) break; in pluto_detect()
202 SCpnt = &(fcs[i].cmd); in pluto_detect()
212 inq = (struct pluto_inquiry *)fcs[i].inquiry; in pluto_detect()
271 kfree((char *)fcs); in pluto_detect()