Searched refs:cmdPtr (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dohci1394.h103 int cmdPtr; member in struct:dma_rcv_ctx
134 int cmdPtr; member in struct:dma_trm_ctx
H A Dvideo1394.c102 int cmdPtr; member in struct:dma_iso_ctx
241 d->cmdPtr = OHCI1394_IsoRcvCommandPtr+32*d->ctx;
270 d->cmdPtr = OHCI1394_IsoXmitCommandPtr+16*d->ctx;
921 reg_write(ohci, d->cmdPtr,
1095 reg_write(ohci, d->cmdPtr,
H A Dohci1394.c417 reg_write(ohci, d->cmdPtr, d->prg_bus[0] | 0x1);
829 reg_write(ohci, d->cmdPtr, d->prg_bus[idx] | z);
1051 d->cmdPtr = OHCI1394_IsoRcvCommandPtr + 32*d->ctx;
2935 d->cmdPtr = 0;
3014 d->cmdPtr = context_base + OHCI1394_ContextCommandPtr;
3063 d->cmdPtr = 0;
3118 d->cmdPtr = OHCI1394_IsoXmitCommandPtr + 16 * d->ctx;
3122 d->cmdPtr = context_base + OHCI1394_ContextCommandPtr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/
H A Dmptscsih.c2160 hd->cmdPtr)
2552 if (hd->cmdPtr) {
2554 mpt_free_msg_frame(ioc, hd->cmdPtr);
2589 if (hd->cmdPtr) {
2597 hd->cmdPtr = NULL;
2709 if (mf != hd->cmdPtr) {
2710 printk(MYIOC_s_WARN_FMT "ScanDvComplete (mf=%p, cmdPtr=%p, idx=%d)\n",
2711 hd->ioc->name, (void *)mf, (void *) hd->cmdPtr, req_idx);
2713 hd->cmdPtr = NULL;
2853 ddvprintk((MYIOC_s_WARN_FMT "Timer Expired! Cmd %p\n", hd->ioc->name, hd->cmdPtr));
[all...]
H A Dmptspi.c649 hd->cmdPtr = mf;
1453 hd->cmdPtr = NULL;
H A Dmptbase.h985 MPT_FRAME_HDR *cmdPtr; /* Ptr to nonOS request */ member in struct:_MPT_SCSI_HOST
H A Dmptfc.c1248 hd->cmdPtr = NULL;
H A Dmptsas.c3145 hd->cmdPtr = NULL;

Completed in 74 milliseconds