Searched refs:HPT_U8 (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.1-release/sys/dev/hptnr/
H A Dhim.h50 HPT_U8 rev;
51 HPT_U8 nbase;
58 HPT_U8 tree;
59 HPT_U8 bus;
60 HPT_U8 device;
61 HPT_U8 function;
70 HPT_U8 max_devices;
72 HPT_U8 bProbeInInitializing:1;
74 HPT_U8 bSpinupOneDevEachTime:1;
76 HPT_U8 bGlobalNc
[all...]
H A Dhptintf.h378 HPT_U8 MaximumControllers; /* maximum controllers the driver can support */
379 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */
380 HPT_U8 MinimumBlockSizeShift; /* minimum block size shift */
381 HPT_U8 MaximumBlockSizeShift; /* maximum block size shift */
383 HPT_U8 SupportDiskModeSetting;
384 HPT_U8 SupportSparePool;
385 HPT_U8 MaximumArrayNameLength;
386 /* only one HPT_U8 left here! */
388 HPT_U8 reserved: 2;
389 HPT_U8 SupportPerformanceMonito
[all...]
H A Darray.h101 HPT_U8 transform_from_tail;
109 HPT_U8 operation;
110 HPT_U8 disabled;
119 HPT_U8 ndisk;
120 HPT_U8 block_size_shift;
122 HPT_U8 sector_size_shift; /*sector size = 512B<<sector_size_shift*/
123 HPT_U8 jid;
124 HPT_U8 reserved[2];
137 HPT_U8 name[MAX_ARRAY_NAME];
141 HPT_U8 descriptio
[all...]
H A Dosm.h52 typedef unsigned char HPT_U8; typedef
65 HPT_U8 *p = (HPT_U8 *)&x;
78 HPT_U8 *p = (HPT_U8 *)&x;
86 return ((HPT_U8)x << 8) | (x>>8);
125 HPT_U8 os_inb (void *port);
128 void os_outb (void *port, HPT_U8 value);
136 #define os_readb(addr) (*(HPT_U8 *)&__dummy_reg = *(volatile HPT_U8 *)(add
[all...]
H A Dhptnr_os_bsd.c37 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); }
41 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
54 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset)
59 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset)
64 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset)
69 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value)
74 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value)
79 void os_pci_writel (void *osext, HPT_U8 offse
[all...]
H A Dldm.h248 HPT_U8 max_queue_depth;
249 HPT_U8 user_select_mode;
291 HPT_U8 __type;
292 HPT_U8 stripped; /* RAID0,3,5,6 */
293 HPT_U8 redundancy; /* RAID1-1, RAID3/5-1, RAID6-2 */
294 HPT_U8 must_init; /* RAID3,5,6 */
295 HPT_U8 docache;
357 struct vdev_class *ldm_find_vdev_class(HPT_U8 type);
362 HPT_U8 type;
377 HPT_U8 vf_onlin
[all...]
H A Dhimfuncs.h42 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr))
78 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
H A Dhptnr_osm_bsd.c524 HPT_U8 *cdb;
588 HPT_U8 *rbuf = ccb->csio.data_ptr;
596 rbuf[0] = (HPT_U8)(cap>>24);
597 rbuf[1] = (HPT_U8)(cap>>16);
598 rbuf[2] = (HPT_U8)(cap>>8);
599 rbuf[3] = (HPT_U8)cap;
611 HPT_U8 *rbuf = ccb->csio.data_ptr;
614 rbuf[0] = (HPT_U8)(cap>>56);
615 rbuf[1] = (HPT_U8)(cap>>48);
616 rbuf[2] = (HPT_U8)(ca
[all...]
/freebsd-10.1-release/sys/dev/hpt27xx/
H A Dhim.h51 HPT_U8 rev;
52 HPT_U8 nbase;
59 HPT_U8 tree;
60 HPT_U8 bus;
61 HPT_U8 device;
62 HPT_U8 function;
71 HPT_U8 max_devices;
73 HPT_U8 bProbeInInitializing:1;
75 HPT_U8 bSpinupOneDevEachTime:1;
77 HPT_U8 bGlobalNc
[all...]
H A Dhptintf.h351 HPT_U8 MaximumControllers; /* maximum controllers the driver can support */
352 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */
353 HPT_U8 MinimumBlockSizeShift; /* minimum block size shift */
354 HPT_U8 MaximumBlockSizeShift; /* maximum block size shift */
356 HPT_U8 SupportDiskModeSetting;
357 HPT_U8 SupportSparePool;
358 HPT_U8 MaximumArrayNameLength;
359 /* only one HPT_U8 left here! */
361 HPT_U8 reserved: 2;
362 HPT_U8 SupportPerformanceMonito
[all...]
H A Dosm.h53 typedef unsigned char HPT_U8; typedef
66 HPT_U8 *p = (HPT_U8 *)&x;
79 HPT_U8 *p = (HPT_U8 *)&x;
87 return ((HPT_U8)x << 8) | (x>>8);
126 HPT_U8 os_inb (void *port);
129 void os_outb (void *port, HPT_U8 value);
137 #define os_readb(addr) (*(HPT_U8 *)&__dummy_reg = *(volatile HPT_U8 *)(add
[all...]
H A Darray.h102 HPT_U8 transform_from_tail;
110 HPT_U8 operation;
111 HPT_U8 disabled;
120 HPT_U8 ndisk;
121 HPT_U8 block_size_shift;
123 HPT_U8 sector_size_shift; /*sector size = 512B<<sector_size_shift*/
124 HPT_U8 jid;
125 HPT_U8 reserved[2];
138 HPT_U8 name[MAX_ARRAY_NAME];
142 HPT_U8 descriptio
[all...]
H A Dhpt27xx_os_bsd.c34 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); }
38 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
51 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset)
56 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset)
61 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset)
66 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value)
71 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value)
76 void os_pci_writel (void *osext, HPT_U8 offse
[all...]
H A Dldm.h249 HPT_U8 max_queue_depth;
250 HPT_U8 user_select_mode;
289 HPT_U8 __type;
290 HPT_U8 stripped; /* RAID0,3,5,6 */
291 HPT_U8 redundancy; /* RAID1-1, RAID3/5-1, RAID6-2 */
292 HPT_U8 must_init; /* RAID3,5,6 */
293 HPT_U8 docache;
355 struct vdev_class *ldm_find_vdev_class(HPT_U8 type);
360 HPT_U8 type;
375 HPT_U8 vf_onlin
[all...]
H A Dhimfuncs.h42 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached, PCI_ADDRESS *addr))
78 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
H A Dhpt27xx_osm_bsd.c481 os_set_sgptr(pSg, (HPT_U8 *)ccb->csio.data_ptr);
533 HPT_U8 *cdb;
597 HPT_U8 *rbuf = ccb->csio.data_ptr;
605 rbuf[0] = (HPT_U8)(cap>>24);
606 rbuf[1] = (HPT_U8)(cap>>16);
607 rbuf[2] = (HPT_U8)(cap>>8);
608 rbuf[3] = (HPT_U8)cap;
620 HPT_U8 *rbuf = ccb->csio.data_ptr;
623 rbuf[0] = (HPT_U8)(cap>>56);
624 rbuf[1] = (HPT_U8)(ca
[all...]
/freebsd-10.1-release/sys/dev/hptrr/
H A Dhptintf.h343 HPT_U8 MaximumControllers; /* maximum controllers the driver can support */
344 HPT_U8 SupportCrossControllerRAID; /* 1-support, 0-not support */
345 HPT_U8 MinimumBlockSizeShift; /* minimum block size shift */
346 HPT_U8 MaximumBlockSizeShift; /* maximum block size shift */
348 HPT_U8 SupportDiskModeSetting;
349 HPT_U8 SupportSparePool;
350 HPT_U8 MaximumArrayNameLength;
351 /* only one HPT_U8 left here! */
353 HPT_U8 reserved: 3;
354 HPT_U8 SupportVariableSectorSiz
[all...]
H A Dhim.h53 HPT_U8 rev;
54 HPT_U8 nbase;
61 HPT_U8 tree;
62 HPT_U8 bus;
63 HPT_U8 device;
64 HPT_U8 function;
73 HPT_U8 max_devices;
74 HPT_U8 reserve1;
76 HPT_U8 bDevsPerBus;
77 HPT_U8 first_on_slo
[all...]
H A Darray.h104 HPT_U8 transform_from_tail;
112 HPT_U8 operation;
113 HPT_U8 disabled;
121 HPT_U8 ndisk;
122 HPT_U8 block_size_shift;
124 HPT_U8 sector_size_shift; /*sector size = 512B<<sector_size_shift*/
125 HPT_U8 jid;
126 HPT_U8 reserved[2];
139 HPT_U8 name[MAX_ARRAY_NAME];
143 HPT_U8 descriptio
[all...]
H A Dosm.h52 typedef unsigned char HPT_U8; typedef
95 HPT_U8 os_inb (void *port);
98 void os_outb (void *port, HPT_U8 value);
106 #define os_readb(addr) (*(HPT_U8 *)&__dummy_reg = *(volatile HPT_U8 *)(addr))
110 #define os_writeb(addr, val) *(volatile HPT_U8 *)(addr) = (HPT_U8)(val)
115 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset);
116 HPT_U16 os_pci_readw (void *osext, HPT_U8 offse
[all...]
H A Dldm.h230 void ldm_set_spindown_disks_timeout(PVBUS vbus, HPT_U8 timeout);
249 HPT_U8 max_queue_depth;
250 HPT_U8 user_select_mode;
289 HPT_U8 __type;
290 HPT_U8 stripped; /* RAID0,3,5,6 */
291 HPT_U8 redundancy; /* RAID1-1, RAID3/5-1, RAID6-2 */
292 HPT_U8 must_init; /* RAID3,5,6 */
293 HPT_U8 docache;
355 struct vdev_class *ldm_find_vdev_class(HPT_U8 type);
360 HPT_U8 typ
[all...]
H A Dhimfuncs.h43 _HIM_INTERFACE(HPT_U8, get_controller_count, (PCI_ID *id, HPT_U8 *reached))
79 _HIM_INTERFACE(int, read_write, (void *dev,HPT_LBA lba, HPT_U16 nsector, HPT_U8 *buffer, HPT_BOOL read))
H A Dhptrr_os_bsd.c38 HPT_U8 os_inb (void *port) { return inb((unsigned)(HPT_UPTR)port); }
42 void os_outb (void *port, HPT_U8 value) { outb((unsigned)(HPT_UPTR)port, (value)); }
55 HPT_U8 os_pci_readb (void *osext, HPT_U8 offset)
60 HPT_U16 os_pci_readw (void *osext, HPT_U8 offset)
65 HPT_U32 os_pci_readl (void *osext, HPT_U8 offset)
70 void os_pci_writeb (void *osext, HPT_U8 offset, HPT_U8 value)
75 void os_pci_writew (void *osext, HPT_U8 offset, HPT_U16 value)
80 void os_pci_writel (void *osext, HPT_U8 offse
[all...]
H A Dhptrr_osm_bsd.c489 os_set_sgptr(pSg, (HPT_U8 *)ccb->csio.data_ptr);
541 HPT_U8 *cdb;
605 HPT_U8 *rbuf = ccb->csio.data_ptr;
613 rbuf[0] = (HPT_U8)(cap>>24);
614 rbuf[1] = (HPT_U8)(cap>>16);
615 rbuf[2] = (HPT_U8)(cap>>8);
616 rbuf[3] = (HPT_U8)cap;
628 HPT_U8 *rbuf = ccb->csio.data_ptr;
631 rbuf[0] = (HPT_U8)(cap>>56);
632 rbuf[1] = (HPT_U8)(ca
[all...]

Completed in 209 milliseconds