Searched refs:u64 (Results 1 - 25 of 90) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/com/
H A Dgmac.h38 u64 TxOctetsOK;
39 u64 TxOctetsBad;
40 u64 TxUnicastFramesOK;
41 u64 TxMulticastFramesOK;
42 u64 TxBroadcastFramesOK;
43 u64 TxPauseFrames;
44 u64 TxFramesWithDeferredXmissions;
45 u64 TxLateCollisions;
46 u64 TxTotalCollisions;
47 u64 TxFramesAbortedDueToXSCollision
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-stats.h411 u64 tmac_drop_frms;
414 u64 tmac_pause_ctrl_frms;
419 u64 tmac_ttl_less_fb_octets;
420 u64 tmac_vld_ip_octets;
425 u64 tmac_tcp;
432 u64 rmac_fcs_err_frms;
433 u64 rmac_drop_frms;
438 u64 rmac_long_frms;
439 u64 rmac_pause_ctrl_frms;
440 u64 rmac_unsup_ctrl_frm
[all...]
H A Dxgehal-regs.h37 u64 general_int_status;
59 u64 general_int_mask;
63 u64 sw_reset;
85 u64 adapter_status;
103 u64 adapter_control;
111 u64 serr_source;
125 u64 pci_info;
131 u64 ric_status;
135 u64 mbist_status;
140 u64 pic_int_statu
[all...]
H A Dxgehal-types.h39 #define vBIT(val, loc, sz) (((u64)(val)) << (64-(loc)-(sz)))
45 #define bVAL1(bits, loc) ((((u64)bits) >> (64-(loc+1))) & 0x1)
46 #define bVAL2(bits, loc) ((((u64)bits) >> (64-(loc+2))) & 0x3)
47 #define bVAL3(bits, loc) ((((u64)bits) >> (64-(loc+3))) & 0x7)
48 #define bVAL4(bits, loc) ((((u64)bits) >> (64-(loc+4))) & 0xF)
49 #define bVAL5(bits, loc) ((((u64)bits) >> (64-(loc+5))) & 0x1F)
50 #define bVAL6(bits, loc) ((((u64)bits) >> (64-(loc+6))) & 0x3F)
51 #define bVAL7(bits, loc) ((((u64)bits) >> (64-(loc+7))) & 0x7F)
52 #define bVAL8(bits, loc) ((((u64)bits) >> (64-(loc+8))) & 0xFF)
53 #define bVAL12(bits, loc) ((((u64)bit
[all...]
H A Dxgehal-mgmt.h119 u64 *value);
123 u64 value);
145 xge_hal_rldram_test(xge_hal_device_h devh, u64 * data);
148 xge_hal_mdio_read( xge_hal_device_h devh, u32 mmd_type, u64 addr );
151 xge_hal_mdio_write( xge_hal_device_h devh, u32 mmd_type, u64 addr, u32 value );
163 xge_hal_register_test(xge_hal_device_h devh, u64 *data);
166 xge_hal_eeprom_test(xge_hal_device_h devh, u64 *data);
169 xge_hal_bist_test(xge_hal_device_h devh, u64 *data);
172 xge_hal_link_test(xge_hal_device_h devh, u64 *data);
H A Dxgehal-ring.h64 (control_1 |= (((u64)val & 0xF) << 48))
124 u64 host_control;
125 u64 control_1;
126 u64 control_2;
133 u64 buffer0_ptr;
140 u64 host_control;
141 u64 control_1;
143 u64 control_2;
159 u64 buffer0_ptr;
160 u64 buffer1_pt
[all...]
H A Dxgehal-device.h358 u64 inject_serr;
359 u64 inject_ecc;
386 u64 rxufca_lbolt;
387 u64 rxufca_lbolt_time;
388 u64 rxufca_intr_thres;
395 u64 msix_vector_table[XGE_HAL_MAX_MSIX_MESSAGES_WITH_ADDR];
414 __hal_verify_pcc_idle(xge_hal_device_t *hldev, u64 adp_status);
417 __hal_device_handle_pic(xge_hal_device_t *hldev, u64 reason);
421 u16 spdm_entry, u64 *spdm_line_val);
431 __hal_device_handle_txpic(xge_hal_device_t *hldev, u64 reaso
[all...]
H A Dxgehal-fifo.h52 u64 txdl_pointer; /* offset 0x0 */
54 u64 reserved[2];
56 u64 list_control; /* offset 0x18 */
93 u64 control_1;
97 #define XGE_HAL_SET_TXD_T_CODE(x, val) (x |= (((u64)val & 0xF) << 48))
109 u64 control_2;
121 u64 buffer_pointer;
123 u64 host_control;
161 u64 interrupt_type;
279 u64 ctrl_
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/chxge/
H A Dostypes.h42 typedef unsigned long long int u64; typedef
/opensolaris-onvv-gate/usr/src/uts/common/io/igb/
H A Digb_hw.h333 u64 crcerrs;
334 u64 algnerrc;
335 u64 symerrs;
336 u64 rxerrc;
337 u64 mpc;
338 u64 scc;
339 u64 ecol;
340 u64 mcc;
341 u64 latecol;
342 u64 col
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ntxn/
H A Dunm_nic_hw.h48 u64 *a = (u64 *) (DATA_PTR); \
49 u64 *b = (u64 *) (ADDR); \
50 u64 tmp; \
60 u64 *a = (u64 *) (DATA_PTR); \
61 u64 *b = (u64 *) (ADDR); \
62 u64 tm
[all...]
H A Dunm_nic.h179 u64 dma_addr;
563 int (*unm_nic_hw_write_wx)(struct unm_adapter_s *, u64,
565 int (*unm_nic_hw_read_wx)(struct unm_adapter_s *, u64, void *, int);
566 int (*unm_nic_hw_write_ioctl)(struct unm_adapter_s *, u64, void *,
568 int (*unm_nic_hw_read_ioctl)(struct unm_adapter_s *, u64, void *,
570 int (*unm_nic_pci_mem_write)(struct unm_adapter_s *, u64, void *,
572 int (*unm_nic_pci_mem_read)(struct unm_adapter_s *, u64, void *,
574 int (*unm_nic_pci_write_immediate)(struct unm_adapter_s *, u64,
576 int (*unm_nic_pci_read_immediate)(struct unm_adapter_s *, u64,
578 void (*unm_nic_pci_write_normalize)(struct unm_adapter_s *, u64,
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/e1000g/
H A De1000_hw.h432 u64 crcerrs;
433 u64 algnerrc;
434 u64 symerrs;
435 u64 rxerrc;
436 u64 mpc;
437 u64 scc;
438 u64 ecol;
439 u64 mcc;
440 u64 latecol;
441 u64 col
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ntfsprogs/
H A Dntfscluster.h48 u64 inode; /* Inode to examine */
54 u64 inum; /* Inode number */
/opensolaris-onvv-gate/usr/src/lib/libparted/common/libparted/fs/jfs/
H A Djfs_superblock.h117 u64 totalUsable; /* 8: VFS: total of 1K blocks which are
120 u64 minFree; /* 8: VFS: # of 1K blocks held in reserve for
133 u64 realFree; /* 8: VFS: # of free 1K blocks can be used by
/opensolaris-onvv-gate/usr/src/lib/libntfs/common/include/ntfs/
H A Dendians.h95 (u64)((((u64)(x) & 0xff00000000000000ull) >> 56) | \
96 (((u64)(x) & 0x00ff000000000000ull) >> 40) | \
97 (((u64)(x) & 0x0000ff0000000000ull) >> 24) | \
98 (((u64)(x) & 0x000000ff00000000ull) >> 8) | \
99 (((u64)(x) & 0x00000000ff000000ull) << 8) | \
100 (((u64)(x) & 0x0000000000ff0000ull) << 24) | \
101 (((u64)(x) & 0x000000000000ff00ull) << 40) | \
102 (((u64)(x) & 0x00000000000000ffull) << 56))
116 #define __le64_to_cpu(x) ((__force u64)(
[all...]
H A Dbitmap.h47 static __inline__ void ntfs_bit_set(u8 *bitmap, const u64 bit,
66 static __inline__ char ntfs_bit_get(const u8 *bitmap, const u64 bit)
73 static __inline__ void ntfs_bit_change(u8 *bitmap, const u64 bit)
89 static __inline__ char ntfs_bit_get_and_set(u8 *bitmap, const u64 bit,
H A Dtypes.h42 typedef uint64_t u64; typedef
63 typedef u64 __bitwise le64;
71 typedef u64 __bitwise sle64;
75 typedef u64 __bitwise be64;
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxge-queue.c68 (u64)(ulong_t)queue->start_ptr,
69 (u64)(ulong_t)queue->head_ptr,
70 (u64)(ulong_t)queue->tail_ptr,
71 (u64)(ulong_t)queue->end_ptr,
72 (u64)(ulong_t)elem,
81 (u64)(ulong_t)queue->start_ptr,
82 (u64)(ulong_t)queue->head_ptr,
83 (u64)(ulong_t)queue->tail_ptr,
84 (u64)(ulong_t)queue->end_ptr,
85 (u64)(ulong_
[all...]
/opensolaris-onvv-gate/usr/src/cmd/fs.d/zfs/fstyp/
H A Dfstyp.c89 uint64_t u64; local
106 if (nvlist_lookup_uint64(h->config, "guid", &u64) == 0) {
107 (void) snprintf(buf, sizeof (buf), "%llu", (u_longlong_t)u64);
110 if (nvlist_lookup_uint64(h->config, "version", &u64) == 0) {
111 (void) snprintf(buf, sizeof (buf), "%llu", (u_longlong_t)u64);
/opensolaris-onvv-gate/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c273 uint64_t u64; local
282 status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64));
285 attrp->lg_key = (uint16_t)u64;
287 status = dladm_get_conf_field(handle, conf, FPOLICY, &u64,
288 sizeof (u64));
291 attrp->lg_policy = (uint32_t)u64;
316 status = dladm_get_conf_field(handle, conf, FLACPMODE, &u64,
317 sizeof (u64));
320 attrp->lg_lacp_mode = (aggr_lacp_mode_t)u64;
389 uint64_t u64; local
1020 uint64_t u64; local
1183 uint64_t u64; local
1239 uint64_t u64; local
1463 uint64_t u64; local
[all...]
H A Dlibdlvnic.c197 uint64_t u64; local
231 status = dladm_get_conf_field(handle, conf, FMADDRTYPE, &u64,
232 sizeof (u64));
236 attrp->va_mac_addr_type = (vnic_mac_addr_type_t)u64;
239 &u64, sizeof (u64))) != DLADM_STATUS_OK) {
242 attrp->va_vrid = (vrid_t)u64;
246 &u64, sizeof (u64))) != DLADM_STATUS_OK) {
249 attrp->va_af = (int)u64;
668 uint64_t u64; local
[all...]
H A Dlibdlsim.c141 uint64_t u64; local
148 status = dladm_get_conf_field(handle, conf, FSIMNETTYPE, &u64,
149 sizeof (u64));
152 attrp->sna_type = (uint_t)u64;
154 status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64,
155 sizeof (u64));
158 attrp->sna_mac_len = (uint_t)u64;
479 uint64_t u64; local
490 u64 = attrp->sna_type;
492 DLADM_TYPE_UINT64, &u64);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_type.h2036 #define __le64 u64
2043 #define __be64 u64
2123 u64 buffer_addr; /* Address of the descriptor's data buffer */
2511 u64 crcerrs;
2512 u64 illerrc;
2513 u64 errbc;
2514 u64 mspdc;
2515 u64 mpctotal;
2516 u64 mpc[8];
2517 u64 mlf
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/starcat/sys/
H A Ddr_mbx.h147 #define DRMACH_U64_TO_MCREGHI(u64) ((uint32_t)((u64) >> 32))
148 #define DRMACH_U64_TO_MCREGLO(u64) ((uint32_t)(u64))

Completed in 471 milliseconds

1234