/linux-2.4.37.9/drivers/message/fusion/ |
D | mptscsih.c | 159 static int mptscsih_io_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *r); 161 static int mptscsih_taskmgmt_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *r); 167 static void copy_sense_data(Scsi_Cmnd *sc, MPT_SCSI_HOST *hd, MPT_FRAME_HDR *mf, SCSIIOReply_t *pSc… 190 static int mptscsih_scandv_complete(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *r); 725 mptscsih_io_done(MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *mr) in mptscsih_io_done() argument 738 req_idx = le16_to_cpu(mf->u.frame.hwhdr.msgctxu.fld.req_idx); in mptscsih_io_done() 741 MPIHeader_t *hdr = (MPIHeader_t *)mf; in mptscsih_io_done() 755 ioc->name, mf, mr, sc, req_idx)); in mptscsih_io_done() 758 pScsiReq = (SCSIIORequest_t *) mf; in mptscsih_io_done() 807 mf, mr, sc)); in mptscsih_io_done() [all …]
|
D | mptbase.c | 319 MPT_FRAME_HDR *mf; in mpt_interrupt() local 384 mf = MPT_INDEX_2_MFPTR(ioc, req_idx); in mpt_interrupt() 409 mf = NULL; in mpt_interrupt() 425 mf = MPT_INDEX_2_MFPTR(ioc, req_idx); in mpt_interrupt() 432 mf = NULL; in mpt_interrupt() 438 mf = MPT_INDEX_2_MFPTR(ioc, req_idx); in mpt_interrupt() 448 if ((mf) && ((mf >= MPT_INDEX_2_MFPTR(ioc, ioc->req_depth)) in mpt_interrupt() 449 || (mf < ioc->req_frames)) ) { in mpt_interrupt() 451 "mpt_interrupt: Invalid mf (%p) req_idx (%d)!\n", ioc->name, (void *)mf, req_idx); in mpt_interrupt() 477 freeme = (*(MptCallbacks[cb_idx]))(ioc, mf, mr); in mpt_interrupt() [all …]
|
D | mptlan.c | 151 static int lan_reply (MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, 203 lan_reply (MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf, MPT_FRAME_HDR *reply) in lan_reply() argument 214 if (mf == NULL) { in lan_reply() 500 MPT_FRAME_HDR *mf; in mpt_lan_reset() local 504 mf = mpt_get_msg_frame(LanCtx, priv->mpt_dev->id); in mpt_lan_reset() 506 if (mf == NULL) { in mpt_lan_reset() 513 pResetReq = (LANResetRequest_t *) mf; in mpt_lan_reset() 522 mpt_put_msg_frame(LanCtx, priv->mpt_dev->id, mf); in mpt_lan_reset() 734 MPT_FRAME_HDR *mf; in mpt_lan_sdu_send() local 756 mf = mpt_get_msg_frame(LanCtx, mpt_dev->id); in mpt_lan_sdu_send() [all …]
|
D | mptctl.c | 393 MPT_FRAME_HDR *mf; in mptctl_bus_reset() local 416 if ((mf = mpt_get_msg_frame(mptctl_id, ioctl->ioc->id)) == NULL) { in mptctl_bus_reset() 425 ioctl->ioc->name, mf)); in mptctl_bus_reset() 427 pScsiTm = (SCSITaskMgmt_t *) mf; in mptctl_bus_reset() 446 ioctl->tmPtr = mf; in mptctl_bus_reset() 456 " (hd %p, ioc %p, mf %p) \n", ioctl->ioc->name, hd, hd->ioc, mf)); in mptctl_bus_reset() 460 mpt_free_msg_frame(mptctl_id, ioctl->ioc->id, mf); in mptctl_bus_reset() 792 MPT_FRAME_HDR *mf; in mptctl_do_fw_download() local 826 if ((mf = mpt_get_msg_frame(mptctl_id, ioc)) == NULL) in mptctl_do_fw_download() 828 dlmsg = (FWDownload_t*) mf; in mptctl_do_fw_download() [all …]
|
D | mptbase.h | 806 #define MFPTR_2_MPT_INDEX(ioc,mf) \ argument 807 (int)( ((u8*)mf - (u8*)(ioc)->req_frames) / (ioc)->req_sz ) 1040 extern void mpt_free_msg_frame(int handle, int iocid, MPT_FRAME_HDR *mf); 1041 extern void mpt_put_msg_frame(int handle, int iocid, MPT_FRAME_HDR *mf);
|
/linux-2.4.37.9/drivers/net/ |
D | macmace.c | 594 static void mace_dma_rx_frame(struct net_device *dev, struct mace_frame *mf) in mace_dma_rx_frame() argument 599 if (mf->status & RS_OFLO) { in mace_dma_rx_frame() 604 if (mf->status&(RS_CLSN|RS_FRAMERR|RS_FCSERR)) in mace_dma_rx_frame() 607 if (mf->status&RS_CLSN) { in mace_dma_rx_frame() 610 if (mf->status&RS_FRAMERR) { in mace_dma_rx_frame() 613 if (mf->status&RS_FCSERR) { in mace_dma_rx_frame() 617 skb = dev_alloc_skb(mf->len+2); in mace_dma_rx_frame() 623 memcpy(skb_put(skb, mf->len), mf->data, mf->len); in mace_dma_rx_frame() 630 mp->stats.rx_bytes += mf->len; in mace_dma_rx_frame()
|
/linux-2.4.37.9/drivers/usb/storage/ |
D | usb.c | 551 char mf[USB_STOR_STRING_LEN]; /* manufacturer */ in storage_probe() local 580 memset(mf, 0, sizeof(mf)); in storage_probe() 678 mf, sizeof(mf)); in storage_probe() 802 strncpy(ss->vendor, mf, USB_STOR_STRING_LEN); in storage_probe()
|
/linux-2.4.37.9/net/ipv4/ |
D | ip_output.c | 451 int offset, mf; in ip_build_xmit_slow() local 506 mf = 0; in ip_build_xmit_slow() 578 iph->frag_off = htons(offset>>3)|mf|df; in ip_build_xmit_slow() 580 if (!mf) { in ip_build_xmit_slow() 593 mf = htons(IP_MF); in ip_build_xmit_slow()
|
/linux-2.4.37.9/drivers/block/paride/ |
D | pg.c | 502 char mf[10], id[18]; in pg_identify() local 512 xs(buf,mf,8,8); in pg_identify() 514 printk("%s: %s %s, %s\n",PG.name,mf,id,ms[PG.drive]); in pg_identify()
|
D | pt.c | 597 char mf[10], id[18]; in pt_identify() local 614 xs(buf,mf,8,8); in pt_identify() 632 PT.name,mf,id,ms[PT.drive]); in pt_identify()
|
D | pf.c | 773 char mf[10], id[18]; in pf_identify() local 788 xs(buf,mf,8,8); in pf_identify() 800 PF.name,mf,id,ms[PF.drive],PF.lun,dt); in pf_identify()
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | Makefile | 28 ItLpQueue.o hvCall.o mf.o HvLpEvent.o ras.o \
|