Lines Matching refs:u8

227 	u8	Offset;					/* 00h */
228 u8 Period; /* 01h */
299 u8 cb_idx; /* callback function index */
300 u8 rsvd;
389 u8 tflags;
390 u8 ioc_id;
391 u8 id;
392 u8 channel;
393 u8 minSyncFactor; /* 0xFF is async */
394 u8 maxOffset; /* 0 if async */
395 u8 maxWidth; /* 0 if narrow, 1 if wide */
396 u8 negoFlags; /* bit field, see above */
397 u8 raidVolume; /* set, if RAID Volume */
398 u8 type; /* byte 0 of Inquiry data */
399 u8 deleted; /* target in process of being removed */
400 u8 inDMD; /* currently in the device
407 u8 configured_lun;
451 u8 reply[MPT_DEFAULT_FRAME_SIZE]; /* reply frame data */
452 u8 sense[MPT_SENSE_BUFFER_ALLOC];
453 u8 status; /* current command status */
488 u8 minSyncFactor; /* 0xFF if async */
489 u8 maxSyncOffset; /* 0 if async */
490 u8 maxBusWidth; /* 0 if narrow, 1 if wide */
491 u8 busType; /* SE, LVD, HD */
492 u8 sdp1version; /* SDP1 version */
493 u8 sdp1length; /* SDP1 length */
494 u8 sdp0version; /* SDP0 version */
495 u8 sdp0length; /* SDP0 length */
496 u8 dvScheduled; /* 1 if scheduled */
497 u8 noQas; /* Disable QAS for this adapter */
498 u8 Saf_Te; /* 1 to force all Processors as
502 u8 bus_reset; /* 1 to allow bus reset */
503 u8 rsvd[1];
507 u8 ptClear; /* 1 to automatically clear the
520 u8 volumeID; /* volume target id */
521 u8 volumeBus; /* volume channel */
555 u8 flags;
595 typedef void (*MPT_ADD_CHAIN)(void *pAddr, u8 next, u16 length,
619 u8 io_missing_delay;
623 u8 bus_type;
632 u8 *alloc; /* frames alloc ptr */
652 u8 *ChainBuffer;
668 u8 *sense_buf_pool;
671 u8 *HostPageBuffer; /* SAS - host page buffer support */
678 u8 __iomem *memmap; /* mmap address */
691 u8 *cached_fw; /* Pointer to FW */
708 u8 ir_firmware; /* =1 if IR firmware detected */
717 u8 FirstWhoInit;
718 u8 upload_fw; /* If set, do a fw upload */
719 u8 NBShiftFactor; /* NB Shift Factor based on Block Size (Facts) */
720 u8 pad1[4];
721 u8 DoneCtx;
722 u8 TaskCtx;
723 u8 InternalCtx;
732 u8 fw_events_off; /* if '1', then ignore events */
736 u8 sas_discovery_runtime;
737 u8 sas_discovery_ignore_events;
745 u8 old_sas_discovery_protocal;
746 u8 sas_discovery_quiesce_io;
755 u8 taskmgmt_quiesce_io;
756 u8 ioc_reset_in_progress;
757 u8 reset_status;
758 u8 wait_on_reset_completion;
766 u8 fc_link_speed[2];
787 u8 sg_addr_size;
788 u8 in_rescan;
789 u8 SGE_size;
843 (MPT_FRAME_HDR*)( (u8*)(ioc)->req_frames + (ioc)->req_sz * (idx) )
846 (int)( ((u8*)mf - (u8*)(ioc)->req_frames) / (ioc)->req_sz )
849 (MPT_FRAME_HDR*)( (u8*)(ioc)->reply_frames + (ioc)->req_sz * (idx) )
868 u8 sense[SCSI_STD_SENSE_BYTES];
869 u8 scsiStatus;
870 u8 skip;
902 u8 action;
903 u8 dir;
904 u8 timeout; /* seconds */
917 extern u8 mpt_register(MPT_CALLBACK cbfunc, MPT_DRIVER_CLASS dclass,
919 extern void mpt_deregister(u8 cb_idx);
920 extern int mpt_event_register(u8 cb_idx, MPT_EVHANDLER ev_cbfunc);
921 extern void mpt_event_deregister(u8 cb_idx);
922 extern int mpt_reset_register(u8 cb_idx, MPT_RESETHANDLER reset_func);
923 extern void mpt_reset_deregister(u8 cb_idx);
924 extern int mpt_device_driver_register(struct mpt_pci_driver * dd_cbfunc, u8 cb_idx);
925 extern void mpt_device_driver_deregister(u8 cb_idx);
926 extern MPT_FRAME_HDR *mpt_get_msg_frame(u8 cb_idx, MPT_ADAPTER *ioc);
928 extern void mpt_put_msg_frame(u8 cb_idx, MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf);
929 extern void mpt_put_msg_frame_hi_pri(u8 cb_idx, MPT_ADAPTER *ioc, MPT_FRAME_HDR *mf);
931 extern int mpt_send_handshake_request(u8 cb_idx, MPT_ADAPTER *ioc, int reqBytes, u32 *req, int sle…
941 extern int mptbase_sas_persist_operation(MPT_ADAPTER *ioc, u8 persist_opcode);
942 extern int mpt_raid_phys_disk_pg0(MPT_ADAPTER *ioc, u8 phys_disk_num, pRaidPhysDiskPage0_t phys_di…
943 extern int mpt_raid_phys_disk_pg1(MPT_ADAPTER *ioc, u8 phys_disk_num,
946 u8 phys_disk_num);