Home
last modified time | relevance | path

Searched refs:cmdPtr (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/ieee1394/
Dohci1394.h111 int cmdPtr; member
142 int cmdPtr; member
Dvideo1394.c108 int cmdPtr; member
266 d->cmdPtr = OHCI1394_IsoRcvCommandPtr+32*d->ctx; in alloc_dma_iso_ctx()
296 d->cmdPtr = OHCI1394_IsoXmitCommandPtr+16*d->ctx; in alloc_dma_iso_ctx()
915 reg_write(ohci, d->cmdPtr, in video1394_ioctl()
1101 reg_write(ohci, d->cmdPtr, in video1394_ioctl()
Dohci1394.c451 reg_write(ohci, d->cmdPtr, d->prg_bus[0] | 0x1); in initialize_dma_rcv_ctx()
826 reg_write(ohci, d->cmdPtr, d->prg_bus[idx]|z); in dma_trm_flush()
2888 d->cmdPtr = 0; in alloc_dma_rcv_ctx()
2971 d->cmdPtr = OHCI1394_IsoRcvCommandPtr + 32*d->ctx; in alloc_dma_rcv_ctx()
2976 d->cmdPtr = context_base + OHCI1394_ContextCommandPtr; in alloc_dma_rcv_ctx()
3035 d->cmdPtr = 0; in alloc_dma_trm_ctx()
3084 d->cmdPtr = OHCI1394_IsoXmitCommandPtr + 16 * d->ctx; in alloc_dma_trm_ctx()
3088 d->cmdPtr = context_base + OHCI1394_ContextCommandPtr; in alloc_dma_trm_ctx()
/linux-2.4.37.9/drivers/message/fusion/
Dmptscsih.c1851 hd->cmdPtr = NULL; in mptscsih_detect()
3785 if ((hd->cmdPtr) || in mptscsih_taskmgmt_complete()
4179 if (hd->cmdPtr) { in mptscsih_ioc_reset()
4181 mpt_free_msg_frame(ScsiScanDvCtx, ioc->id, hd->cmdPtr); in mptscsih_ioc_reset()
4252 if (hd->cmdPtr) { in mptscsih_ioc_reset()
4260 hd->cmdPtr = NULL; in mptscsih_ioc_reset()
5650 if (mf != hd->cmdPtr) { in mptscsih_scandv_complete()
5652 hd->ioc->name, (void *)mf, (void *) hd->cmdPtr, req_idx); in mptscsih_scandv_complete()
5654 hd->cmdPtr = NULL; in mptscsih_scandv_complete()
5797 ddvprintk((MYIOC_s_WARN_FMT "Timer Expired! Cmd %p\n", hd->ioc->name, hd->cmdPtr)); in mptscsih_timer_expired()
[all …]
Dmptbase.h958 MPT_FRAME_HDR *cmdPtr; /* Ptr to nonOS request */ member