Symbol: u64
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
1043
} u64;
usr/src/boot/efi/include/Uefi/UefiInternalFormRepresentation.h
680
UINT64 u64;
usr/src/boot/libsa/zfs/zfsimpl.c
2531
uint64_t *u64 = buf;
usr/src/boot/libsa/zfs/zfsimpl.c
2538
*u64 = fzap_leaf_value(zl, zc);
usr/src/cmd/bhyvectl/bhyvectl.c
1619
uint64_t eptp, bm, addr, u64, pteval[4], *pte, info[2];
usr/src/cmd/bhyvectl/bhyvectl.c
2091
&u64);
usr/src/cmd/bhyvectl/bhyvectl.c
2095
&u64);
usr/src/cmd/bhyvectl/bhyvectl.c
2097
printf("exit_reason[%d]\t%#lx\n", vcpuid, u64);
usr/src/cmd/bhyvectl/bhyvectl.c
703
uint64_t ctl, cr0, cr3, cr4, rsp, rip, pat, addr, u64;
usr/src/cmd/bhyvectl/bhyvectl.c
801
VMCS_GUEST_LINEAR_ADDRESS, &u64);
usr/src/cmd/bhyvectl/bhyvectl.c
803
printf("gla[%d]\t\t0x%016lx\n", vcpuid, u64);
usr/src/cmd/bhyvectl/bhyvectl.c
808
VMCS_GUEST_PHYSICAL_ADDRESS, &u64);
usr/src/cmd/bhyvectl/bhyvectl.c
810
printf("gpa[%d]\t\t0x%016lx\n", vcpuid, u64);
usr/src/cmd/bhyvectl/bhyvectl.c
815
error = vm_get_vmcs_field(vcpu, VMCS_ENTRY_INTR_INFO,&u64);
usr/src/cmd/bhyvectl/bhyvectl.c
818
vcpuid, u64);
usr/src/cmd/bhyvectl/bhyvectl.c
895
error = vm_get_vmcs_field(vcpu, VMCS_EXIT_INTR_INFO, &u64);
usr/src/cmd/bhyvectl/bhyvectl.c
898
vcpuid, u64);
usr/src/cmd/bhyvectl/bhyvectl.c
904
&u64);
usr/src/cmd/bhyvectl/bhyvectl.c
907
vcpuid, u64);
usr/src/cmd/bhyvectl/bhyvectl.c
913
VMCS_GUEST_INTERRUPTIBILITY, &u64);
usr/src/cmd/bhyvectl/bhyvectl.c
916
vcpuid, u64);
usr/src/cmd/bhyvectl/bhyvectl.c
922
VMCS_EXIT_INSTRUCTION_LENGTH, &u64);
usr/src/cmd/bhyvectl/bhyvectl.c
925
(uint32_t)u64);
usr/src/cmd/bhyvectl/bhyvectl.c
930
&u64);
usr/src/cmd/bhyvectl/bhyvectl.c
933
vcpuid, u64);
usr/src/cmd/cxgbetool/cudbg_view.c
1234
field_desc_show(u64 v, const struct field_desc *p,
usr/src/cmd/cxgbetool/cudbg_view.c
1242
u64 mask = (1ULL << p->width) - 1;
usr/src/cmd/cxgbetool/cudbg_view.c
1262
const u64 *p = v;
usr/src/cmd/cxgbetool/cudbg_view.c
1272
const u64 *p = v;
usr/src/cmd/cxgbetool/cudbg_view.c
1290
const u64 *p = v;
usr/src/cmd/cxgbetool/cudbg_view.c
1333
rc = la_show((u64 *)tp_la_buff->data + i*2, i, cudbg_poutbuf);
usr/src/cmd/cxgbetool/cudbg_view.c
1411
string_get_size((u64)to - from + 1, STRING_UNITS_2,
usr/src/cmd/cxgbetool/cudbg_view.c
1537
u64 *p0, *p1;
usr/src/cmd/cxgbetool/cudbg_view.c
2360
u64 ftstamp;
usr/src/cmd/cxgbetool/cudbg_view.c
4027
((u64)context->data[index + 1] << (32 - bits)));
usr/src/cmd/cxgbetool/cudbg_view.c
4029
data |= ((u64)context->data[index + 2] << (64 - bits));
usr/src/cmd/dlmgmtd/dlmgmt_db.c
1276
uint64_t u64;
usr/src/cmd/dlmgmtd/dlmgmt_db.c
1287
u64 = linkp->ll_linkid;
usr/src/cmd/dlmgmtd/dlmgmt_db.c
1288
ptr += write_uint64(ptr, BUFLEN(lim, ptr), "linkid", &u64);
usr/src/cmd/dlmgmtd/dlmgmt_db.c
1295
u64 = linkp->ll_class;
usr/src/cmd/dlmgmtd/dlmgmt_db.c
1296
ptr += write_uint64(ptr, BUFLEN(lim, ptr), "class", &u64);
usr/src/cmd/dlmgmtd/dlmgmt_db.c
1297
u64 = linkp->ll_media;
usr/src/cmd/dlmgmtd/dlmgmt_db.c
1298
ptr += write_uint64(ptr, BUFLEN(lim, ptr), "media", &u64);
usr/src/cmd/fm/modules/common/disk-monitor/diskmon_conf.c
797
uint64_t u64;
usr/src/cmd/fm/modules/common/disk-monitor/diskmon_conf.c
802
u64 = fmd_prop_get_int32(hdl, GLOBAL_PROP_LOG_LEVEL);
usr/src/cmd/fm/modules/common/disk-monitor/diskmon_conf.c
803
g_verbose = (int)u64;
usr/src/cmd/fm/modules/common/disk-monitor/diskmon_conf.c
816
u64 = fmd_prop_get_int32(hdl, fmd_props[i].fmdp_name);
usr/src/cmd/fm/modules/common/disk-monitor/diskmon_conf.c
821
u64 = fmd_prop_get_int64(hdl, fmd_props[i].fmdp_name);
usr/src/cmd/fm/modules/common/disk-monitor/diskmon_conf.c
831
(void) snprintf(buf, INT64_BUF_LEN, "0x%llx", u64);
usr/src/cmd/fs.d/zfs/fstyp/fstyp.c
113
if (nvlist_lookup_uint64(h->config, "guid", &u64) == 0) {
usr/src/cmd/fs.d/zfs/fstyp/fstyp.c
114
(void) snprintf(buf, sizeof (buf), "%llu", (u_longlong_t)u64);
usr/src/cmd/fs.d/zfs/fstyp/fstyp.c
117
if (nvlist_lookup_uint64(h->config, "version", &u64) == 0) {
usr/src/cmd/fs.d/zfs/fstyp/fstyp.c
118
(void) snprintf(buf, sizeof (buf), "%llu", (u_longlong_t)u64);
usr/src/cmd/fs.d/zfs/fstyp/fstyp.c
91
uint64_t u64;
usr/src/cmd/i2cadm/i2cadm_io.c
509
uint64_t *u64;
usr/src/cmd/i2cadm/i2cadm_io.c
559
u64 = req->io_wdata;
usr/src/cmd/i2cadm/i2cadm_io.c
560
u64[i] = (uint64_t)ull;
usr/src/cmd/mdb/common/mdb/mdb_linkerset.c
124
uint64_t u64;
usr/src/cmd/mdb/common/mdb/mdb_linkerset.c
135
n = mdb_vread(&val.u64, sizeof (uint64_t), addr);
usr/src/cmd/mdb/common/mdb/mdb_linkerset.c
136
*addrp = (uintptr_t)val.u64;
usr/src/cmd/od/od.c
136
DECL_GET(u64)
usr/src/cmd/od/od.c
160
DECL_OUT(oct_q, u64, " %022llo")
usr/src/cmd/od/od.c
164
DECL_OUT(dec_q, u64, " %020llu")
usr/src/common/ficl/ficl.h
909
ficlStackPush2Unsigned(ficlStack *stack, ficl2Unsigned u64);
usr/src/grub/grub-0.97/stage2/jfs.h
243
u64 totalUsable; /* 8: VFS: total of 1K blocks which are
usr/src/grub/grub-0.97/stage2/jfs.h
246
u64 minFree; /* 8: VFS: # of 1K blocks held in reserve for
usr/src/grub/grub-0.97/stage2/jfs.h
259
u64 realFree; /* 8: VFS: # of free 1K blocks can be used by
usr/src/lib/libc/port/sys/epoll.c
181
epoll[i].dpep_data = event->data.u64;
usr/src/lib/libdladm/common/libdlaggr.c
1020
uint64_t u64;
usr/src/lib/libdladm/common/libdlaggr.c
1027
u64 = key;
usr/src/lib/libdladm/common/libdlaggr.c
1029
&u64);
usr/src/lib/libdladm/common/libdlaggr.c
1033
u64 = nports;
usr/src/lib/libdladm/common/libdlaggr.c
1035
&u64);
usr/src/lib/libdladm/common/libdlaggr.c
1059
u64 = policy;
usr/src/lib/libdladm/common/libdlaggr.c
1061
&u64);
usr/src/lib/libdladm/common/libdlaggr.c
1088
u64 = lacp_mode;
usr/src/lib/libdladm/common/libdlaggr.c
1090
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlaggr.c
1094
u64 = lacp_timer;
usr/src/lib/libdladm/common/libdlaggr.c
1096
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlaggr.c
1183
uint64_t u64;
usr/src/lib/libdladm/common/libdlaggr.c
1186
status = dladm_get_conf_field(handle, conf, FPOLICY, &u64,
usr/src/lib/libdladm/common/libdlaggr.c
1187
sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
1190
attrp->ld_policy = (uint32_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
1215
status = dladm_get_conf_field(handle, conf, FLACPMODE, &u64,
usr/src/lib/libdladm/common/libdlaggr.c
1216
sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
1219
attrp->ld_lacp_mode = (aggr_lacp_mode_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
1223
status = dladm_get_conf_field(handle, conf, FLACPTIMER, &u64,
usr/src/lib/libdladm/common/libdlaggr.c
1224
sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
1227
attrp->ld_lacp_timer = (aggr_lacp_timer_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
1239
uint64_t u64;
usr/src/lib/libdladm/common/libdlaggr.c
1242
u64 = attrp->ld_policy;
usr/src/lib/libdladm/common/libdlaggr.c
1244
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlaggr.c
1265
u64 = attrp->ld_lacp_mode;
usr/src/lib/libdladm/common/libdlaggr.c
1267
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlaggr.c
1273
u64 = attrp->ld_lacp_timer;
usr/src/lib/libdladm/common/libdlaggr.c
1275
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlaggr.c
1463
uint64_t u64;
usr/src/lib/libdladm/common/libdlaggr.c
1468
status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
1469
key = (uint16_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
273
uint64_t u64;
usr/src/lib/libdladm/common/libdlaggr.c
282
status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
285
attrp->lg_key = (uint16_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
287
status = dladm_get_conf_field(handle, conf, FPOLICY, &u64,
usr/src/lib/libdladm/common/libdlaggr.c
288
sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
291
attrp->lg_policy = (uint32_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
316
status = dladm_get_conf_field(handle, conf, FLACPMODE, &u64,
usr/src/lib/libdladm/common/libdlaggr.c
317
sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
320
attrp->lg_lacp_mode = (aggr_lacp_mode_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
322
status = dladm_get_conf_field(handle, conf, FLACPTIMER, &u64,
usr/src/lib/libdladm/common/libdlaggr.c
323
sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
326
attrp->lg_lacp_timer = (aggr_lacp_timer_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
328
status = dladm_get_conf_field(handle, conf, FNPORTS, &u64,
usr/src/lib/libdladm/common/libdlaggr.c
329
sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
332
nports = (uint32_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
389
uint64_t u64;
usr/src/lib/libdladm/common/libdlaggr.c
422
status = dladm_get_conf_field(handle, conf, FNPORTS, &u64,
usr/src/lib/libdladm/common/libdlaggr.c
423
sizeof (u64));
usr/src/lib/libdladm/common/libdlaggr.c
426
orig_nports = (uint32_t)u64;
usr/src/lib/libdladm/common/libdlaggr.c
513
u64 = result_nports;
usr/src/lib/libdladm/common/libdlaggr.c
515
DLADM_TYPE_UINT64, &u64)) != DLADM_STATUS_OK) {
usr/src/lib/libdladm/common/libdlaggr.c
576
u64 = orig_nports;
usr/src/lib/libdladm/common/libdlaggr.c
578
DLADM_TYPE_UINT64, &u64) == DLADM_STATUS_OK) &&
usr/src/lib/libdladm/common/libdlib.c
368
uint64_t u64;
usr/src/lib/libdladm/common/libdlib.c
390
u64 = pattr->dia_pkey;
usr/src/lib/libdladm/common/libdlib.c
394
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlib.c
616
uint64_t u64;
usr/src/lib/libdladm/common/libdlib.c
654
status = dladm_get_conf_field(handle, conf, FPORTPKEY, &u64,
usr/src/lib/libdladm/common/libdlib.c
655
sizeof (u64));
usr/src/lib/libdladm/common/libdlib.c
659
pkey = (ib_pkey_t)u64;
usr/src/lib/libdladm/common/libdlsim.c
143
uint64_t u64;
usr/src/lib/libdladm/common/libdlsim.c
150
status = dladm_get_conf_field(handle, conf, FSIMNETTYPE, &u64,
usr/src/lib/libdladm/common/libdlsim.c
151
sizeof (u64));
usr/src/lib/libdladm/common/libdlsim.c
154
attrp->sna_type = (uint_t)u64;
usr/src/lib/libdladm/common/libdlsim.c
156
status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64,
usr/src/lib/libdladm/common/libdlsim.c
157
sizeof (u64));
usr/src/lib/libdladm/common/libdlsim.c
160
attrp->sna_mac_len = (uint_t)u64;
usr/src/lib/libdladm/common/libdlsim.c
504
uint64_t u64;
usr/src/lib/libdladm/common/libdlsim.c
515
u64 = attrp->sna_type;
usr/src/lib/libdladm/common/libdlsim.c
517
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlsim.c
521
u64 = attrp->sna_mac_len;
usr/src/lib/libdladm/common/libdlsim.c
523
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlvnic.c
203
uint64_t u64;
usr/src/lib/libdladm/common/libdlvnic.c
237
status = dladm_get_conf_field(handle, conf, FMADDRTYPE, &u64,
usr/src/lib/libdladm/common/libdlvnic.c
238
sizeof (u64));
usr/src/lib/libdladm/common/libdlvnic.c
242
attrp->va_mac_addr_type = (vnic_mac_addr_type_t)u64;
usr/src/lib/libdladm/common/libdlvnic.c
245
&u64, sizeof (u64))) != DLADM_STATUS_OK) {
usr/src/lib/libdladm/common/libdlvnic.c
248
attrp->va_vrid = (vrid_t)u64;
usr/src/lib/libdladm/common/libdlvnic.c
252
&u64, sizeof (u64))) != DLADM_STATUS_OK) {
usr/src/lib/libdladm/common/libdlvnic.c
255
attrp->va_af = (int)u64;
usr/src/lib/libdladm/common/libdlvnic.c
258
status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64,
usr/src/lib/libdladm/common/libdlvnic.c
259
sizeof (u64));
usr/src/lib/libdladm/common/libdlvnic.c
261
(uint_t)u64 : ETHERADDRL);
usr/src/lib/libdladm/common/libdlvnic.c
263
status = dladm_get_conf_field(handle, conf, FMADDRSLOT, &u64,
usr/src/lib/libdladm/common/libdlvnic.c
264
sizeof (u64));
usr/src/lib/libdladm/common/libdlvnic.c
266
(int)u64 : -1);
usr/src/lib/libdladm/common/libdlvnic.c
269
&u64, sizeof (u64));
usr/src/lib/libdladm/common/libdlvnic.c
271
(uint_t)u64 : sizeof (dladm_vnic_def_prefix));
usr/src/lib/libdladm/common/libdlvnic.c
283
status = dladm_get_conf_field(handle, conf, FVLANID, &u64,
usr/src/lib/libdladm/common/libdlvnic.c
284
sizeof (u64));
usr/src/lib/libdladm/common/libdlvnic.c
285
attrp->va_vid = ((status == DLADM_STATUS_OK) ? (uint16_t)u64 : 0);
usr/src/lib/libdladm/common/libdlvnic.c
701
uint64_t u64;
usr/src/lib/libdladm/common/libdlvnic.c
719
u64 = attrp->va_mac_addr_type;
usr/src/lib/libdladm/common/libdlvnic.c
721
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlvnic.c
725
u64 = attrp->va_vrid;
usr/src/lib/libdladm/common/libdlvnic.c
727
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlvnic.c
731
u64 = attrp->va_af;
usr/src/lib/libdladm/common/libdlvnic.c
733
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlvnic.c
738
u64 = attrp->va_mac_len;
usr/src/lib/libdladm/common/libdlvnic.c
740
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlvnic.c
746
u64 = attrp->va_mac_slot;
usr/src/lib/libdladm/common/libdlvnic.c
748
FMADDRSLOT, DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlvnic.c
755
u64 = attrp->va_mac_prefix_len;
usr/src/lib/libdladm/common/libdlvnic.c
757
FMADDRPREFIXLEN, DLADM_TYPE_UINT64, &u64);
usr/src/lib/libdladm/common/libdlvnic.c
770
u64 = attrp->va_vid;
usr/src/lib/libdladm/common/libdlvnic.c
772
DLADM_TYPE_UINT64, &u64);
usr/src/lib/libi2c/common/libi2c_io.c
293
smbus_io_req_set_write_u64(smbus_io_req_t *req, uint8_t cmd, uint64_t u64)
usr/src/lib/libi2c/common/libi2c_io.c
299
req->sir_write = u64;
usr/src/lib/libi2c/common/libi2c_io.c
535
uint64_t u64 = htole64(req->sir_write);
usr/src/lib/libi2c/common/libi2c_io.c
536
(void) memcpy(smbus.smbr_wdata, &u64, sizeof (u64));
usr/src/lib/libi2c/common/libi2c_io.c
580
uint64_t u64;
usr/src/lib/libi2c/common/libi2c_io.c
581
(void) memcpy(&u64, smbus.smbr_rdata, sizeof (uint64_t));
usr/src/lib/libi2c/common/libi2c_io.c
582
*(uint64_t *)req->sir_readp = letoh64(u64);
usr/src/test/util-tests/tests/libjedec/hex2spd/libjedec_hex2spd.c
207
uint64_t u64, *u64a;
usr/src/test/util-tests/tests/libjedec/hex2spd/libjedec_hex2spd.c
231
nvret = nvlist_lookup_uint64(nvl, spd->hs_key, &u64);
usr/src/test/util-tests/tests/libjedec/hex2spd/libjedec_hex2spd.c
237
} else if (u64 != spd->hs_val.hs_u64) {
usr/src/test/util-tests/tests/libjedec/hex2spd/libjedec_hex2spd.c
240
test->ht_file, spd->hs_key, u64,
usr/src/tools/smatch/src/validation/builtin-bswap-variable.c
10
static u32 swap32v(u64 a)
usr/src/tools/smatch/src/validation/builtin-bswap-variable.c
15
static u64 swap64v(u32 a)
usr/src/tools/smatch/src/validation/int128.c
19
u64 foo(u64 a, u64 b, u64 c, u32 s)
usr/src/tools/smatch/src/validation/int128.c
24
return (u64) (tmp >> s);
usr/src/tools/smatch/src/validation/optim/and-extendx.c
13
u64 sfoo(int x)
usr/src/tools/smatch/src/validation/optim/and-extendx.c
8
u64 ufoo(int x)
usr/src/tools/smatch/src/validation/shift-undef.c
100
inline void hw_w64(u64 val)
usr/src/uts/common/fs/smbsrv/smb2_durable.c
510
uint64_t u64;
usr/src/uts/common/fs/smbsrv/smb2_durable.c
547
u64 = 0;
usr/src/uts/common/fs/smbsrv/smb2_durable.c
548
rc = nvlist_lookup_uint64(nvl, "file_persistid", &u64);
usr/src/uts/common/fs/smbsrv/smb2_durable.c
549
if (rc != 0 || u64 != persist_id) {
usr/src/uts/common/fs/smbsrv/smb2_durable.c
551
tree->t_resource, str_node->od_name, u64);
usr/src/uts/common/io/bnx/include/bcmtype.h
55
typedef u64 u64_t;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1121
static u64 elink_e3b0_sp_get_pri_cli_reg(const u8 cos, const u8 cos_offset,
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1126
u64 pri_cli_nig = 0;
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1127
pri_cli_nig = ((u64)(cos + cos_offset)) << (entry_size *
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1138
static u64 elink_e3b0_sp_get_pri_cli_reg_nig(const u8 cos, const u8 pri_set)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1154
static u64 elink_e3b0_sp_get_pri_cli_reg_pbf(const u8 cos, const u8 pri_set)
usr/src/uts/common/io/bnxe/577xx/common/bnxe_clc.c
1177
u64 pri_cli_nig = 0x210;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
13
#define BIT_VEC64_ELEM_MASK ((u64)BIT_VEC64_ELEM_SZ - 1)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
18
el = ((el) | ((u64)0x1 << (bit))); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
23
el = ((el) & (~((u64)0x1 << (bit)))); \
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
42
(((u64)0x1 << (((idx) & BIT_VEC64_ELEM_MASK) + 1)) - 1)
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_common.h
43
#define BIT_VEC64_ELEM_ONE_MASK ((u64)(~0))
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init.h
55
u64 next;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
105
u64 data64 = 0;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
113
u64 *pdata = ((u64 *)(GUNZIP_BUF(pdev))) + i;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
637
#define ILT_ADDR1(x) ((u32)(((u64)x >> 12) & 0xFFFFFFFF))
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
638
#define ILT_ADDR2(x) ((u32)((1 << 20) | ((u64)x >> 44)))
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
947
t2[i].next = (u64)(t2_mapping.as_u64 +
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
957
U64_LO((u64)t2_mapping.as_u64 +
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_init_ops.h
959
U64_HI((u64)t2_mapping.as_u64 +
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
3472
u64 elem;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.c
6563
u64 *p_rdata = (u64 *)rdata;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
1322
u64 offset_delta;
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
604
u64 vec[ECORE_MCAST_VEC_SZ];
usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ecore_sp_verbs.h
716
u64 pool_mirror[ECORE_POOL_VEC_SIZE];
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/bcm_utils.h
53
#define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo))
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/hw_channel.h
69
#define TLV_ALIGN sizeof(u64)
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
171
u64 sb_addr[PFVF_MAX_SBS_PER_VF]; /* vf_sb based */
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
172
u64 spq_addr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
173
u64 stats_addr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
189
u64 rcq_addr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
190
u64 rcq_np_addr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
191
u64 rxq_addr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
192
u64 sge_addr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/vfpf_if.h
223
u64 txq_addr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sb.c
1548
lm_status_t lm_pf_init_vf_non_def_sb(struct _lm_device_t *pdev, lm_vf_info_t *vf_info, u8_t sb_idx, u64 sb_addr)
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/channel_vf/lm_vf.h
6
#define aligned_u64 __declspec( align( 8 ) ) u64
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/lm_vf_common.h
169
u64 sge_addr;
usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/lm_vf_common.h
322
lm_status_t lm_pf_init_vf_non_def_sb(struct _lm_device_t *pdev, lm_vf_info_t *vf_info, u8_t sb_idx, u64 sb_addr);
usr/src/uts/common/io/bnxe/577xx/include/bcmtype.h
73
typedef u64 u64_t;
usr/src/uts/common/io/chxge/com/gmac.h
36
u64 TxOctetsOK;
usr/src/uts/common/io/chxge/com/gmac.h
37
u64 TxOctetsBad;
usr/src/uts/common/io/chxge/com/gmac.h
38
u64 TxUnicastFramesOK;
usr/src/uts/common/io/chxge/com/gmac.h
39
u64 TxMulticastFramesOK;
usr/src/uts/common/io/chxge/com/gmac.h
40
u64 TxBroadcastFramesOK;
usr/src/uts/common/io/chxge/com/gmac.h
41
u64 TxPauseFrames;
usr/src/uts/common/io/chxge/com/gmac.h
42
u64 TxFramesWithDeferredXmissions;
usr/src/uts/common/io/chxge/com/gmac.h
43
u64 TxLateCollisions;
usr/src/uts/common/io/chxge/com/gmac.h
44
u64 TxTotalCollisions;
usr/src/uts/common/io/chxge/com/gmac.h
45
u64 TxFramesAbortedDueToXSCollisions;
usr/src/uts/common/io/chxge/com/gmac.h
46
u64 TxUnderrun;
usr/src/uts/common/io/chxge/com/gmac.h
47
u64 TxLengthErrors;
usr/src/uts/common/io/chxge/com/gmac.h
48
u64 TxInternalMACXmitError;
usr/src/uts/common/io/chxge/com/gmac.h
49
u64 TxFramesWithExcessiveDeferral;
usr/src/uts/common/io/chxge/com/gmac.h
50
u64 TxFCSErrors;
usr/src/uts/common/io/chxge/com/gmac.h
51
u64 TxJumboFramesOK;
usr/src/uts/common/io/chxge/com/gmac.h
52
u64 TxJumboOctetsOK;
usr/src/uts/common/io/chxge/com/gmac.h
55
u64 RxOctetsOK;
usr/src/uts/common/io/chxge/com/gmac.h
56
u64 RxOctetsBad;
usr/src/uts/common/io/chxge/com/gmac.h
57
u64 RxUnicastFramesOK;
usr/src/uts/common/io/chxge/com/gmac.h
58
u64 RxMulticastFramesOK;
usr/src/uts/common/io/chxge/com/gmac.h
59
u64 RxBroadcastFramesOK;
usr/src/uts/common/io/chxge/com/gmac.h
60
u64 RxPauseFrames;
usr/src/uts/common/io/chxge/com/gmac.h
61
u64 RxFCSErrors;
usr/src/uts/common/io/chxge/com/gmac.h
62
u64 RxAlignErrors;
usr/src/uts/common/io/chxge/com/gmac.h
63
u64 RxSymbolErrors;
usr/src/uts/common/io/chxge/com/gmac.h
64
u64 RxDataErrors;
usr/src/uts/common/io/chxge/com/gmac.h
65
u64 RxSequenceErrors;
usr/src/uts/common/io/chxge/com/gmac.h
66
u64 RxRuntErrors;
usr/src/uts/common/io/chxge/com/gmac.h
67
u64 RxJabberErrors;
usr/src/uts/common/io/chxge/com/gmac.h
68
u64 RxInternalMACRcvError;
usr/src/uts/common/io/chxge/com/gmac.h
69
u64 RxInRangeLengthErrors;
usr/src/uts/common/io/chxge/com/gmac.h
70
u64 RxOutOfRangeLengthField;
usr/src/uts/common/io/chxge/com/gmac.h
71
u64 RxFrameTooLongErrors;
usr/src/uts/common/io/chxge/com/gmac.h
72
u64 RxJumboFramesOK;
usr/src/uts/common/io/chxge/com/gmac.h
73
u64 RxJumboOctetsOK;
usr/src/uts/common/io/chxge/com/pm3393.c
560
| ((u64)((u8)val2) << 32) \
usr/src/uts/common/io/chxge/com/pm3393.c
561
| ((mac)->stats.stat_name & (~(u64)0 << 40)); \
usr/src/uts/common/io/chxge/com/pm3393.c
563
(mac)->stats.stat_name += ((u64)1 << 40); \
usr/src/uts/common/io/chxge/com/pm3393.c
570
u64 ro;
usr/src/uts/common/io/chxge/com/pm3393.c
582
ro = (u16)val0 | (((u16)val1) << 16) | ((u64)((u16)val2) << 32)
usr/src/uts/common/io/chxge/com/pm3393.c
583
| ((u64)((u16)val3) << 48);
usr/src/uts/common/io/chxge/com/vsc7326.c
595
static void rmon_update(struct cmac *mac, unsigned int addr, u64 *stat)
usr/src/uts/common/io/chxge/sge.c
100
static inline void setup_ring_params(ch_t *adapter, u64 addr, u32 size,
usr/src/uts/common/io/chxge/sge.c
1096
e->AddrHigh = (u64)mapping >> 32;
usr/src/uts/common/io/chxge/sge.c
1503
setup_ring_params(ch_t *adapter, u64 addr, u32 size, int base_reg_lo,
usr/src/uts/common/io/chxge/sge.c
424
e->AddrHigh = ((u64)mapping >> 32);
usr/src/uts/common/io/chxge/sge.c
425
e->AddrLow = ((u64)mapping & 0xffffffff);
usr/src/uts/common/io/chxge/sge.c
457
e->AddrHigh = ((u64)mapping >> 32);
usr/src/uts/common/io/chxge/sge.c
458
e->AddrLow = ((u64)mapping & 0xffffffff);
usr/src/uts/common/io/cxgbe/common/common.h
133
u64 tx_octets; /* total # of octets in good frames */
usr/src/uts/common/io/cxgbe/common/common.h
134
u64 tx_frames; /* all good frames */
usr/src/uts/common/io/cxgbe/common/common.h
135
u64 tx_bcast_frames; /* all broadcast frames */
usr/src/uts/common/io/cxgbe/common/common.h
136
u64 tx_mcast_frames; /* all multicast frames */
usr/src/uts/common/io/cxgbe/common/common.h
137
u64 tx_ucast_frames; /* all unicast frames */
usr/src/uts/common/io/cxgbe/common/common.h
138
u64 tx_error_frames; /* all error frames */
usr/src/uts/common/io/cxgbe/common/common.h
140
u64 tx_frames_64; /* # of Tx frames in a particular range */
usr/src/uts/common/io/cxgbe/common/common.h
141
u64 tx_frames_65_127;
usr/src/uts/common/io/cxgbe/common/common.h
142
u64 tx_frames_128_255;
usr/src/uts/common/io/cxgbe/common/common.h
143
u64 tx_frames_256_511;
usr/src/uts/common/io/cxgbe/common/common.h
144
u64 tx_frames_512_1023;
usr/src/uts/common/io/cxgbe/common/common.h
145
u64 tx_frames_1024_1518;
usr/src/uts/common/io/cxgbe/common/common.h
146
u64 tx_frames_1519_max;
usr/src/uts/common/io/cxgbe/common/common.h
148
u64 tx_drop; /* # of dropped Tx frames */
usr/src/uts/common/io/cxgbe/common/common.h
149
u64 tx_pause; /* # of transmitted pause frames */
usr/src/uts/common/io/cxgbe/common/common.h
150
u64 tx_ppp0; /* # of transmitted PPP prio 0 frames */
usr/src/uts/common/io/cxgbe/common/common.h
151
u64 tx_ppp1; /* # of transmitted PPP prio 1 frames */
usr/src/uts/common/io/cxgbe/common/common.h
152
u64 tx_ppp2; /* # of transmitted PPP prio 2 frames */
usr/src/uts/common/io/cxgbe/common/common.h
153
u64 tx_ppp3; /* # of transmitted PPP prio 3 frames */
usr/src/uts/common/io/cxgbe/common/common.h
154
u64 tx_ppp4; /* # of transmitted PPP prio 4 frames */
usr/src/uts/common/io/cxgbe/common/common.h
155
u64 tx_ppp5; /* # of transmitted PPP prio 5 frames */
usr/src/uts/common/io/cxgbe/common/common.h
156
u64 tx_ppp6; /* # of transmitted PPP prio 6 frames */
usr/src/uts/common/io/cxgbe/common/common.h
157
u64 tx_ppp7; /* # of transmitted PPP prio 7 frames */
usr/src/uts/common/io/cxgbe/common/common.h
159
u64 rx_octets; /* total # of octets in good frames */
usr/src/uts/common/io/cxgbe/common/common.h
160
u64 rx_frames; /* all good frames */
usr/src/uts/common/io/cxgbe/common/common.h
161
u64 rx_bcast_frames; /* all broadcast frames */
usr/src/uts/common/io/cxgbe/common/common.h
162
u64 rx_mcast_frames; /* all multicast frames */
usr/src/uts/common/io/cxgbe/common/common.h
163
u64 rx_ucast_frames; /* all unicast frames */
usr/src/uts/common/io/cxgbe/common/common.h
164
u64 rx_too_long; /* # of frames exceeding MTU */
usr/src/uts/common/io/cxgbe/common/common.h
165
u64 rx_jabber; /* # of jabber frames */
usr/src/uts/common/io/cxgbe/common/common.h
166
u64 rx_fcs_err; /* # of received frames with bad FCS */
usr/src/uts/common/io/cxgbe/common/common.h
167
u64 rx_len_err; /* # of received frames with length error */
usr/src/uts/common/io/cxgbe/common/common.h
168
u64 rx_symbol_err; /* symbol errors */
usr/src/uts/common/io/cxgbe/common/common.h
169
u64 rx_runt; /* # of short frames */
usr/src/uts/common/io/cxgbe/common/common.h
171
u64 rx_frames_64; /* # of Rx frames in a particular range */
usr/src/uts/common/io/cxgbe/common/common.h
172
u64 rx_frames_65_127;
usr/src/uts/common/io/cxgbe/common/common.h
173
u64 rx_frames_128_255;
usr/src/uts/common/io/cxgbe/common/common.h
174
u64 rx_frames_256_511;
usr/src/uts/common/io/cxgbe/common/common.h
175
u64 rx_frames_512_1023;
usr/src/uts/common/io/cxgbe/common/common.h
176
u64 rx_frames_1024_1518;
usr/src/uts/common/io/cxgbe/common/common.h
177
u64 rx_frames_1519_max;
usr/src/uts/common/io/cxgbe/common/common.h
179
u64 rx_pause; /* # of received pause frames */
usr/src/uts/common/io/cxgbe/common/common.h
180
u64 rx_ppp0; /* # of received PPP prio 0 frames */
usr/src/uts/common/io/cxgbe/common/common.h
181
u64 rx_ppp1; /* # of received PPP prio 1 frames */
usr/src/uts/common/io/cxgbe/common/common.h
182
u64 rx_ppp2; /* # of received PPP prio 2 frames */
usr/src/uts/common/io/cxgbe/common/common.h
183
u64 rx_ppp3; /* # of received PPP prio 3 frames */
usr/src/uts/common/io/cxgbe/common/common.h
184
u64 rx_ppp4; /* # of received PPP prio 4 frames */
usr/src/uts/common/io/cxgbe/common/common.h
185
u64 rx_ppp5; /* # of received PPP prio 5 frames */
usr/src/uts/common/io/cxgbe/common/common.h
186
u64 rx_ppp6; /* # of received PPP prio 6 frames */
usr/src/uts/common/io/cxgbe/common/common.h
187
u64 rx_ppp7; /* # of received PPP prio 7 frames */
usr/src/uts/common/io/cxgbe/common/common.h
189
u64 rx_ovflow0; /* drops due to buffer-group 0 overflows */
usr/src/uts/common/io/cxgbe/common/common.h
190
u64 rx_ovflow1; /* drops due to buffer-group 1 overflows */
usr/src/uts/common/io/cxgbe/common/common.h
191
u64 rx_ovflow2; /* drops due to buffer-group 2 overflows */
usr/src/uts/common/io/cxgbe/common/common.h
192
u64 rx_ovflow3; /* drops due to buffer-group 3 overflows */
usr/src/uts/common/io/cxgbe/common/common.h
193
u64 rx_trunc0; /* buffer-group 0 truncated packets */
usr/src/uts/common/io/cxgbe/common/common.h
194
u64 rx_trunc1; /* buffer-group 1 truncated packets */
usr/src/uts/common/io/cxgbe/common/common.h
195
u64 rx_trunc2; /* buffer-group 2 truncated packets */
usr/src/uts/common/io/cxgbe/common/common.h
196
u64 rx_trunc3; /* buffer-group 3 truncated packets */
usr/src/uts/common/io/cxgbe/common/common.h
200
u64 octets;
usr/src/uts/common/io/cxgbe/common/common.h
201
u64 frames;
usr/src/uts/common/io/cxgbe/common/common.h
202
u64 bcast_frames;
usr/src/uts/common/io/cxgbe/common/common.h
203
u64 mcast_frames;
usr/src/uts/common/io/cxgbe/common/common.h
204
u64 ucast_frames;
usr/src/uts/common/io/cxgbe/common/common.h
205
u64 error_frames;
usr/src/uts/common/io/cxgbe/common/common.h
207
u64 frames_64;
usr/src/uts/common/io/cxgbe/common/common.h
208
u64 frames_65_127;
usr/src/uts/common/io/cxgbe/common/common.h
209
u64 frames_128_255;
usr/src/uts/common/io/cxgbe/common/common.h
210
u64 frames_256_511;
usr/src/uts/common/io/cxgbe/common/common.h
211
u64 frames_512_1023;
usr/src/uts/common/io/cxgbe/common/common.h
212
u64 frames_1024_1518;
usr/src/uts/common/io/cxgbe/common/common.h
213
u64 frames_1519_max;
usr/src/uts/common/io/cxgbe/common/common.h
215
u64 drop;
usr/src/uts/common/io/cxgbe/common/common.h
217
u64 ovflow0;
usr/src/uts/common/io/cxgbe/common/common.h
218
u64 ovflow1;
usr/src/uts/common/io/cxgbe/common/common.h
219
u64 ovflow2;
usr/src/uts/common/io/cxgbe/common/common.h
220
u64 ovflow3;
usr/src/uts/common/io/cxgbe/common/common.h
221
u64 trunc0;
usr/src/uts/common/io/cxgbe/common/common.h
222
u64 trunc1;
usr/src/uts/common/io/cxgbe/common/common.h
223
u64 trunc2;
usr/src/uts/common/io/cxgbe/common/common.h
224
u64 trunc3;
usr/src/uts/common/io/cxgbe/common/common.h
229
u64 tcp_in_segs;
usr/src/uts/common/io/cxgbe/common/common.h
230
u64 tcp_out_segs;
usr/src/uts/common/io/cxgbe/common/common.h
231
u64 tcp_retrans_segs;
usr/src/uts/common/io/cxgbe/common/common.h
237
u64 octets;
usr/src/uts/common/io/cxgbe/common/common.h
243
u64 octets_ddp;
usr/src/uts/common/io/cxgbe/common/common.h
450
u64 cmd[MBOX_LEN/8]; /* a Firmware Mailbox Command/Reply */
usr/src/uts/common/io/cxgbe/common/common.h
451
u64 timestamp; /* OS-dependent timestamp */
usr/src/uts/common/io/cxgbe/common/common.h
664
u64 *pbar2_qoffset,
usr/src/uts/common/io/cxgbe/common/common.h
672
u64 *filter_value, u64 *filter_mask,
usr/src/uts/common/io/cxgbe/common/common.h
717
void t4_pmtx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]);
usr/src/uts/common/io/cxgbe/common/common.h
718
void t4_pmrx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]);
usr/src/uts/common/io/cxgbe/common/common.h
776
void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr);
usr/src/uts/common/io/cxgbe/common/common.h
794
void t4_get_chan_txrate(struct adapter *adap, u64 *nic_rate, u64 *ofld_rate);
usr/src/uts/common/io/cxgbe/common/common.h
850
u64 *hash, bool sleep_ok);
usr/src/uts/common/io/cxgbe/common/common.h
873
bool ucast, u64 vec, bool sleep_ok);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10228
u64 *pbar2_qoffset,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10232
u64 bar2_page_offset, bar2_qoffset;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10258
bar2_page_offset = ((u64)(qid >> qpp_shift) << page_shift);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10567
u64 *filter_value, u64 *filter_mask,
usr/src/uts/common/io/cxgbe/common/t4_hw.c
10574
u64 v, m;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
11160
void t4_tp_read_la(struct adapter *adap, u64 *la_buf, unsigned int *wrptr)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
1119
static int t4_get_window(struct adapter *adap, u64 pci_base, u64 pci_mask, u64 memwin_base, int drv_fw_attach)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
445
u64 res;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6047
#define STAT64(x) (((u64)STAT(x##_HI) << 32) | STAT(x##_LO))
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6166
st->octets_ddp = ((u64)val[0] << 32) | val[1];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6186
st->octets = ((u64)val[2] << 32) | val[3];
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6351
static u64 chan_rate(struct adapter *adap, unsigned int bytes256)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6353
u64 v = bytes256 * adap->params.vpd.cclk;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6367
void t4_get_chan_txrate(struct adapter *adap, u64 *nic_rate, u64 *ofld_rate)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6549
void t4_pmtx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[])
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6563
cycles[i] = (((u64)data[0] << 32) | data[1]);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6576
void t4_pmrx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[])
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6590
cycles[i] = (((u64)data[0] << 32) | data[1]);
usr/src/uts/common/io/cxgbe/common/t4_hw.c
665
u64 res;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
667
u64 cnt;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6824
u64 *s, *o;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6828
for (i = 0, s = (u64 *)stats, o = (u64 *)offset ;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
6829
i < (sizeof(struct port_stats)/sizeof(u64)) ;
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8419
const u8 **addr, u16 *idx, u64 *hash, bool sleep_ok)
usr/src/uts/common/io/cxgbe/common/t4_hw.c
8693
bool ucast, u64 vec, bool sleep_ok)
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
340
u64 timestamp;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
341
u64 time_res;
usr/src/uts/common/io/cxgbe/t4nex/cudbg.h
366
u64 time;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
214
u64 mask;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
250
u64 tx_cyc[T6_PM_NSTATS];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
251
u64 rx_cyc[T6_PM_NSTATS];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
430
u64 retransmit_min;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
431
u64 retransmit_max;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
432
u64 persist_timer_min;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
433
u64 persist_timer_max;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
434
u64 keepalive_idle_timer;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
435
u64 keepalive_interval;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
436
u64 initial_srtt;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
437
u64 finwait2_timer;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
752
u64 nrate[NCHAN];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_entity.h
753
u64 orate[NCHAN];
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
100
u64 timestamp, u32 cur_entity_hdr_offset,
usr/src/uts/common/io/cxgbe/t4nex/cudbg_flash_utils.c
162
cudbg_write_flash(void *handle, u64 timestamp, void *data,
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
1284
u64 tp_tick_us;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
1435
size = sizeof(struct struct_tp_la) + TPLA_SIZE * sizeof(u64);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
1444
t4_tp_read_la(padap, (u64 *)tp_la_buff->data, NULL);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
231
u64 timestamp;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
3027
u64 flit;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
3433
cudbg_tcamxy2valmask(u64 x, u64 y, u8 *addr, u64 *mask)
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
3436
y = (__force u64)cpu_to_be64(y);
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib.c
3478
u64 tcamy, tcamx, val;
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
149
int cudbg_write_flash(void *handle, u64 timestamp, void *data,
usr/src/uts/common/io/cxgbe/t4nex/cudbg_lib_common.h
61
u64 max_timestamp;
usr/src/uts/common/io/devpoll.c
482
ep->data.u64 = pdp->pd_epolldata;
usr/src/uts/common/io/e1000api/e1000_82575.h
110
u64 l4_config;
usr/src/uts/common/io/e1000api/e1000_hw.h
455
#define __le64 u64
usr/src/uts/common/io/e1000api/e1000_hw.h
600
u64 crcerrs;
usr/src/uts/common/io/e1000api/e1000_hw.h
601
u64 algnerrc;
usr/src/uts/common/io/e1000api/e1000_hw.h
602
u64 symerrs;
usr/src/uts/common/io/e1000api/e1000_hw.h
603
u64 rxerrc;
usr/src/uts/common/io/e1000api/e1000_hw.h
604
u64 mpc;
usr/src/uts/common/io/e1000api/e1000_hw.h
605
u64 scc;
usr/src/uts/common/io/e1000api/e1000_hw.h
606
u64 ecol;
usr/src/uts/common/io/e1000api/e1000_hw.h
607
u64 mcc;
usr/src/uts/common/io/e1000api/e1000_hw.h
608
u64 latecol;
usr/src/uts/common/io/e1000api/e1000_hw.h
609
u64 colc;
usr/src/uts/common/io/e1000api/e1000_hw.h
610
u64 dc;
usr/src/uts/common/io/e1000api/e1000_hw.h
611
u64 tncrs;
usr/src/uts/common/io/e1000api/e1000_hw.h
612
u64 sec;
usr/src/uts/common/io/e1000api/e1000_hw.h
613
u64 cexterr;
usr/src/uts/common/io/e1000api/e1000_hw.h
614
u64 rlec;
usr/src/uts/common/io/e1000api/e1000_hw.h
615
u64 xonrxc;
usr/src/uts/common/io/e1000api/e1000_hw.h
616
u64 xontxc;
usr/src/uts/common/io/e1000api/e1000_hw.h
617
u64 xoffrxc;
usr/src/uts/common/io/e1000api/e1000_hw.h
618
u64 xofftxc;
usr/src/uts/common/io/e1000api/e1000_hw.h
619
u64 fcruc;
usr/src/uts/common/io/e1000api/e1000_hw.h
620
u64 prc64;
usr/src/uts/common/io/e1000api/e1000_hw.h
621
u64 prc127;
usr/src/uts/common/io/e1000api/e1000_hw.h
622
u64 prc255;
usr/src/uts/common/io/e1000api/e1000_hw.h
623
u64 prc511;
usr/src/uts/common/io/e1000api/e1000_hw.h
624
u64 prc1023;
usr/src/uts/common/io/e1000api/e1000_hw.h
625
u64 prc1522;
usr/src/uts/common/io/e1000api/e1000_hw.h
626
u64 gprc;
usr/src/uts/common/io/e1000api/e1000_hw.h
627
u64 bprc;
usr/src/uts/common/io/e1000api/e1000_hw.h
628
u64 mprc;
usr/src/uts/common/io/e1000api/e1000_hw.h
629
u64 gptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
630
u64 gorc;
usr/src/uts/common/io/e1000api/e1000_hw.h
631
u64 gotc;
usr/src/uts/common/io/e1000api/e1000_hw.h
632
u64 rnbc;
usr/src/uts/common/io/e1000api/e1000_hw.h
633
u64 ruc;
usr/src/uts/common/io/e1000api/e1000_hw.h
634
u64 rfc;
usr/src/uts/common/io/e1000api/e1000_hw.h
635
u64 roc;
usr/src/uts/common/io/e1000api/e1000_hw.h
636
u64 rjc;
usr/src/uts/common/io/e1000api/e1000_hw.h
637
u64 mgprc;
usr/src/uts/common/io/e1000api/e1000_hw.h
638
u64 mgpdc;
usr/src/uts/common/io/e1000api/e1000_hw.h
639
u64 mgptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
640
u64 tor;
usr/src/uts/common/io/e1000api/e1000_hw.h
641
u64 tot;
usr/src/uts/common/io/e1000api/e1000_hw.h
642
u64 tpr;
usr/src/uts/common/io/e1000api/e1000_hw.h
643
u64 tpt;
usr/src/uts/common/io/e1000api/e1000_hw.h
644
u64 ptc64;
usr/src/uts/common/io/e1000api/e1000_hw.h
645
u64 ptc127;
usr/src/uts/common/io/e1000api/e1000_hw.h
646
u64 ptc255;
usr/src/uts/common/io/e1000api/e1000_hw.h
647
u64 ptc511;
usr/src/uts/common/io/e1000api/e1000_hw.h
648
u64 ptc1023;
usr/src/uts/common/io/e1000api/e1000_hw.h
649
u64 ptc1522;
usr/src/uts/common/io/e1000api/e1000_hw.h
650
u64 mptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
651
u64 bptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
652
u64 tsctc;
usr/src/uts/common/io/e1000api/e1000_hw.h
653
u64 tsctfc;
usr/src/uts/common/io/e1000api/e1000_hw.h
654
u64 iac;
usr/src/uts/common/io/e1000api/e1000_hw.h
655
u64 icrxptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
656
u64 icrxatc;
usr/src/uts/common/io/e1000api/e1000_hw.h
657
u64 ictxptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
658
u64 ictxatc;
usr/src/uts/common/io/e1000api/e1000_hw.h
659
u64 ictxqec;
usr/src/uts/common/io/e1000api/e1000_hw.h
660
u64 ictxqmtc;
usr/src/uts/common/io/e1000api/e1000_hw.h
661
u64 icrxdmtc;
usr/src/uts/common/io/e1000api/e1000_hw.h
662
u64 icrxoc;
usr/src/uts/common/io/e1000api/e1000_hw.h
663
u64 cbtmpc;
usr/src/uts/common/io/e1000api/e1000_hw.h
664
u64 htdpmc;
usr/src/uts/common/io/e1000api/e1000_hw.h
665
u64 cbrdpc;
usr/src/uts/common/io/e1000api/e1000_hw.h
666
u64 cbrmpc;
usr/src/uts/common/io/e1000api/e1000_hw.h
667
u64 rpthc;
usr/src/uts/common/io/e1000api/e1000_hw.h
668
u64 hgptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
669
u64 htcbdpc;
usr/src/uts/common/io/e1000api/e1000_hw.h
670
u64 hgorc;
usr/src/uts/common/io/e1000api/e1000_hw.h
671
u64 hgotc;
usr/src/uts/common/io/e1000api/e1000_hw.h
672
u64 lenerrs;
usr/src/uts/common/io/e1000api/e1000_hw.h
673
u64 scvpc;
usr/src/uts/common/io/e1000api/e1000_hw.h
674
u64 hrmpc;
usr/src/uts/common/io/e1000api/e1000_hw.h
675
u64 doosync;
usr/src/uts/common/io/e1000api/e1000_hw.h
676
u64 o2bgptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
677
u64 o2bspc;
usr/src/uts/common/io/e1000api/e1000_hw.h
678
u64 b2ospc;
usr/src/uts/common/io/e1000api/e1000_hw.h
679
u64 b2ogprc;
usr/src/uts/common/io/e1000api/e1000_hw.h
683
u64 base_gprc;
usr/src/uts/common/io/e1000api/e1000_hw.h
684
u64 base_gptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
685
u64 base_gorc;
usr/src/uts/common/io/e1000api/e1000_hw.h
686
u64 base_gotc;
usr/src/uts/common/io/e1000api/e1000_hw.h
687
u64 base_mprc;
usr/src/uts/common/io/e1000api/e1000_hw.h
688
u64 base_gotlbc;
usr/src/uts/common/io/e1000api/e1000_hw.h
689
u64 base_gptlbc;
usr/src/uts/common/io/e1000api/e1000_hw.h
690
u64 base_gorlbc;
usr/src/uts/common/io/e1000api/e1000_hw.h
691
u64 base_gprlbc;
usr/src/uts/common/io/e1000api/e1000_hw.h
703
u64 gprc;
usr/src/uts/common/io/e1000api/e1000_hw.h
704
u64 gptc;
usr/src/uts/common/io/e1000api/e1000_hw.h
705
u64 gorc;
usr/src/uts/common/io/e1000api/e1000_hw.h
706
u64 gotc;
usr/src/uts/common/io/e1000api/e1000_hw.h
707
u64 mprc;
usr/src/uts/common/io/e1000api/e1000_hw.h
708
u64 gotlbc;
usr/src/uts/common/io/e1000api/e1000_hw.h
709
u64 gptlbc;
usr/src/uts/common/io/e1000api/e1000_hw.h
710
u64 gorlbc;
usr/src/uts/common/io/e1000api/e1000_hw.h
711
u64 gprlbc;
usr/src/uts/common/io/e1000api/e1000_ich8lan.c
1112
static u64 e1000_ltr2ns(u16 ltr)
usr/src/uts/common/io/e1000api/e1000_vf.h
122
u64 buffer_addr; /* Address of descriptor's data buf */
usr/src/uts/common/io/e1000api/e1000_vf.h
127
u64 rsvd; /* Reserved */
usr/src/uts/common/io/e1000api/e1000_vf.h
166
u64 base_gprc;
usr/src/uts/common/io/e1000api/e1000_vf.h
167
u64 base_gptc;
usr/src/uts/common/io/e1000api/e1000_vf.h
168
u64 base_gorc;
usr/src/uts/common/io/e1000api/e1000_vf.h
169
u64 base_gotc;
usr/src/uts/common/io/e1000api/e1000_vf.h
170
u64 base_mprc;
usr/src/uts/common/io/e1000api/e1000_vf.h
171
u64 base_gotlbc;
usr/src/uts/common/io/e1000api/e1000_vf.h
172
u64 base_gptlbc;
usr/src/uts/common/io/e1000api/e1000_vf.h
173
u64 base_gorlbc;
usr/src/uts/common/io/e1000api/e1000_vf.h
174
u64 base_gprlbc;
usr/src/uts/common/io/e1000api/e1000_vf.h
186
u64 gprc;
usr/src/uts/common/io/e1000api/e1000_vf.h
187
u64 gptc;
usr/src/uts/common/io/e1000api/e1000_vf.h
188
u64 gorc;
usr/src/uts/common/io/e1000api/e1000_vf.h
189
u64 gotc;
usr/src/uts/common/io/e1000api/e1000_vf.h
190
u64 mprc;
usr/src/uts/common/io/e1000api/e1000_vf.h
191
u64 gotlbc;
usr/src/uts/common/io/e1000api/e1000_vf.h
192
u64 gptlbc;
usr/src/uts/common/io/e1000api/e1000_vf.h
193
u64 gorlbc;
usr/src/uts/common/io/e1000api/e1000_vf.h
194
u64 gprlbc;
usr/src/uts/common/io/e1000api/e1000_vf.h
86
u64 pkt_addr; /* Packet buffer address */
usr/src/uts/common/io/e1000api/e1000_vf.h
87
u64 hdr_addr; /* Header buffer address */
usr/src/uts/common/io/e1000g/e1000_osdep.h
208
#define __le64 u64
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
158
uint64_t u64 = HUB_R_TEMP_LSB_GET_TEMP(spd->spd_raw[0]) |
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
161
u64 |= UINT64_MAX & ~((1 << 10) - 1);
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
163
spd->spd_temp = (int64_t)u64;
usr/src/uts/common/io/i2c/sensor/lm7x/lm7x.c
230
uint64_t u64 = bitx16(val, info->lhi_hi, info->lhi_lo);
usr/src/uts/common/io/i2c/sensor/lm7x/lm7x.c
231
if ((u64 & (1 << info->lhi_hi)) != 0) {
usr/src/uts/common/io/i2c/sensor/lm7x/lm7x.c
232
u64 |= UINT64_MAX & ~((1 << (info->lhi_hi + 1)) - 1);
usr/src/uts/common/io/i2c/sensor/lm7x/lm7x.c
234
lm->lm_temp = (int64_t)u64;
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
126
uint64_t u64 = TS_R_TEMP_LSB_GET_TEMP(ts->ts_raw[0]) |
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
129
u64 |= UINT64_MAX & ~((1 << 10) - 1);
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
131
ts->ts_temp = (int64_t)u64;
usr/src/uts/common/io/i40e/core/i40e_adminq.h
75
u64 cookie;
usr/src/uts/common/io/i40e/core/i40e_alloc.h
57
u64 size, u32 alignment);
usr/src/uts/common/io/i40e/core/i40e_common.c
1745
((u64)abilities->phy_type_ext << 32);
usr/src/uts/common/io/i40e/core/i40e_common.c
2063
hw->phy.phy_types |= ((u64)resp->link_type_ext << 32);
usr/src/uts/common/io/i40e/core/i40e_common.c
2114
u64 *advt_reg,
usr/src/uts/common/io/i40e/core/i40e_common.c
2130
*advt_reg = (u64)(LE16_TO_CPU(resp->local_an_reg1)) << 32;
usr/src/uts/common/io/i40e/core/i40e_common.c
2146
u64 advt_reg,
usr/src/uts/common/io/i40e/core/i40e_common.c
2174
u64 *advt_reg,
usr/src/uts/common/io/i40e/core/i40e_common.c
2190
*advt_reg = (u64)(LE16_TO_CPU(resp->local_an_reg1)) << 32;
usr/src/uts/common/io/i40e/core/i40e_common.c
3421
u32 reg_addr, u64 *reg_val,
usr/src/uts/common/io/i40e/core/i40e_common.c
3439
*reg_val = ((u64)LE32_TO_CPU(cmd_resp->value_high) << 32) |
usr/src/uts/common/io/i40e/core/i40e_common.c
3440
(u64)LE32_TO_CPU(cmd_resp->value_low);
usr/src/uts/common/io/i40e/core/i40e_common.c
3456
u32 reg_addr, u64 reg_val,
usr/src/uts/common/io/i40e/core/i40e_common.c
3489
u8 sdp_number, u64 *timeout,
usr/src/uts/common/io/i40e/core/i40e_common.c
3997
p->wr_csr_prot = (u64)number;
usr/src/uts/common/io/i40e/core/i40e_common.c
3998
p->wr_csr_prot |= (u64)logical_id << 32;
usr/src/uts/common/io/i40e/core/i40e_common.c
4045
u64 port_cfg = 0;
usr/src/uts/common/io/i40e/core/i40e_common.c
4328
cmd->address_high = CPU_TO_LE32(I40E_HI_DWORD((u64)buff));
usr/src/uts/common/io/i40e/core/i40e_common.c
4329
cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)buff));
usr/src/uts/common/io/i40e/core/i40e_common.c
7058
u64 *tx_duration, u64 *rx_duration)
usr/src/uts/common/io/i40e/core/i40e_common.c
7116
bool offset_loaded, u64 *tx_offset,
usr/src/uts/common/io/i40e/core/i40e_common.c
7117
u64 *tx_stat, u64 *rx_offset,
usr/src/uts/common/io/i40e/core/i40e_common.c
7118
u64 *rx_stat)
usr/src/uts/common/io/i40e/core/i40e_common.c
7557
CPU_TO_LE32(I40E_HI_DWORD((u64)proxy_config));
usr/src/uts/common/io/i40e/core/i40e_common.c
7559
CPU_TO_LE32(I40E_LO_DWORD((u64)proxy_config));
usr/src/uts/common/io/i40e/core/i40e_common.c
7594
CPU_TO_LE32(I40E_HI_DWORD((u64)ns_proxy_table_entry));
usr/src/uts/common/io/i40e/core/i40e_common.c
7596
CPU_TO_LE32(I40E_LO_DWORD((u64)ns_proxy_table_entry));
usr/src/uts/common/io/i40e/core/i40e_common.c
7665
cmd->address_high = CPU_TO_LE32(I40E_HI_DWORD((u64)filter));
usr/src/uts/common/io/i40e/core/i40e_common.c
7666
cmd->address_low = CPU_TO_LE32(I40E_LO_DWORD((u64)filter));
usr/src/uts/common/io/i40e/core/i40e_dcb.h
194
u64 remtablelastchangetime;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
195
u64 remtableinserts;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
196
u64 remtabledeletes;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
197
u64 remtabledrops;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
198
u64 remtableageouts;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
199
u64 txframestotal;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
200
u64 rxframesdiscarded;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
201
u64 rxportframeerrors;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
202
u64 rxportframestotal;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
203
u64 rxporttlvsdiscardedtotal;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
204
u64 rxporttlvsunrecognizedtotal;
usr/src/uts/common/io/i40e/core/i40e_dcb.h
205
u64 remtoomanyneighbors;
usr/src/uts/common/io/i40e/core/i40e_hmc.c
154
u64 *pd_addr;
usr/src/uts/common/io/i40e/core/i40e_hmc.c
155
u64 page_desc;
usr/src/uts/common/io/i40e/core/i40e_hmc.c
193
pd_addr = (u64 *)pd_table->pd_page_addr.va;
usr/src/uts/common/io/i40e/core/i40e_hmc.c
197
i40e_memcpy(pd_addr, &page_desc, sizeof(u64),
usr/src/uts/common/io/i40e/core/i40e_hmc.c
233
u64 *pd_addr;
usr/src/uts/common/io/i40e/core/i40e_hmc.c
259
pd_addr = (u64 *)pd_table->pd_page_addr.va;
usr/src/uts/common/io/i40e/core/i40e_hmc.c
261
i40e_memset(pd_addr, 0, sizeof(u64), I40E_DMA_MEM);
usr/src/uts/common/io/i40e/core/i40e_hmc.c
54
u64 direct_mode_sz)
usr/src/uts/common/io/i40e/core/i40e_hmc.c
61
u64 alloc_len;
usr/src/uts/common/io/i40e/core/i40e_hmc.h
189
u64 fpm_addr, fpm_limit; \
usr/src/uts/common/io/i40e/core/i40e_hmc.h
213
u64 fpm_adr, fpm_limit; \
usr/src/uts/common/io/i40e/core/i40e_hmc.h
226
u64 direct_mode_sz);
usr/src/uts/common/io/i40e/core/i40e_hmc.h
51
u64 base; /* base addr in FPM */
usr/src/uts/common/io/i40e/core/i40e_hmc.h
54
u64 size; /* size in bytes of one object */
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1091
u64 dest_qword, mask;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1106
mask = ~(u64)0;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
113
u64 l2fpm_size;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
1245
u64 obj_offset_in_fpm;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
323
u64 sd_size;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
50
static u64 i40e_align_l2obj_base(u64 offset)
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
52
u64 aligned_offset = offset;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
71
u64 i40e_calculate_l2fpm_size(u32 txq_num, u32 rxq_num,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
74
u64 fpm_size = 0;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
905
u64 src_qword, mask;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
923
mask = ~(u64)0;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.c
928
src_qword = *(u64 *)from;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
161
u64 direct_mode_sz;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
178
u64 i40e_calculate_l2fpm_size(u32 txq_num, u32 rxq_num,
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
53
u64 base;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
86
u64 base;
usr/src/uts/common/io/i40e/core/i40e_lan_hmc.h
98
u64 head_wb_addr;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
92
u64 gtime, timeout;
usr/src/uts/common/io/i40e/core/i40e_nvm.c
93
u64 time_left = 0;
usr/src/uts/common/io/i40e/core/i40e_prototype.h
112
bool offset_loaded, u64 *tx_offset,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
113
u64 *tx_stat, u64 *rx_offset,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
114
u64 *rx_stat);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
117
u64 *tx_duration, u64 *rx_duration);
usr/src/uts/common/io/i40e/core/i40e_prototype.h
126
u32 reg_addr, u64 reg_val,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
129
u32 reg_addr, u64 *reg_val,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
153
u64 *advt_reg,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
156
u64 *advt_reg,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
169
u64 advt_reg,
usr/src/uts/common/io/i40e/core/i40e_prototype.h
250
u8 sdp_number, u64 *timeout,
usr/src/uts/common/io/i40e/core/i40e_type.h
1424
u64 rx_bytes; /* gorc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1425
u64 rx_unicast; /* uprc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1426
u64 rx_multicast; /* mprc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1427
u64 rx_broadcast; /* bprc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1428
u64 rx_discards; /* rdpc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1429
u64 rx_unknown_protocol; /* rupp */
usr/src/uts/common/io/i40e/core/i40e_type.h
1430
u64 tx_bytes; /* gotc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1431
u64 tx_unicast; /* uptc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1432
u64 tx_multicast; /* mptc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1433
u64 tx_broadcast; /* bptc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1434
u64 tx_discards; /* tdpc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1435
u64 tx_errors; /* tepc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1440
u64 tc_rx_packets[I40E_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/i40e/core/i40e_type.h
1441
u64 tc_rx_bytes[I40E_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/i40e/core/i40e_type.h
1442
u64 tc_tx_packets[I40E_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/i40e/core/i40e_type.h
1443
u64 tc_tx_bytes[I40E_MAX_TRAFFIC_CLASS];
usr/src/uts/common/io/i40e/core/i40e_type.h
1452
u64 tx_dropped_link_down; /* tdold */
usr/src/uts/common/io/i40e/core/i40e_type.h
1453
u64 crc_errors; /* crcerrs */
usr/src/uts/common/io/i40e/core/i40e_type.h
1454
u64 illegal_bytes; /* illerrc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1455
u64 error_bytes; /* errbc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1456
u64 mac_local_faults; /* mlfc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1457
u64 mac_remote_faults; /* mrfc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1458
u64 rx_length_errors; /* rlec */
usr/src/uts/common/io/i40e/core/i40e_type.h
1459
u64 link_xon_rx; /* lxonrxc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1460
u64 link_xoff_rx; /* lxoffrxc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1461
u64 priority_xon_rx[8]; /* pxonrxc[8] */
usr/src/uts/common/io/i40e/core/i40e_type.h
1462
u64 priority_xoff_rx[8]; /* pxoffrxc[8] */
usr/src/uts/common/io/i40e/core/i40e_type.h
1463
u64 link_xon_tx; /* lxontxc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1464
u64 link_xoff_tx; /* lxofftxc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1465
u64 priority_xon_tx[8]; /* pxontxc[8] */
usr/src/uts/common/io/i40e/core/i40e_type.h
1466
u64 priority_xoff_tx[8]; /* pxofftxc[8] */
usr/src/uts/common/io/i40e/core/i40e_type.h
1467
u64 priority_xon_2_xoff[8]; /* pxon2offc[8] */
usr/src/uts/common/io/i40e/core/i40e_type.h
1468
u64 rx_size_64; /* prc64 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1469
u64 rx_size_127; /* prc127 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1470
u64 rx_size_255; /* prc255 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1471
u64 rx_size_511; /* prc511 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1472
u64 rx_size_1023; /* prc1023 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1473
u64 rx_size_1522; /* prc1522 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1474
u64 rx_size_big; /* prc9522 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1475
u64 rx_undersize; /* ruc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1476
u64 rx_fragments; /* rfc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1477
u64 rx_oversize; /* roc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1478
u64 rx_jabber; /* rjc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1479
u64 tx_size_64; /* ptc64 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1480
u64 tx_size_127; /* ptc127 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1481
u64 tx_size_255; /* ptc255 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1482
u64 tx_size_511; /* ptc511 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1483
u64 tx_size_1023; /* ptc1023 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1484
u64 tx_size_1522; /* ptc1522 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1485
u64 tx_size_big; /* ptc9522 */
usr/src/uts/common/io/i40e/core/i40e_type.h
1486
u64 mac_short_packet_dropped; /* mspdc */
usr/src/uts/common/io/i40e/core/i40e_type.h
1487
u64 checksum_error; /* xec */
usr/src/uts/common/io/i40e/core/i40e_type.h
1489
u64 fd_atr_match;
usr/src/uts/common/io/i40e/core/i40e_type.h
1490
u64 fd_sb_match;
usr/src/uts/common/io/i40e/core/i40e_type.h
1491
u64 fd_atr_tunnel_match;
usr/src/uts/common/io/i40e/core/i40e_type.h
1497
u64 tx_lpi_count; /* etlpic */
usr/src/uts/common/io/i40e/core/i40e_type.h
1498
u64 rx_lpi_count; /* erlpic */
usr/src/uts/common/io/i40e/core/i40e_type.h
1499
u64 tx_lpi_duration;
usr/src/uts/common/io/i40e/core/i40e_type.h
1500
u64 rx_lpi_duration;
usr/src/uts/common/io/i40e/core/i40e_type.h
298
u64 phy_types;
usr/src/uts/common/io/i40e/core/i40e_type.h
445
u64 wr_csr_prot;
usr/src/uts/common/io/i40e/core/i40e_type.h
470
u64 hw_semaphore_timeout; /* usec global time (GTIME resolution) */
usr/src/uts/common/io/i40e/core/i40e_type.h
763
u64 flags;
usr/src/uts/common/io/i40e/core/virtchnl.h
293
u64 dma_ring_addr;
usr/src/uts/common/io/i40e/core/virtchnl.h
294
u64 dma_headwb_addr; /* deprecated with AVF 1.0 */
usr/src/uts/common/io/i40e/core/virtchnl.h
315
u64 dma_ring_addr;
usr/src/uts/common/io/i40e/core/virtchnl.h
508
u64 hena;
usr/src/uts/common/io/i40e/i40e_osdep.c
45
enum i40e_memory_type type, u64 size, u32 alignment)
usr/src/uts/common/io/i40e/i40e_osdep.h
102
#define __le64 u64
usr/src/uts/common/io/i40e/i40e_osdep.h
105
#define __be64 u64
usr/src/uts/common/io/i40e/i40e_osdep.h
144
u64 pa; /* Physical (DMA/Hardware) address. */
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
141
uint64_t u64, mask;
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
179
u64 = pagep->upg_free[i1];
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
184
if ((u64 & mask) != mask)
usr/src/uts/common/io/ib/adapters/hermon/hermon_misc.c
189
if ((u64 & (1ul << (i3 + 8 * i2))) == 0)
usr/src/uts/common/io/igb/e1000_osdep.h
160
#define __le64 u64
usr/src/uts/common/io/igc/core/igc_hw.h
123
#define __le64 u64
usr/src/uts/common/io/igc/core/igc_hw.h
268
u64 crcerrs;
usr/src/uts/common/io/igc/core/igc_hw.h
269
u64 algnerrc;
usr/src/uts/common/io/igc/core/igc_hw.h
270
u64 symerrs;
usr/src/uts/common/io/igc/core/igc_hw.h
271
u64 rxerrc;
usr/src/uts/common/io/igc/core/igc_hw.h
272
u64 mpc;
usr/src/uts/common/io/igc/core/igc_hw.h
273
u64 scc;
usr/src/uts/common/io/igc/core/igc_hw.h
274
u64 ecol;
usr/src/uts/common/io/igc/core/igc_hw.h
275
u64 mcc;
usr/src/uts/common/io/igc/core/igc_hw.h
276
u64 latecol;
usr/src/uts/common/io/igc/core/igc_hw.h
277
u64 colc;
usr/src/uts/common/io/igc/core/igc_hw.h
278
u64 dc;
usr/src/uts/common/io/igc/core/igc_hw.h
279
u64 tncrs;
usr/src/uts/common/io/igc/core/igc_hw.h
280
u64 sec;
usr/src/uts/common/io/igc/core/igc_hw.h
281
u64 rlec;
usr/src/uts/common/io/igc/core/igc_hw.h
282
u64 xonrxc;
usr/src/uts/common/io/igc/core/igc_hw.h
283
u64 xontxc;
usr/src/uts/common/io/igc/core/igc_hw.h
284
u64 xoffrxc;
usr/src/uts/common/io/igc/core/igc_hw.h
285
u64 xofftxc;
usr/src/uts/common/io/igc/core/igc_hw.h
286
u64 fcruc;
usr/src/uts/common/io/igc/core/igc_hw.h
287
u64 prc64;
usr/src/uts/common/io/igc/core/igc_hw.h
288
u64 prc127;
usr/src/uts/common/io/igc/core/igc_hw.h
289
u64 prc255;
usr/src/uts/common/io/igc/core/igc_hw.h
290
u64 prc511;
usr/src/uts/common/io/igc/core/igc_hw.h
291
u64 prc1023;
usr/src/uts/common/io/igc/core/igc_hw.h
292
u64 prc1522;
usr/src/uts/common/io/igc/core/igc_hw.h
293
u64 tlpic;
usr/src/uts/common/io/igc/core/igc_hw.h
294
u64 rlpic;
usr/src/uts/common/io/igc/core/igc_hw.h
295
u64 gprc;
usr/src/uts/common/io/igc/core/igc_hw.h
296
u64 bprc;
usr/src/uts/common/io/igc/core/igc_hw.h
297
u64 mprc;
usr/src/uts/common/io/igc/core/igc_hw.h
298
u64 gptc;
usr/src/uts/common/io/igc/core/igc_hw.h
299
u64 gorc;
usr/src/uts/common/io/igc/core/igc_hw.h
300
u64 gotc;
usr/src/uts/common/io/igc/core/igc_hw.h
301
u64 rnbc;
usr/src/uts/common/io/igc/core/igc_hw.h
302
u64 ruc;
usr/src/uts/common/io/igc/core/igc_hw.h
303
u64 rfc;
usr/src/uts/common/io/igc/core/igc_hw.h
304
u64 roc;
usr/src/uts/common/io/igc/core/igc_hw.h
305
u64 rjc;
usr/src/uts/common/io/igc/core/igc_hw.h
306
u64 mgprc;
usr/src/uts/common/io/igc/core/igc_hw.h
307
u64 mgpdc;
usr/src/uts/common/io/igc/core/igc_hw.h
308
u64 mgptc;
usr/src/uts/common/io/igc/core/igc_hw.h
309
u64 tor;
usr/src/uts/common/io/igc/core/igc_hw.h
310
u64 tot;
usr/src/uts/common/io/igc/core/igc_hw.h
311
u64 tpr;
usr/src/uts/common/io/igc/core/igc_hw.h
312
u64 tpt;
usr/src/uts/common/io/igc/core/igc_hw.h
313
u64 ptc64;
usr/src/uts/common/io/igc/core/igc_hw.h
314
u64 ptc127;
usr/src/uts/common/io/igc/core/igc_hw.h
315
u64 ptc255;
usr/src/uts/common/io/igc/core/igc_hw.h
316
u64 ptc511;
usr/src/uts/common/io/igc/core/igc_hw.h
317
u64 ptc1023;
usr/src/uts/common/io/igc/core/igc_hw.h
318
u64 ptc1522;
usr/src/uts/common/io/igc/core/igc_hw.h
319
u64 mptc;
usr/src/uts/common/io/igc/core/igc_hw.h
320
u64 bptc;
usr/src/uts/common/io/igc/core/igc_hw.h
321
u64 tsctc;
usr/src/uts/common/io/igc/core/igc_hw.h
322
u64 iac;
usr/src/uts/common/io/igc/core/igc_hw.h
323
u64 rxdmtc;
usr/src/uts/common/io/igc/core/igc_hw.h
324
u64 htdpmc;
usr/src/uts/common/io/igc/core/igc_hw.h
325
u64 rpthc;
usr/src/uts/common/io/igc/core/igc_hw.h
326
u64 hgptc;
usr/src/uts/common/io/igc/core/igc_hw.h
327
u64 hgorc;
usr/src/uts/common/io/igc/core/igc_hw.h
328
u64 hgotc;
usr/src/uts/common/io/igc/core/igc_hw.h
329
u64 lenerrs;
usr/src/uts/common/io/igc/core/igc_hw.h
330
u64 scvpc;
usr/src/uts/common/io/igc/core/igc_hw.h
331
u64 hrmpc;
usr/src/uts/common/io/igc/core/igc_hw.h
332
u64 doosync;
usr/src/uts/common/io/igc/core/igc_hw.h
333
u64 o2bgptc;
usr/src/uts/common/io/igc/core/igc_hw.h
334
u64 o2bspc;
usr/src/uts/common/io/igc/core/igc_hw.h
335
u64 b2ospc;
usr/src/uts/common/io/igc/core/igc_hw.h
336
u64 b2ogprc;
usr/src/uts/common/io/igc/igc_gld.c
933
uint64_t u64;
usr/src/uts/common/io/igc/igc_gld.c
952
u64 = (uint64_t)igc->igc_link_speed * 1000000;
usr/src/uts/common/io/igc/igc_gld.c
953
bcopy(&u64, pr_val, sizeof (uint64_t));
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1227
u64 ixgbe_get_supported_physical_layer_82598(struct ixgbe_hw *hw)
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1229
u64 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.h
49
u64 ixgbe_get_supported_physical_layer_82598(struct ixgbe_hw *hw);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1567
u64 fdirhashcmd;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1607
fdirhashcmd = (u64)fdircmd << 32;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1608
fdirhashcmd |= (u64)ixgbe_atr_compute_sig_hash_82599(input, common);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2213
u64 ixgbe_get_supported_physical_layer_82599(struct ixgbe_hw *hw)
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2215
u64 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.h
61
u64 ixgbe_get_supported_physical_layer_82599(struct ixgbe_hw *hw);
usr/src/uts/common/io/ixgbe/core/ixgbe_api.c
1702
u64 ixgbe_get_supported_physical_layer(struct ixgbe_hw *hw)
usr/src/uts/common/io/ixgbe/core/ixgbe_api.h
149
u64 ixgbe_get_supported_physical_layer(struct ixgbe_hw *hw);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
66
(((u64)(IXGBE_READ_REG(hw, IXGBE_QBTC_H(tc)))) << 32);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
72
(((u64)(IXGBE_READ_REG(hw, IXGBE_QBRC_H(tc)))) << 32);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4034
u64 phy_mask = 0;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4060
phy_mask = (u64)((u64)1 << (i - 1));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4073
phy_mask = (u64)((u64)1 << (i - 1));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4099
u64 ixgbe_get_supported_physical_layer_E610(struct ixgbe_hw *hw)
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4101
u64 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4103
u64 phy_type;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4785
u64 sup_phy_type_low, sup_phy_type_high;
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.h
177
u64 ixgbe_get_supported_physical_layer_E610(struct ixgbe_hw *hw);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1590
u64 ixgbe_get_supported_phy_sfp_layer_generic(struct ixgbe_hw *hw)
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
1592
u64 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN;
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.h
197
u64 ixgbe_get_supported_phy_sfp_layer_generic(struct ixgbe_hw *hw);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3044
#define __le64 u64
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3051
#define __be64 u64
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3366
u64 buffer_addr; /* Address of the descriptor's data buffer */
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3532
typedef u64 ixgbe_physical_layer;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3936
u64 crcerrs;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3937
u64 illerrc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3938
u64 errbc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3939
u64 mspdc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3940
u64 mpctotal;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3941
u64 mpc[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3942
u64 mlfc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3943
u64 mrfc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3944
u64 rlec;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3945
u64 lxontxc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3946
u64 lxonrxc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3947
u64 lxofftxc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3948
u64 lxoffrxc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3949
u64 pxontxc[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3950
u64 pxonrxc[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3951
u64 pxofftxc[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3952
u64 pxoffrxc[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3953
u64 prc64;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3954
u64 prc127;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3955
u64 prc255;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3956
u64 prc511;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3957
u64 prc1023;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3958
u64 prc1522;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3959
u64 gprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3960
u64 bprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3961
u64 mprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3962
u64 gptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3963
u64 gorc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3964
u64 gotc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3965
u64 rnbc[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3966
u64 ruc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3967
u64 rfc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3968
u64 roc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3969
u64 rjc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3970
u64 mngprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3971
u64 mngpdc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3972
u64 mngptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3973
u64 tor;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3974
u64 tpr;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3975
u64 tpt;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3976
u64 ptc64;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3977
u64 ptc127;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3978
u64 ptc255;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3979
u64 ptc511;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3980
u64 ptc1023;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3981
u64 ptc1522;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3982
u64 mptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3983
u64 bptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3984
u64 xec;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3985
u64 qprc[16];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3986
u64 qptc[16];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3987
u64 qbrc[16];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3988
u64 qbtc[16];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3989
u64 qprdc[16];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3990
u64 pxon2offc[8];
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3991
u64 fdirustat_add;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3992
u64 fdirustat_remove;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3993
u64 fdirfstat_fadd;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3994
u64 fdirfstat_fremove;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3995
u64 fdirmatch;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3996
u64 fdirmiss;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3997
u64 fccrc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3998
u64 fclast;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
3999
u64 fcoerpdc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4000
u64 fcoeprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4001
u64 fcoeptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4002
u64 fcoedwrc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4003
u64 fcoedwtc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4004
u64 fcoe_noddp;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4005
u64 fcoe_noddp_ext_buff;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4006
u64 ldpcec;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4007
u64 pcrc8ec;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4008
u64 b2ospc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4009
u64 b2ogprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4010
u64 o2bgptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4011
u64 o2bspc;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4041
u64 (*get_supported_physical_layer)(struct ixgbe_hw *);
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4265
u64 phy_type_low;
usr/src/uts/common/io/ixgbe/core/ixgbe_type.h
4266
u64 phy_type_high;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2020
u64 phy_type_low;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2021
u64 phy_type_high;
usr/src/uts/common/io/ixgbe/core/ixgbe_type_e610.h
2042
u64 wr_csr_prot;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
100
u64 last_vfgptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
101
u64 last_vfgorc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
102
u64 last_vfgotc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
103
u64 last_vfmprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
105
u64 vfgprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
106
u64 vfgptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
107
u64 vfgorc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
108
u64 vfgotc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
109
u64 vfmprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
111
u64 saved_reset_vfgprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
112
u64 saved_reset_vfgptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
113
u64 saved_reset_vfgorc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
114
u64 saved_reset_vfgotc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
115
u64 saved_reset_vfmprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
93
u64 base_vfgprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
94
u64 base_vfgptc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
95
u64 base_vfgorc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
96
u64 base_vfgotc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
97
u64 base_vfmprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.h
99
u64 last_vfgprc;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
339
u64 ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw)
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
341
u64 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.h
47
u64 ixgbe_get_supported_physical_layer_X540(struct ixgbe_hw *hw);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1046
u64 pfflp;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1052
pfflp = (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1053
pfflp |= (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPH) << 32;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3573
u64 ixgbe_get_supported_physical_layer_X550em(struct ixgbe_hw *hw)
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3575
u64 physical_layer = IXGBE_PHYSICAL_LAYER_UNKNOWN;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.h
87
u64 ixgbe_get_supported_physical_layer_X550em(struct ixgbe_hw *hw);
usr/src/uts/common/io/ixgbe/ixgbe_osdep.h
157
#define __le64 u64
usr/src/uts/common/io/ixgbe/ixgbe_osdep.h
160
#define __be64 u64
usr/src/uts/common/io/mac/mac_ndd.c
195
uint64_t u64;
usr/src/uts/common/io/mac/mac_ndd.c
253
value = (uchar_t *)&u64;
usr/src/uts/common/io/mac/mac_ndd.c
259
u64 = mac_stat_get((mac_handle_t)mip,
usr/src/uts/common/io/mac/mac_ndd.c
265
new_value = u32 = (long)u64;
usr/src/uts/common/io/mac/mac_ndd.c
285
new_value = (u64/1000000);
usr/src/uts/common/io/ntxn/unm_gem.c
1127
u64 mac_addr[8 + 1];
usr/src/uts/common/io/ntxn/unm_gem.c
198
get_flash_mac_addr(struct unm_adapter_s *adapter, u64 mac[])
usr/src/uts/common/io/ntxn/unm_nic.h
179
u64 dma_addr;
usr/src/uts/common/io/ntxn/unm_nic.h
563
int (*unm_nic_hw_write_wx)(struct unm_adapter_s *, u64,
usr/src/uts/common/io/ntxn/unm_nic.h
565
int (*unm_nic_hw_read_wx)(struct unm_adapter_s *, u64, void *, int);
usr/src/uts/common/io/ntxn/unm_nic.h
566
int (*unm_nic_hw_write_ioctl)(struct unm_adapter_s *, u64, void *,
usr/src/uts/common/io/ntxn/unm_nic.h
568
int (*unm_nic_hw_read_ioctl)(struct unm_adapter_s *, u64, void *,
usr/src/uts/common/io/ntxn/unm_nic.h
570
int (*unm_nic_pci_mem_write)(struct unm_adapter_s *, u64, void *,
usr/src/uts/common/io/ntxn/unm_nic.h
572
int (*unm_nic_pci_mem_read)(struct unm_adapter_s *, u64, void *,
usr/src/uts/common/io/ntxn/unm_nic.h
574
int (*unm_nic_pci_write_immediate)(struct unm_adapter_s *, u64,
usr/src/uts/common/io/ntxn/unm_nic.h
576
int (*unm_nic_pci_read_immediate)(struct unm_adapter_s *, u64,
usr/src/uts/common/io/ntxn/unm_nic.h
578
void (*unm_nic_pci_write_normalize)(struct unm_adapter_s *, u64,
usr/src/uts/common/io/ntxn/unm_nic.h
580
u32 (*unm_nic_pci_read_normalize)(struct unm_adapter_s *, u64);
usr/src/uts/common/io/ntxn/unm_nic.h
639
u64 off, void *data, int len);
usr/src/uts/common/io/ntxn/unm_nic.h
641
u64 off, void *data, int len);
usr/src/uts/common/io/ntxn/unm_nic.h
643
u64 off, void *data, int len);
usr/src/uts/common/io/ntxn/unm_nic.h
645
u64 off, void *data, int len);
usr/src/uts/common/io/ntxn/unm_nic.h
647
u64 off, void *data, int num_words);
usr/src/uts/common/io/ntxn/unm_nic.h
649
u64 off, void *data, int num_words);
usr/src/uts/common/io/ntxn/unm_nic.h
651
u64 off, void *data, int num_words);
usr/src/uts/common/io/ntxn/unm_nic.h
653
u64 off, void *data, int num_words);
usr/src/uts/common/io/ntxn/unm_nic.h
655
u64 off, void *data, int size);
usr/src/uts/common/io/ntxn/unm_nic.h
656
void unm_nic_mem_block_read(struct unm_adapter_s *adapter, u64 off,
usr/src/uts/common/io/ntxn/unm_nic.h
658
void unm_nic_mem_block_write(struct unm_adapter_s *adapter, u64 off,
usr/src/uts/common/io/ntxn/unm_nic.h
660
int unm_nic_hw_read_ioctl(unm_adapter *adapter, u64 off, void *data, int len);
usr/src/uts/common/io/ntxn/unm_nic.h
661
int unm_nic_hw_write_ioctl(unm_adapter *adapter, u64 off, void *data, int len);
usr/src/uts/common/io/ntxn/unm_nic.h
682
int unm_nic_hw_write_wx_128M(unm_adapter *adapter, u64 off, void *data,
usr/src/uts/common/io/ntxn/unm_nic.h
684
int unm_nic_hw_read_wx_128M(unm_adapter *adapter, u64 off, void *data, int len);
usr/src/uts/common/io/ntxn/unm_nic.h
685
int unm_nic_hw_write_ioctl_128M(unm_adapter *adapter, u64 off, void *data,
usr/src/uts/common/io/ntxn/unm_nic.h
687
int unm_nic_hw_read_ioctl_128M(unm_adapter *adapter, u64 off, void *data,
usr/src/uts/common/io/ntxn/unm_nic.h
689
int unm_nic_pci_mem_write_128M(struct unm_adapter_s *adapter, u64 off,
usr/src/uts/common/io/ntxn/unm_nic.h
691
int unm_nic_pci_mem_read_128M(struct unm_adapter_s *adapter, u64 off,
usr/src/uts/common/io/ntxn/unm_nic.h
693
void unm_nic_pci_write_normalize_128M(unm_adapter *adapter, u64 off, u32 data);
usr/src/uts/common/io/ntxn/unm_nic.h
694
u32 unm_nic_pci_read_normalize_128M(unm_adapter *adapter, u64 off);
usr/src/uts/common/io/ntxn/unm_nic.h
695
int unm_nic_pci_write_immediate_128M(unm_adapter *adapter, u64 off, u32 *data);
usr/src/uts/common/io/ntxn/unm_nic.h
696
int unm_nic_pci_read_immediate_128M(unm_adapter *adapter, u64 off, u32 *data);
usr/src/uts/common/io/ntxn/unm_nic.h
705
int unm_nic_hw_write_wx_2M(unm_adapter *adapter, u64 off, void *data, int len);
usr/src/uts/common/io/ntxn/unm_nic.h
706
int unm_nic_pci_mem_write_2M(struct unm_adapter_s *adapter, u64 off,
usr/src/uts/common/io/ntxn/unm_nic.h
708
int unm_nic_pci_mem_read_2M(struct unm_adapter_s *adapter, u64 off,
usr/src/uts/common/io/ntxn/unm_nic.h
710
int unm_nic_hw_read_wx_2M(unm_adapter *adapter, u64 off, void *data, int len);
usr/src/uts/common/io/ntxn/unm_nic.h
711
void unm_nic_pci_write_normalize_2M(unm_adapter *adapter, u64 off, u32 data);
usr/src/uts/common/io/ntxn/unm_nic.h
712
u32 unm_nic_pci_read_normalize_2M(unm_adapter *adapter, u64 off);
usr/src/uts/common/io/ntxn/unm_nic.h
713
int unm_nic_pci_write_immediate_2M(unm_adapter *adapter, u64 off, u32 *data);
usr/src/uts/common/io/ntxn/unm_nic.h
714
int unm_nic_pci_read_immediate_2M(unm_adapter *adapter, u64 off, u32 *data);
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
259
u64 phys_addr;
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
405
u64 offset, phys_addr;
usr/src/uts/common/io/ntxn/unm_nic_ctx.c
500
static u64 ctx_addr_sig_regs[][3] = {
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1111
u64 off, void *data, int size)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1115
u64 start;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1174
unm_nic_pci_mem_write_direct(struct unm_adapter_s *adapter, u64 off,
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1179
u64 start;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1238
unm_nic_pci_mem_write_128M(struct unm_adapter_s *adapter, u64 off, void *data,
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1331
unm_nic_pci_mem_read_128M(struct unm_adapter_s *adapter, u64 off, void *data,
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1424
unm_nic_pci_mem_write_2M(struct unm_adapter_s *adapter, u64 off, void *data,
usr/src/uts/common/io/ntxn/unm_nic_hw.c
1528
unm_nic_pci_mem_read_2M(struct unm_adapter_s *adapter, u64 off, void *data,
usr/src/uts/common/io/ntxn/unm_nic_hw.c
2150
u64 qhdr, req_hdr, words[6];
usr/src/uts/common/io/ntxn/unm_nic_hw.c
2167
req.req_hdr |= ((u64)adapter->portnum << 16);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
2170
req.words[0] = HOST_TO_LE_64(*(u64 *)(uintptr_t)&mac_req);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
2187
req.req_hdr |= ((u64)adapter->portnum << 16);
usr/src/uts/common/io/ntxn/unm_nic_hw.c
411
unm_nic_pci_get_crb_addr_2M(unm_adapter *adapter, u64 *off, int len)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
454
unm_nic_pci_set_crbwindow_2M(unm_adapter *adapter, u64 *off)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
477
unm_nic_hw_write_ioctl_128M(unm_adapter *adapter, u64 off, void *data, int len)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
480
u64 offset = off;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
539
unm_nic_hw_write_wx_128M(unm_adapter *adapter, u64 off, void *data, int len)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
605
unm_nic_pci_write_normalize_128M(unm_adapter *adapter, u64 off, u32 data)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
614
unm_nic_pci_read_normalize_128M(unm_adapter *adapter, u64 off)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
623
unm_nic_pci_write_immediate_128M(unm_adapter *adapter, u64 off, u32 *data)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
634
unm_nic_pci_read_immediate_128M(unm_adapter *adapter, u64 off, u32 *data)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
645
unm_nic_pci_write_normalize_2M(unm_adapter *adapter, u64 off, u32 data)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
656
unm_nic_pci_read_normalize_2M(unm_adapter *adapter, u64 off)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
669
unm_nic_pci_write_immediate_2M(unm_adapter *adapter, u64 off, u32 *data)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
682
unm_nic_pci_read_immediate_2M(unm_adapter *adapter, u64 off, u32 *data)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
698
unm_nic_hw_write_wx_2M(unm_adapter *adapter, u64 off, void *data, int len)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
746
unm_nic_hw_read_ioctl_128M(unm_adapter *adapter, u64 off, void *data, int len)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
749
u64 offset;
usr/src/uts/common/io/ntxn/unm_nic_hw.c
806
unm_nic_hw_read_wx_2M(unm_adapter *adapter, u64 off, void *data, int len)
usr/src/uts/common/io/ntxn/unm_nic_hw.c
855
unm_nic_hw_read_wx_128M(unm_adapter *adapter, u64 off, void *data, int len)
usr/src/uts/common/io/ntxn/unm_nic_hw.h
48
u64 *a = (u64 *) (DATA_PTR); \
usr/src/uts/common/io/ntxn/unm_nic_hw.h
49
u64 *b = (u64 *) (ADDR); \
usr/src/uts/common/io/ntxn/unm_nic_hw.h
50
u64 tmp; \
usr/src/uts/common/io/ntxn/unm_nic_hw.h
60
u64 *a = (u64 *) (DATA_PTR); \
usr/src/uts/common/io/ntxn/unm_nic_hw.h
61
u64 *b = (u64 *) (ADDR); \
usr/src/uts/common/io/ntxn/unm_nic_hw.h
62
u64 tmp; \
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
125
#define HILO_U64(hi, lo) ((((u64)(hi)) << 32) + (lo))
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
315
#define OSAL_DPC_ALLOC(hwfn) OSAL_ALLOC(hwfn->p_dev, GFP_KERNEL, sizeof (u64))
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
370
typedef u64 osal_size_t;
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
371
typedef u64 osal_int_ptr_t;
usr/src/uts/common/io/qede/579xx/drivers/ecore/bcm_osal.h
624
u32 qede_osal_crc32(u32, u8 *, u64);
usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/snippets/ecore_int_sisr.h
10
u64 ecore_int_igu_read_sisr_reg(struct ecore_hwfn *p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
114
(value) &= ~((u64)name##_MASK << (u64)name##_SHIFT); \
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
115
(value) |= ((((u64)flag) & (u64)name##_MASK) << (name##_SHIFT));\
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
127
(name) &= ~(((u64)field ## _MASK) << ((u64)field ## _SHIFT)); \
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
154
#define U64_HI(val) ((u32)(((u64)(val)) >> 32))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
158
#define U64_LO(val) ((u32)(((u64)(val)) & 0xffffffff))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
593
u64 db_phys_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore.h
794
u64 db_phys_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
255
used = (u32)(((u64)ECORE_U32_MAX + 1 +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
256
(u64)(p_chain->u.chain32.prod_idx)) -
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_chain.h
257
(u64)p_chain->u.chain32.cons_idx);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1000
p_mngr->last_free = (u64)p_t2->p_phys +
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1007
u64 p_ent_phys = (u64)p_mngr->t2[i].p_phys, val;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1017
val = (u64)p_mngr->t2[i + 1].p_phys;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1115
line, (u64)p_phys, p_virt, size);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
122
u64 next;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1746
u64 ilt_hw_entry = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1760
(u64)(p_shdw[line].p_phys >> 12));
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1818
u64 cfg_word;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1866
SET_FIELD(cfg_word, TM_CFG_TID_PRE_SCAN_ROWS, (u64)0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
1882
SET_FIELD(cfg_word, TM_CFG_TID_PRE_SCAN_ROWS, (u64)0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2360
u64 ilt_hw_entry;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2455
ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&ilt_hw_entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2504
u64 ilt_hw_entry = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
256
u64 first_free;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
2568
(u64)(osal_uintptr_t)&ilt_hw_entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
257
u64 last_free;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_cxt.c
997
p_mngr->first_free = (u64)p_mngr->t2[0].p_phys;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2516
u32 *pci_buf_start = (u32*)(osal_uintptr_t)*((u64*)virt_addr_lo);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
2599
pci_buf = (u32*)(osal_uintptr_t)*((u64*)virt_addr_lo);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4671
if (ecore_dmae_grc2host(p_hwfn, p_ptt, GRC_REG_TRACE_FIFO, (u64)(osal_uintptr_t)(&dump_buf[offset]), REG_FIFO_ELEMENT_DWORDS, 0))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4726
if (ecore_dmae_grc2host(p_hwfn, p_ptt, IGU_REG_ERROR_HANDLING_MEMORY, (u64)(osal_uintptr_t)(&dump_buf[offset]), IGU_FIFO_ELEMENT_DWORDS, 0))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4774
if (ecore_dmae_grc2host(p_hwfn, p_ptt, GRC_REG_PROTECTION_OVERRIDE_WINDOW, (u64)(osal_uintptr_t)(dump_buf + offset), override_window_dwords, 0))
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4970
dev_data->bus.pci_buf.virt_addr.lo = (u32)((u64)(osal_uintptr_t)pci_buf);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dbg_fw_funcs.c
4971
dev_data->bus.pci_buf.virt_addr.hi = (u32)((u64)(osal_uintptr_t)pci_buf >> 32);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1476
u64 data,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
1528
0x01000000800ULL | (0xa << 12) | ((u64)1 << 38),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev.c
4268
u64 chain_size = ELEMS_PER_PAGE(elem_size) * page_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
339
u64 no_buff_discards;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
340
u64 packet_too_big_discard;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
341
u64 ttl0_discard;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
342
u64 rx_ucast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
343
u64 rx_mcast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
344
u64 rx_bcast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
345
u64 rx_ucast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
346
u64 rx_mcast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
347
u64 rx_bcast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
348
u64 mftag_filter_discards;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
349
u64 mac_filter_discards;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
350
u64 tx_ucast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
351
u64 tx_mcast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
352
u64 tx_bcast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
353
u64 tx_ucast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
354
u64 tx_mcast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
355
u64 tx_bcast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
356
u64 tx_err_drop_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
357
u64 tpa_coalesced_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
358
u64 tpa_coalesced_events;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
359
u64 tpa_aborts_num;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
360
u64 tpa_not_coalesced_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
361
u64 tpa_coalesced_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
364
u64 rx_64_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
365
u64 rx_65_to_127_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
366
u64 rx_128_to_255_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
367
u64 rx_256_to_511_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
368
u64 rx_512_to_1023_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
369
u64 rx_1024_to_1518_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
370
u64 rx_crc_errors;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
371
u64 rx_mac_crtl_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
372
u64 rx_pause_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
373
u64 rx_pfc_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
374
u64 rx_align_errors;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
375
u64 rx_carrier_errors;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
376
u64 rx_oversize_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
377
u64 rx_jabbers;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
378
u64 rx_undersize_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
379
u64 rx_fragments;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
380
u64 tx_64_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
381
u64 tx_65_to_127_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
382
u64 tx_128_to_255_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
383
u64 tx_256_to_511_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
384
u64 tx_512_to_1023_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
385
u64 tx_1024_to_1518_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
386
u64 tx_pause_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
387
u64 tx_pfc_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
388
u64 brb_truncates;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
389
u64 brb_discards;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
390
u64 rx_mac_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
391
u64 rx_mac_uc_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
392
u64 rx_mac_mc_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
393
u64 rx_mac_bc_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
394
u64 rx_mac_frames_ok;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
395
u64 tx_mac_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
396
u64 tx_mac_uc_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
397
u64 tx_mac_mc_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
398
u64 tx_mac_bc_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
399
u64 tx_mac_ctrl_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
403
u64 rx_1519_to_1522_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
404
u64 rx_1519_to_2047_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
405
u64 rx_2048_to_4095_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
406
u64 rx_4096_to_9216_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
407
u64 rx_9217_to_16383_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
408
u64 tx_1519_to_2047_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
409
u64 tx_2048_to_4095_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
410
u64 tx_4096_to_9216_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
411
u64 tx_9217_to_16383_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
412
u64 tx_lpi_entry_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
413
u64 tx_total_collisions;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
417
u64 rx_1519_to_max_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
418
u64 tx_1519_to_max_byte_packets;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_dev_api.h
468
u64 source_addr,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
100
u64 fcoe_tx_other_pkt_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
87
u64 fcoe_rx_byte_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
88
u64 fcoe_rx_data_pkt_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
89
u64 fcoe_rx_xfer_pkt_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
90
u64 fcoe_rx_other_pkt_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
97
u64 fcoe_tx_byte_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
98
u64 fcoe_tx_data_pkt_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_fcoe_api.h
99
u64 fcoe_tx_xfer_pkt_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
804
u64 src_addr,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
805
u64 dst_addr,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
875
(u64)p_hwfn->dmae_info.intermediate_buffer_phys_addr);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
889
u64 src_addr, u64 dst_addr,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
897
u64 src_addr_split = 0, dst_addr_split = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_hw.c
972
u64 source_addr,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_init_fw_funcs.c
1347
#define RAM_LINE_SIZE sizeof(u64)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1441
u64 phys_addr = (u64)sb_phys;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1443
ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&phys_addr,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1445
igu_sb_id * sizeof(u64), 2, 0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1446
ecore_dmae_host2grc(p_hwfn, p_ptt, (u64)(osal_uintptr_t)&sb_entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
1448
igu_sb_id * sizeof(u64), 2, 0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2431
u64 ecore_int_igu_read_sisr_reg(struct ecore_hwfn *p_hwfn)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2434
u64 intr_status = 0;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2442
intr_status = ((u64)intr_status_hi << 32) + (u64)intr_status_lo;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2547
sb_id * sizeof(u64),
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2548
(u64)(osal_uintptr_t)&sb_entry, 2, 0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2560
(u64)(osal_uintptr_t)&sb_entry,
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int.c
2562
sb_id * sizeof(u64), 2, 0);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_int_api.h
232
u64 ecore_int_igu_read_sisr_reg(struct ecore_hwfn *p_hwfn);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
371
u64 *events);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iov_api.h
766
static OSAL_INLINE void ecore_iov_pf_get_and_clear_pending_events(struct ecore_hwfn *p_hwfn, u64 *events) {}
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
134
u64 iscsi_rx_bytes_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
135
u64 iscsi_rx_packet_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
136
u64 iscsi_rx_new_ooo_isle_events_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
141
u64 iscsi_rx_dropped_pdus_task_not_valid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
143
u64 iscsi_rx_data_pdu_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
144
u64 iscsi_rx_r2t_pdu_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
145
u64 iscsi_rx_total_pdu_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
147
u64 iscsi_tx_go_to_slow_start_event_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
148
u64 iscsi_tx_fast_retransmit_event_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
150
u64 iscsi_tx_data_pdu_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
151
u64 iscsi_tx_r2t_pdu_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
152
u64 iscsi_tx_total_pdu_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
154
u64 iscsi_tx_bytes_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_iscsi_api.h
155
u64 iscsi_tx_packet_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
2035
for (i = 0; i < sizeof(struct ecore_eth_stats) / sizeof(u64); i++)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
2036
((u64 *)stats)[i] -= ((u64 *)p_dev->reset_stats)[i];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_l2.c
2162
(u64)p_addr, length);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
76
u64 gsi_invalid_hdr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
77
u64 gsi_invalid_pkt_length;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
78
u64 gsi_unsupported_pkt_typ;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
79
u64 gsi_crcchksm_error;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
81
u64 packet_too_big_discard;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
82
u64 no_buff_discard;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
84
u64 rcv_ucast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
85
u64 rcv_mcast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
86
u64 rcv_bcast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
87
u64 rcv_ucast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
88
u64 rcv_mcast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
89
u64 rcv_bcast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
91
u64 sent_ucast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
92
u64 sent_mcast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
93
u64 sent_bcast_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
94
u64 sent_ucast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
95
u64 sent_mcast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ll2_api.h
96
u64 sent_bcast_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2213
info->wwn_port = (u64)shmem_info.fcoe_wwn_port_name_lower |
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2214
(((u64)shmem_info.fcoe_wwn_port_name_upper) << 32);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2215
info->wwn_node = (u64)shmem_info.fcoe_wwn_node_name_lower |
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
2216
(((u64)shmem_info.fcoe_wwn_node_name_upper) << 32);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp.c
3541
u64 *num_events)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
1230
u64 *num_events);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
135
u64 wwn_port;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
136
u64 wwn_node;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
189
u64 ucast_rx_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
190
u64 ucast_tx_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
197
u64 rx_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
198
u64 tx_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
204
u64 rx_pdus;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
205
u64 tx_pdus;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
206
u64 rx_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
207
u64 tx_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
211
u64 rx_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
212
u64 tx_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
213
u64 rx_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
214
u64 tx_byts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
316
u64 rx_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
318
u64 rx_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
320
u64 tx_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
322
u64 tx_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
421
u64 rx_bcast;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
423
u64 tx_bcast;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
429
u64 fcoe_rx_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
431
u64 fcoe_rx_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
433
u64 fcoe_tx_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
435
u64 fcoe_tx_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
582
u64 rx_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
584
u64 rx_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
586
u64 tx_frames;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_mcp_api.h
588
u64 tx_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
100
u64 bdq_pbl_base_addr[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
66
u64 glbl_q_params_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
67
u64 bdq_pbl_base_addr[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_proto_if.h
99
u64 glbl_q_params_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ptp_api.h
47
struct ecore_ptt *p_ptt, u64 *ts);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ptp_api.h
50
struct ecore_ptt *p_ptt, u64 *ts);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_ptp_api.h
53
struct ecore_ptt *p_ptt, u64 *cycles);
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce.h
178
u64 unalign_rx_comp;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
103
u64 fw_ver;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
105
u64 node_guid; /* node GUID */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
106
u64 sys_image_guid; /* System image GUID */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
131
u64 max_dev_resp_rd_atomic_resc;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
136
u64 max_mr_size; /* Size (in bytes) of the largest contiguous memory
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
143
u64 max_mr_mw_fmr_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
203
u64 page_size_caps;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
223
u64 max_msg_size;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
237
u64 pbl_ptr; /* Address to the first entry of the queue PBL */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
312
u64 dpi_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
313
u64 dpi_phys_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
326
u64 pbl_ptr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
343
u64 pbl_ptr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
373
u64 sq_pbl_ptr; /* Not relevant for iWARP */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
377
u64 rq_pbl_ptr; /* Not relevant for iWARP */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
411
u64 qwords[2];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
520
u64 pbl_ptr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
527
u64 length; /* only lower 40 bits are valid */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
528
u64 vaddr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
535
u64 dif_error_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
536
u64 dif_runt_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
540
u64 pbl_base_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
541
u64 prod_pair_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
573
u64 pbl_ptr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
578
u64 sent_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
579
u64 sent_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
580
u64 rcv_bytes;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
581
u64 rcv_pkts;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
584
u64 icrc_errors; /* wraps at 32 bits */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
585
u64 retransmit_events; /* wraps at 32 bits */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
586
u64 silent_drops; /* wraps at 16 bits */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
587
u64 rnr_nacks_sent; /* wraps at 16 bits */
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
590
u64 iwarp_tx_fast_rxmit_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
591
u64 iwarp_tx_slow_start_cnt;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
592
u64 unalign_rx_comp;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
596
u64 pd_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
597
u64 max_pd;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
598
u64 dpi_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
599
u64 max_dpi;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
600
u64 cq_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
601
u64 max_cq;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
602
u64 qp_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
603
u64 max_qp;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
604
u64 tid_count;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_roce_api.h
605
u64 max_tid;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
124
u64 *done_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_spq.h
129
u64 done;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
191
u64 configured_features;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
201
u64 pending_flr[ECORE_VF_ARRAY_LENGTH];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_sriov.h
207
u64 active_vfs[ECORE_VF_ARRAY_LENGTH];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_utils.h
60
#define HILO_64(hi, lo) HILO_GEN(hi, lo, u64)
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
132
u64 capabilities;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
147
u64 bulletin_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
194
u64 capabilities;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
282
u64 rxq_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
283
u64 deprecated_sge_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
284
u64 cqe_pbl_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
302
u64 pbl_addr;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
351
u64 deprecated_sge_addr[PFVF_MAX_QUEUES_PER_VF];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
380
u64 sb_addr[PFVF_MAX_SBS_PER_VF];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
420
u64 bins[8];
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
590
u64 valid_bitmap;
usr/src/uts/common/io/qede/579xx/drivers/ecore/ecore_vfpf_if.h
89
u64 reply_address;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
129
u64 r64; /* 0x00 (Offset 0x00 ) RX 64-byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
130
u64 r127; /* 0x01 (Offset 0x08 ) RX 65 to 127 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
131
u64 r255; /* 0x02 (Offset 0x10 ) RX 128 to 255 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
132
u64 r511; /* 0x03 (Offset 0x18 ) RX 256 to 511 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
133
u64 r1023; /* 0x04 (Offset 0x20 ) RX 512 to 1023 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
134
u64 r1518; /* 0x05 (Offset 0x28 ) RX 1024 to 1518 byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
137
u64 r1522; /* 0x06 (Offset 0x30 ) RX 1519 to 1522 byte VLAN-tagged frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
138
u64 r2047; /* 0x07 (Offset 0x38 ) RX 1519 to 2047 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
139
u64 r4095; /* 0x08 (Offset 0x40 ) RX 2048 to 4095 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
140
u64 r9216; /* 0x09 (Offset 0x48 ) RX 4096 to 9216 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
141
u64 r16383; /* 0x0A (Offset 0x50 ) RX 9217 to 16383 byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
145
u64 unused1;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
146
u64 r1519_to_max; /* 0x07 (Offset 0x38 ) RX 1519 to max byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
147
u64 unused2;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
148
u64 unused3;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
149
u64 unused4;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
152
u64 rfcs; /* 0x0F (Offset 0x58 ) RX FCS error frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
153
u64 rxcf; /* 0x10 (Offset 0x60 ) RX control frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
154
u64 rxpf; /* 0x11 (Offset 0x68 ) RX pause frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
155
u64 rxpp; /* 0x12 (Offset 0x70 ) RX PFC frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
156
u64 raln; /* 0x16 (Offset 0x78 ) RX alignment error counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
157
u64 rfcr; /* 0x19 (Offset 0x80 ) RX false carrier counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
158
u64 rovr; /* 0x1A (Offset 0x88 ) RX oversized frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
159
u64 rjbr; /* 0x1B (Offset 0x90 ) RX jabber frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
160
u64 rund; /* 0x34 (Offset 0x98 ) RX undersized frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
161
u64 rfrg; /* 0x35 (Offset 0xa0 ) RX fragment counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
162
u64 t64; /* 0x40 (Offset 0xa8 ) TX 64-byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
163
u64 t127; /* 0x41 (Offset 0xb0 ) TX 65 to 127 byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
164
u64 t255; /* 0x42 (Offset 0xb8 ) TX 128 to 255 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
165
u64 t511; /* 0x43 (Offset 0xc0 ) TX 256 to 511 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
166
u64 t1023; /* 0x44 (Offset 0xc8 ) TX 512 to 1023 byte frame counter*/
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
167
u64 t1518; /* 0x45 (Offset 0xd0 ) TX 1024 to 1518 byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
170
u64 t2047; /* 0x47 (Offset 0xd8 ) TX 1519 to 2047 byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
171
u64 t4095; /* 0x48 (Offset 0xe0 ) TX 2048 to 4095 byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
172
u64 t9216; /* 0x49 (Offset 0xe8 ) TX 4096 to 9216 byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
173
u64 t16383; /* 0x4A (Offset 0xf0 ) TX 9217 to 16383 byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
176
u64 t1519_to_max; /* 0x47 (Offset 0xd8 ) TX 1519 to max byte frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
177
u64 unused6;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
178
u64 unused7;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
179
u64 unused8;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
182
u64 txpf; /* 0x50 (Offset 0xf8 ) TX pause frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
183
u64 txpp; /* 0x51 (Offset 0x100) TX PFC frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
186
u64 tlpiec; /* 0x6C (Offset 0x108) Transmit Logical Type LLFC message counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
187
u64 tncl; /* 0x6E (Offset 0x110) Transmit Total Collision Counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
190
u64 unused9;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
191
u64 unused10;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
194
u64 rbyte; /* 0x3d (Offset 0x118) RX byte counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
195
u64 rxuca; /* 0x0c (Offset 0x120) RX UC frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
196
u64 rxmca; /* 0x0d (Offset 0x128) RX MC frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
197
u64 rxbca; /* 0x0e (Offset 0x130) RX BC frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
198
u64 rxpok; /* 0x22 (Offset 0x138) RX good frame (good CRC, not oversized, no ERROR) */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
199
u64 tbyte; /* 0x6f (Offset 0x140) TX byte counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
200
u64 txuca; /* 0x4d (Offset 0x148) TX UC frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
201
u64 txmca; /* 0x4e (Offset 0x150) TX MC frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
202
u64 txbca; /* 0x4f (Offset 0x158) TX BC frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
203
u64 txcf; /* 0x54 (Offset 0x160) TX control frame counter */
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
208
u64 brb_truncate[8];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
209
u64 brb_discard[8];
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
960
u64 ucast_rx_pkts;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
961
u64 ucast_tx_pkts;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
967
u64 rx_pkts;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
968
u64 tx_pkts;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
974
u64 rx_pdus;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
975
u64 tx_pdus;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
976
u64 rx_bytes;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
977
u64 tx_bytes;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
981
u64 rx_pkts;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
982
u64 tx_pkts;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
983
u64 rx_bytes;
usr/src/uts/common/io/qede/579xx/hsi/mcp/mcp_public.h
984
u64 tx_bytes;
usr/src/uts/common/io/qede/qede.h
1064
int qede_fp_stat(mac_ring_driver_t rh, uint_t stat, u64 *val);
usr/src/uts/common/io/qede/qede.h
417
u64 phys_addr;
usr/src/uts/common/io/qede/qede.h
511
u64 mr_gen_num; /* Mac rings generation number */
usr/src/uts/common/io/qede/qede_fp.c
1086
u64 dma_premapped = 0, dma_bound = 0;
usr/src/uts/common/io/qede/qede_fp.c
1092
u64 data_addr;
usr/src/uts/common/io/qede/qede_fp.h
145
u64 phys_addr;
usr/src/uts/common/io/qede/qede_gld.c
402
qede_rx_ring_start(mac_ring_driver_t rh, u64 mr_gen_num)
usr/src/uts/common/io/qede/qede_main.c
2284
u64 dma_addr;
usr/src/uts/common/io/qede/qede_main.c
520
u64 addr = (u64)tx_ring->doorbell_addr;
usr/src/uts/common/io/qede/qede_osal.c
530
u64 addr = qede->pci_bar0_base;
usr/src/uts/common/io/qede/qede_osal.c
542
u64 addr = qede->pci_bar0_base;
usr/src/uts/common/io/qede/qede_osal.c
555
u64 addr = qede->pci_bar0_base;
usr/src/uts/common/io/qede/qede_osal.c
569
u64 addr = qede->pci_bar2_base;
usr/src/uts/common/io/qede/qede_osal.c
800
qede_osal_crc32(u32 crc, u8 *buf, u64 length)
usr/src/uts/common/io/qede/qede_types.h
41
typedef u64 __le64;
usr/src/uts/common/io/qede/qede_types.h
52
typedef u64 dma_addr_t;
usr/src/uts/common/io/qede/qede_types.h
60
typedef u64 osal_uintptr_t;
usr/src/uts/common/io/rsm/rsm.c
6968
msg32.bar.comp[i].u64 = msg->bar.comp[i].u64;
usr/src/uts/common/io/rsm/rsm.c
7834
msg->bar.comp[i].u64 = msg32.bar.comp[i].u64;
usr/src/uts/common/io/xge/drv/xge.c
74
xge_callback_crit_err(void *userdata, xge_hal_event_e type, u64 serr_data)
usr/src/uts/common/io/xge/drv/xge_osdep.h
101
typedef u64 dma_addr_t;
usr/src/uts/common/io/xge/drv/xge_osdep.h
402
dma_addr_t dma_addr, u64 dma_offset, size_t length, int dir)
usr/src/uts/common/io/xge/drv/xgell.c
1892
u64 adapter_status;
usr/src/uts/common/io/xge/drv/xgell.c
1909
u64 adapter_status;
usr/src/uts/common/io/xge/drv/xgell.c
1942
u64 adapter_status;
usr/src/uts/common/io/xge/drv/xgell.c
2189
*val = ((u64) hw_info->rmac_vld_mcst_frms_oflow << 32) |
usr/src/uts/common/io/xge/drv/xgell.c
2194
*val = ((u64) hw_info->rmac_vld_bcst_frms_oflow << 32) |
usr/src/uts/common/io/xge/drv/xgell.c
2199
*val = ((u64) hw_info->tmac_mcst_frms_oflow << 32) |
usr/src/uts/common/io/xge/drv/xgell.c
2204
*val = ((u64) hw_info->tmac_bcst_frms_oflow << 32) |
usr/src/uts/common/io/xge/drv/xgell.c
2209
*val = ((u64) hw_info->rmac_ttl_octets_oflow << 32) |
usr/src/uts/common/io/xge/drv/xgell.c
2218
*val = ((u64) hw_info->rmac_discarded_frms_oflow << 32) |
usr/src/uts/common/io/xge/drv/xgell.c
2223
*val = ((u64) hw_info->tmac_ttl_octets_oflow << 32) |
usr/src/uts/common/io/xge/drv/xgell.c
2232
*val = ((u64) hw_info->tmac_any_err_frms_oflow << 32) |
usr/src/uts/common/io/xge/drv/xgell.c
2237
*val = ((u64) hw_info->rmac_vld_frms_oflow << 32) |
usr/src/uts/common/io/xge/drv/xgell.c
2242
*val = ((u64) hw_info->tmac_frms_oflow << 32) |
usr/src/uts/common/io/xge/hal/include/xgehal-channel.h
405
u64 msix_address;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
358
u64 inject_serr;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
359
u64 inject_ecc;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
386
u64 rxufca_lbolt;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
387
u64 rxufca_lbolt_time;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
388
u64 rxufca_intr_thres;
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
395
u64 msix_vector_table[XGE_HAL_MAX_MSIX_MESSAGES_WITH_ADDR];
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
414
__hal_verify_pcc_idle(xge_hal_device_t *hldev, u64 adp_status);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
417
__hal_device_handle_pic(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
421
u16 spdm_entry, u64 *spdm_line_val);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
431
__hal_device_handle_txpic(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
434
__hal_device_handle_txdma(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
437
__hal_device_handle_txmac(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
440
__hal_device_handle_txxgxs(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
443
__hal_device_handle_rxpic(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
446
__hal_device_handle_rxdma(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
449
__hal_device_handle_rxmac(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
452
__hal_device_handle_rxxgxs(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
455
__hal_device_handle_mc(xge_hal_device_t *hldev, u64 reason);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
458
__hal_device_register_poll(xge_hal_device_t *hldev, u64 *reg, int op, u64 mask,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
489
xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type,
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
577
xge_hal_device_inject_ecc(xge_hal_device_h devh, u64 err_reg)
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
597
xge_hal_device_inject_serr(xge_hal_device_h devh, u64 err_reg)
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
762
xge_hal_status_e xge_hal_device_status(xge_hal_device_t *hldev, u64 *hw_status);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
821
void __hal_serial_mem_write64(xge_hal_device_t *hldev, u64 value, u64 *reg);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
823
u64 __hal_serial_mem_read64(xge_hal_device_t *hldev, u64 *reg);
usr/src/uts/common/io/xge/hal/include/xgehal-device.h
861
xge_hal_device_begin_irq(xge_hal_device_t *hldev, u64 *reason);
usr/src/uts/common/io/xge/hal/include/xgehal-driver.h
102
u64 ext_data);
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
109
u64 control_2;
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
121
u64 buffer_pointer;
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
123
u64 host_control;
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
161
u64 interrupt_type;
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
279
u64 ctrl_1);
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
338
xge_hal_fifo_dtr_cksum_set_bits(xge_hal_dtr_h dtrh, u64 cksum_bits);
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
52
u64 txdl_pointer; /* offset 0x0 */
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
54
u64 reserved[2];
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
56
u64 list_control; /* offset 0x18 */
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
93
u64 control_1;
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
97
#define XGE_HAL_SET_TXD_T_CODE(x, val) (x |= (((u64)val & 0xF) << 48))
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
119
u64 *value);
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
123
u64 value);
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
145
xge_hal_rldram_test(xge_hal_device_h devh, u64 * data);
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
148
xge_hal_mdio_read( xge_hal_device_h devh, u32 mmd_type, u64 addr );
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
151
xge_hal_mdio_write( xge_hal_device_h devh, u32 mmd_type, u64 addr, u32 value );
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
163
xge_hal_register_test(xge_hal_device_h devh, u64 *data);
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
166
xge_hal_eeprom_test(xge_hal_device_h devh, u64 *data);
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
169
xge_hal_bist_test(xge_hal_device_h devh, u64 *data);
usr/src/uts/common/io/xge/hal/include/xgehal-mgmt.h
172
xge_hal_link_test(xge_hal_device_h devh, u64 *data);
usr/src/uts/common/io/xge/hal/include/xgehal-mgmtaux.h
55
unsigned int offset, u64 value);
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1000
u64 rmac_mp_crc_4;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1001
u64 rmac_mp_mask_a_4;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1002
u64 rmac_mp_mask_b_4;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1004
u64 rmac_mp_crc_5;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1005
u64 rmac_mp_mask_a_5;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1006
u64 rmac_mp_mask_b_5;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1008
u64 rmac_mp_crc_6;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1009
u64 rmac_mp_mask_a_6;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1010
u64 rmac_mp_mask_b_6;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1012
u64 rmac_mp_crc_7;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1013
u64 rmac_mp_mask_a_7;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1014
u64 rmac_mp_mask_b_7;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1016
u64 mac_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1017
u64 activity_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1021
u64 mac_debug_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1027
u64 mc_int_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1029
u64 mc_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
103
u64 adapter_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1032
u64 mc_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1054
u64 mc_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1055
u64 mc_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1060
u64 rx_queue_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1070
u64 mc_rldram_mrs;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1074
u64 mc_rldram_interleave;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1076
u64 mc_pause_thresh_q0q3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1077
u64 mc_pause_thresh_q4q7;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1079
u64 mc_red_thresh_q[8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1082
u64 mc_rldram_ref_per;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1084
u64 mc_rldram_test_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1092
u64 mc_rldram_test_add;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1094
u64 mc_rldram_test_d0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1096
u64 mc_rldram_test_d1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1098
u64 mc_rldram_test_d2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1100
u64 mc_rldram_test_read_d0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1102
u64 mc_rldram_test_read_d1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1104
u64 mc_rldram_test_read_d2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1106
u64 mc_rldram_test_add_bkg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1108
u64 mc_rldram_test_d0_bkg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
111
u64 serr_source;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1110
u64 mc_rldram_test_d1_bkg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1112
u64 mc_rldram_test_d2_bkg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1114
u64 mc_rldram_test_read_d0_bkg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1116
u64 mc_rldram_test_read_d1_bkg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1118
u64 mc_rldram_test_read_d2_bkg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1120
u64 mc_rldram_generation;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1122
u64 mc_driver;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1124
u64 mc_rldram_ref_per_herc;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1127
u64 mc_rldram_mrs_herc;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1130
u64 mc_debug_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1137
u64 xgxs_int_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1140
u64 xgxs_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1144
u64 xgxs_txgxs_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1149
u64 xgxs_txgxs_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1150
u64 xgxs_txgxs_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1152
u64 xgxs_rxgxs_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1155
u64 xgxs_rxgxs_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1156
u64 xgxs_rxgxs_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1158
u64 spi_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1159
u64 spi_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1160
u64 spi_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1164
u64 xgxs_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1165
u64 xgxs_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1167
u64 xgxs_cfg_key;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1168
u64 xgxs_efifo_cfg; /* CHANGED */
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1169
u64 rxgxs_ber_0; /* CHANGED */
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1170
u64 rxgxs_ber_1; /* CHANGED */
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1172
u64 spi_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1173
u64 spi_data;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1174
u64 spi_write_protect;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
1178
u64 xgxs_cfg_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
125
u64 pci_info;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
131
u64 ric_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
135
u64 mbist_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
140
u64 pic_int_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
141
u64 pic_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
149
u64 txpic_int_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
151
u64 txpic_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
170
u64 txpic_alarms;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
171
u64 rxpic_int_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
175
u64 rxpic_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
176
u64 rxpic_alarms;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
178
u64 flsh_int_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
179
u64 flsh_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
182
u64 flash_alarms;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
184
u64 mdio_int_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
185
u64 mdio_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
189
u64 mdio_alarms;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
191
u64 iic_int_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
192
u64 iic_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
198
u64 iic_alarms;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
200
u64 msi_pending_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
202
u64 misc_int_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
206
u64 misc_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
207
u64 misc_alarms;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
209
u64 msi_triggered_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
211
u64 xfp_gpio_int_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
212
u64 xfp_gpio_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
213
u64 xfp_alarms;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
217
u64 tx_traffic_int;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
219
u64 tx_traffic_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
221
u64 rx_traffic_int;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
223
u64 rx_traffic_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
226
u64 pic_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
231
u64 swapper_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
257
u64 pif_rd_swapper_fb;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
260
u64 scheduled_int_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
268
u64 txreqtimeout;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
272
u64 statsreqtimeout;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
276
u64 read_retry_delay;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
277
u64 read_retry_acceleration;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
278
u64 write_retry_delay;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
279
u64 write_retry_acceleration;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
281
u64 xmsi_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
286
u64 xmsi_access;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
291
u64 xmsi_address;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
292
u64 xmsi_data;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
294
u64 rx_mat;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
299
u64 tx_mat[8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
302
u64 xmsi_mask_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
305
u64 stat_byte_cnt;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
307
u64 stat_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
315
u64 stat_addr;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
318
u64 mdio_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
348
u64 dtx_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
350
u64 i2c_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
361
u64 beacon_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
362
u64 misc_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
367
u64 xfb_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
368
u64 gpio_control;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
37
u64 general_int_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
371
u64 txfifo_dw_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
372
u64 split_table_line_no;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
373
u64 sc_timeout;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
374
u64 pic_control_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
376
u64 ini_dperr_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
377
u64 wreq_split_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
378
u64 qw_per_rxd;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
381
u64 pic_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
382
u64 txp_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
383
u64 txp_err_context;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
384
u64 spdm_bir_offset;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
389
u64 spdm_overwrite;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
396
u64 cfg_addr_on_dperr;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
397
u64 pif_addr_on_dperr;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
398
u64 tags_in_use;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
399
u64 rd_req_types;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
400
u64 split_table_line;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
401
u64 unxp_split_add_ph;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
402
u64 unexp_split_attr_ph;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
403
u64 split_message;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
404
u64 spdm_structure;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
411
u64 txdw_ptr_cnt_0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
412
u64 txdw_ptr_cnt_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
413
u64 txdw_ptr_cnt_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
414
u64 txdw_ptr_cnt_3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
415
u64 txdw_ptr_cnt_4;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
416
u64 txdw_ptr_cnt_5;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
417
u64 txdw_ptr_cnt_6;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
418
u64 txdw_ptr_cnt_7;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
419
u64 rxdw_cnt_ring_0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
420
u64 rxdw_cnt_ring_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
421
u64 rxdw_cnt_ring_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
422
u64 rxdw_cnt_ring_3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
423
u64 rxdw_cnt_ring_4;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
424
u64 rxdw_cnt_ring_5;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
425
u64 rxdw_cnt_ring_6;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
426
u64 rxdw_cnt_ring_7;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
431
u64 txdma_int_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
432
u64 txdma_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
440
u64 pfc_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
447
u64 pfc_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
448
u64 pfc_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
450
u64 tda_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
456
u64 tda_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
457
u64 tda_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
459
u64 pcc_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
472
u64 pcc_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
473
u64 pcc_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
475
u64 tti_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
479
u64 tti_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
480
u64 tti_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
482
u64 lso_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
489
u64 lso_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
490
u64 lso_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
492
u64 tpa_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
495
u64 tpa_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
496
u64 tpa_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
498
u64 sm_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
500
u64 sm_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
501
u64 sm_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
506
u64 tx_dma_wrap_stat;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
511
u64 tx_fifo_partition_0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
518
u64 tx_fifo_partition_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
524
u64 tx_fifo_partition_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
530
u64 tx_fifo_partition_3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
545
u64 tx_w_round_robin_0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
546
u64 tx_w_round_robin_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
547
u64 tx_w_round_robin_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
548
u64 tx_w_round_robin_3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
549
u64 tx_w_round_robin_4;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
551
u64 tti_command_mem;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
557
u64 tti_data1_mem;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
566
u64 tti_data2_mem;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
573
u64 tx_pa_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
580
u64 pcc_enable;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
582
u64 pfc_monitor_0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
583
u64 pfc_monitor_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
584
u64 pfc_monitor_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
585
u64 pfc_monitor_3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
586
u64 txd_ownership_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
587
u64 pfc_read_cntrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
588
u64 pfc_read_data;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
59
u64 general_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
592
u64 txdma_debug_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
597
u64 rxdma_int_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
603
u64 rxdma_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
609
u64 rda_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
619
u64 rda_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
620
u64 rda_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
622
u64 rc_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
63
u64 sw_reset;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
630
u64 rc_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
631
u64 rc_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
633
u64 prc_pcix_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
640
u64 prc_pcix_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
641
u64 prc_pcix_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
643
u64 rpa_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
649
u64 rpa_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
650
u64 rpa_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
652
u64 rti_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
656
u64 rti_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
657
u64 rti_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
662
u64 rx_queue_priority;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
681
u64 rx_w_round_robin_0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
682
u64 rx_w_round_robin_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
683
u64 rx_w_round_robin_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
684
u64 rx_w_round_robin_3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
685
u64 rx_w_round_robin_4;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
689
u64 prc_rxd0_n[XGE_HAL_RX_MAX_RINGS];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
690
u64 prc_ctrl_n[XGE_HAL_RX_MAX_RINGS];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
703
u64 prc_alarm_action;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
722
u64 rti_command_mem;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
729
u64 rti_data1_mem;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
737
u64 rti_data2_mem;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
743
u64 rx_pa_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
752
u64 ring_bump_counter1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
753
u64 ring_bump_counter2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
758
u64 rxdma_debug_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
763
u64 mac_int_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
764
u64 mac_int_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
768
u64 mac_tmac_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
773
u64 mac_tmac_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
774
u64 mac_tmac_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
776
u64 mac_rmac_err_reg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
784
u64 mac_rmac_err_mask;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
785
u64 mac_rmac_err_alarm;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
789
u64 mac_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
803
u64 tmac_avg_ipg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
806
u64 rmac_max_pyld_len;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
809
u64 rmac_err_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
819
u64 rmac_cfg_key;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
827
u64 rmac_addr_cmd_mem;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
834
u64 rmac_addr_data0_mem;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
838
u64 rmac_addr_data1_mem;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
85
u64 adapter_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
850
u64 tmac_ipg_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
852
u64 rmac_pause_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
858
u64 rmac_red_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
860
u64 rmac_red_rate_q0q3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
861
u64 rmac_red_rate_q4q7;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
863
u64 mac_link_util;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
874
u64 rmac_invalid_ipg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
878
u64 rts_frm_len_n[8];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
880
u64 rts_qos_steering;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
883
u64 rts_dix_map_n[XGE_HAL_MAX_DIX_MAP];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
887
u64 rts_q_alternates;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
888
u64 rts_default_q;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
891
u64 rts_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
896
u64 rts_pn_cam_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
901
u64 rts_pn_cam_data;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
906
u64 rts_ds_mem_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
911
u64 rts_ds_mem_data;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
916
u64 rts_vid_mem_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
917
u64 rts_vid_mem_data;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
918
u64 rts_p0_p3_map;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
919
u64 rts_p4_p7_map;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
920
u64 rts_p8_p11_map;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
921
u64 rts_p12_p15_map;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
923
u64 rts_mac_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
935
u64 rts_rth_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
949
u64 rts_rth_map_mem_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
954
u64 rts_rth_map_mem_data;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
958
u64 rts_rth_spdm_mem_ctrl;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
963
u64 rts_rth_spdm_mem_data;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
965
u64 rts_rth_jhash_cfg;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
969
u64 rts_rth_hash_mask[5]; /* rth mask's 0...4 */
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
970
u64 rts_rth_hash_mask_5;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
973
u64 rts_rth_status;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
978
u64 rmac_red_fine_q0q3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
979
u64 rmac_red_fine_q4q7;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
980
u64 rmac_pthresh_cross;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
981
u64 rmac_rthresh_cross;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
982
u64 rmac_pnum_range[32];
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
984
u64 rmac_mp_crc_0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
985
u64 rmac_mp_mask_a_0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
986
u64 rmac_mp_mask_b_0;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
988
u64 rmac_mp_crc_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
989
u64 rmac_mp_mask_a_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
990
u64 rmac_mp_mask_b_1;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
992
u64 rmac_mp_crc_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
993
u64 rmac_mp_mask_a_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
994
u64 rmac_mp_mask_b_2;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
996
u64 rmac_mp_crc_3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
997
u64 rmac_mp_mask_a_3;
usr/src/uts/common/io/xge/hal/include/xgehal-regs.h
998
u64 rmac_mp_mask_b_3;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
124
u64 host_control;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
125
u64 control_1;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
126
u64 control_2;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
133
u64 buffer0_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
140
u64 host_control;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
141
u64 control_1;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
143
u64 control_2;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
159
u64 buffer0_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
160
u64 buffer1_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
161
u64 buffer2_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
187
u64 control_1;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
188
u64 control_2;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
204
u64 buffer0_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
205
u64 buffer1_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
206
u64 buffer2_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
207
u64 buffer3_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
208
u64 buffer4_ptr;
usr/src/uts/common/io/xge/hal/include/xgehal-ring.h
64
(control_1 |= (((u64)val & 0xF) << 48))
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1168
u64 tx_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1169
u64 tx_ttl_eth_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1170
u64 tx_data_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1171
u64 tx_mcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1172
u64 tx_bcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1173
u64 tx_ucst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1174
u64 tx_tagged_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1175
u64 tx_vld_ip;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1176
u64 tx_vld_ip_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1177
u64 tx_icmp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1178
u64 tx_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1179
u64 tx_rst_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1180
u64 tx_udp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1181
u64 tx_unknown_protocol;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1182
u64 tx_parse_error;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1183
u64 tx_pause_ctrl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1184
u64 tx_lacpdu_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1185
u64 tx_marker_pdu_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1186
u64 tx_marker_resp_pdu_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1187
u64 tx_drop_ip;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1188
u64 tx_xgmii_char1_match;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1189
u64 tx_xgmii_char2_match;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1190
u64 tx_xgmii_column1_match;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1191
u64 tx_xgmii_column2_match;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1192
u64 tx_drop_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1193
u64 tx_any_err_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1194
u64 rx_ttl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1195
u64 rx_vld_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1196
u64 rx_offld_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1197
u64 rx_ttl_eth_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1198
u64 rx_data_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1199
u64 rx_offld_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1200
u64 rx_vld_mcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1201
u64 rx_vld_bcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1202
u64 rx_accepted_ucst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1203
u64 rx_accepted_nucst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1204
u64 rx_tagged_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1205
u64 rx_long_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1206
u64 rx_usized_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1207
u64 rx_osized_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1208
u64 rx_frag_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1209
u64 rx_jabber_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1210
u64 rx_ttl_64_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1211
u64 rx_ttl_65_127_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1212
u64 rx_ttl_128_255_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1213
u64 rx_ttl_256_511_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1214
u64 rx_ttl_512_1023_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1215
u64 rx_ttl_1024_1518_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1216
u64 rx_ttl_1519_4095_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1217
u64 rx_ttl_40956_8191_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1218
u64 rx_ttl_8192_max_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1219
u64 rx_ttl_gt_max_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1220
u64 rx_ip;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1221
u64 rx_ip_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1222
u64 rx_hdr_err_ip;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1223
u64 rx_icmp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1224
u64 rx_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1225
u64 rx_udp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1226
u64 rx_err_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1227
u64 rx_pause_cnt;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1228
u64 rx_pause_ctrl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1229
u64 rx_unsup_ctrl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1230
u64 rx_in_rng_len_err_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1231
u64 rx_out_rng_len_err_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1232
u64 rx_drop_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1233
u64 rx_discarded_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1234
u64 rx_drop_ip;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1235
u64 rx_err_drp_udp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1236
u64 rx_lacpdu_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1237
u64 rx_marker_pdu_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1238
u64 rx_marker_resp_pdu_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1239
u64 rx_unknown_pdu_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1240
u64 rx_illegal_pdu_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1241
u64 rx_fcs_discard;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1242
u64 rx_len_discard;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1243
u64 rx_pf_discard;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1244
u64 rx_trash_discard;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1245
u64 rx_rts_discard;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1246
u64 rx_wol_discard;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1247
u64 rx_red_discard;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1248
u64 rx_ingm_full_discard;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1249
u64 rx_xgmii_data_err_cnt;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1250
u64 rx_xgmii_ctrl_err_cnt;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1251
u64 rx_xgmii_err_sym;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1252
u64 rx_xgmii_char1_match;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1253
u64 rx_xgmii_char2_match;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1254
u64 rx_xgmii_column1_match;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1255
u64 rx_xgmii_column2_match;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1256
u64 rx_local_fault;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1257
u64 rx_remote_fault;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1258
u64 rx_queue_full;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1284
u64 tx_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1285
u64 tx_mcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1286
u64 tx_bcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1287
u64 tx_discarded_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1288
u64 tx_errored_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1289
u64 rx_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1290
u64 rx_data_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1291
u64 rx_mcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1292
u64 rx_bcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1293
u64 rx_discarded_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1294
u64 rx_errored_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1295
u64 rx_unknown_protocol_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1400
u64 tx_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1401
u64 tx_ttl_eth_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1402
u64 tx_data_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1403
u64 tx_mcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1404
u64 tx_bcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1405
u64 tx_ucst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1406
u64 tx_tagged_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1407
u64 tx_vld_ip;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1408
u64 tx_vld_ip_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1409
u64 tx_icmp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1410
u64 tx_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1411
u64 tx_rst_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1412
u64 tx_udp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1413
u64 tx_unknown_protocol;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1414
u64 tx_parse_error;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1415
u64 rx_ttl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1416
u64 rx_vld_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1417
u64 rx_offld_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1418
u64 rx_ttl_eth_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1419
u64 rx_data_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1420
u64 rx_offld_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1421
u64 rx_vld_mcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1422
u64 rx_vld_bcst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1423
u64 rx_accepted_ucst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1424
u64 rx_accepted_nucst_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1425
u64 rx_tagged_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1426
u64 rx_long_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1427
u64 rx_usized_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1428
u64 rx_osized_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1429
u64 rx_frag_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1430
u64 rx_jabber_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1431
u64 rx_ttl_64_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1432
u64 rx_ttl_65_127_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1433
u64 rx_ttl_128_255_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1434
u64 rx_ttl_256_511_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1435
u64 rx_ttl_512_1023_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1436
u64 rx_ttl_1024_1518_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1437
u64 rx_ttl_1519_4095_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1438
u64 rx_ttl_40956_8191_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1439
u64 rx_ttl_8192_max_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1440
u64 rx_ttl_gt_max_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1441
u64 rx_ip;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1442
u64 rx_accepted_ip;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1443
u64 rx_ip_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1444
u64 rx_hdr_err_ip;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1445
u64 rx_icmp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1446
u64 rx_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1447
u64 rx_udp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1448
u64 rx_err_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1449
u64 rx_mpa_ok_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1450
u64 rx_mpa_crc_fail_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1451
u64 rx_mpa_mrk_fail_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1452
u64 rx_mpa_len_fail_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
1453
u64 rx_wol_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
411
u64 tmac_drop_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
414
u64 tmac_pause_ctrl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
419
u64 tmac_ttl_less_fb_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
420
u64 tmac_vld_ip_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
425
u64 tmac_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
432
u64 rmac_fcs_err_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
433
u64 rmac_drop_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
438
u64 rmac_long_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
439
u64 rmac_pause_ctrl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
440
u64 rmac_unsup_ctrl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
447
u64 rmac_ttl_less_fb_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
448
u64 rmac_ttl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
449
u64 reserved_2;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
456
u64 rmac_ttl_64_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
457
u64 rmac_ttl_65_127_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
458
u64 reserved_5;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
459
u64 rmac_ttl_128_255_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
460
u64 rmac_ttl_256_511_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
461
u64 reserved_6;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
462
u64 rmac_ttl_512_1023_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
463
u64 rmac_ttl_1024_1518_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
466
u64 rmac_ip_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
471
u64 rmac_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
474
u64 rmac_xgmii_err_sym;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
475
u64 rmac_frms_q0;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
476
u64 rmac_frms_q1;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
477
u64 rmac_frms_q2;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
478
u64 rmac_frms_q3;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
479
u64 rmac_frms_q4;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
480
u64 rmac_frms_q5;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
481
u64 rmac_frms_q6;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
482
u64 rmac_frms_q7;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
493
u64 rmac_xgmii_data_err_cnt;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
494
u64 rmac_xgmii_ctrl_err_cnt;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
531
u64 tmac_vlan_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
560
u64 rmac_ttl_1519_4095_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
561
u64 rmac_ttl_4096_8191_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
562
u64 rmac_ttl_8192_max_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
563
u64 rmac_ttl_gt_max_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
564
u64 rmac_osized_alt_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
565
u64 rmac_jabber_alt_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
566
u64 rmac_gt_max_alt_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
567
u64 rmac_vlan_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
584
u64 tmac_drop_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
587
u64 tmac_pause_ctrl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
592
u64 tmac_ttl_less_fb_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
593
u64 tmac_vld_ip_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
598
u64 tmac_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
605
u64 rmac_fcs_err_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
606
u64 rmac_drop_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
611
u64 rmac_long_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
612
u64 rmac_pause_ctrl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
613
u64 rmac_unsup_ctrl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
620
u64 rmac_ttl_less_fb_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
621
u64 rmac_ttl_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
622
u64 reserved_2;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
629
u64 rmac_ttl_64_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
630
u64 rmac_ttl_65_127_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
631
u64 reserved_5;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
632
u64 rmac_ttl_128_255_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
633
u64 rmac_ttl_256_511_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
634
u64 reserved_6;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
635
u64 rmac_ttl_512_1023_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
636
u64 rmac_ttl_1024_1518_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
639
u64 rmac_ip_octets;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
644
u64 rmac_tcp;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
647
u64 rmac_xgmii_err_sym;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
648
u64 rmac_frms_q0;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
649
u64 rmac_frms_q1;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
650
u64 rmac_frms_q2;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
651
u64 rmac_frms_q3;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
652
u64 rmac_frms_q4;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
653
u64 rmac_frms_q5;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
654
u64 rmac_frms_q6;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
655
u64 rmac_frms_q7;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
666
u64 rmac_xgmii_data_err_cnt;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
667
u64 rmac_xgmii_ctrl_err_cnt;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
704
u64 tmac_vlan_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
733
u64 rmac_ttl_1519_4095_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
734
u64 rmac_ttl_4096_8191_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
735
u64 rmac_ttl_8192_max_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
736
u64 rmac_ttl_gt_max_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
737
u64 rmac_osized_alt_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
738
u64 rmac_jabber_alt_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
739
u64 rmac_gt_max_alt_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-stats.h
740
u64 rmac_vlan_frms;
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
39
#define vBIT(val, loc, sz) (((u64)(val)) << (64-(loc)-(sz)))
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
45
#define bVAL1(bits, loc) ((((u64)bits) >> (64-(loc+1))) & 0x1)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
46
#define bVAL2(bits, loc) ((((u64)bits) >> (64-(loc+2))) & 0x3)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
47
#define bVAL3(bits, loc) ((((u64)bits) >> (64-(loc+3))) & 0x7)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
48
#define bVAL4(bits, loc) ((((u64)bits) >> (64-(loc+4))) & 0xF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
49
#define bVAL5(bits, loc) ((((u64)bits) >> (64-(loc+5))) & 0x1F)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
50
#define bVAL6(bits, loc) ((((u64)bits) >> (64-(loc+6))) & 0x3F)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
51
#define bVAL7(bits, loc) ((((u64)bits) >> (64-(loc+7))) & 0x7F)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
52
#define bVAL8(bits, loc) ((((u64)bits) >> (64-(loc+8))) & 0xFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
53
#define bVAL12(bits, loc) ((((u64)bits) >> (64-(loc+12))) & 0xFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
54
#define bVAL14(bits, loc) ((((u64)bits) >> (64-(loc+14))) & 0x3FFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
55
#define bVAL16(bits, loc) ((((u64)bits) >> (64-(loc+16))) & 0xFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
56
#define bVAL20(bits, loc) ((((u64)bits) >> (64-(loc+20))) & 0xFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
567
u64 addr[2];
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
57
#define bVAL22(bits, loc) ((((u64)bits) >> (64-(loc+22))) & 0x3FFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
58
#define bVAL24(bits, loc) ((((u64)bits) >> (64-(loc+24))) & 0xFFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
59
#define bVAL28(bits, loc) ((((u64)bits) >> (64-(loc+28))) & 0xFFFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
60
#define bVAL32(bits, loc) ((((u64)bits) >> (64-(loc+32))) & 0xFFFFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
61
#define bVAL36(bits, loc) ((((u64)bits) >> (64-(loc+36))) & 0xFFFFFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
62
#define bVAL40(bits, loc) ((((u64)bits) >> (64-(loc+40))) & 0xFFFFFFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
63
#define bVAL44(bits, loc) ((((u64)bits) >> (64-(loc+44))) & 0xFFFFFFFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
64
#define bVAL48(bits, loc) ((((u64)bits) >> (64-(loc+48))) & 0xFFFFFFFFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
65
#define bVAL52(bits, loc) ((((u64)bits) >> (64-(loc+52))) & 0xFFFFFFFFFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
66
#define bVAL56(bits, loc) ((((u64)bits) >> (64-(loc+56))) & 0xFFFFFFFFFFFFFF)
usr/src/uts/common/io/xge/hal/include/xgehal-types.h
67
#define bVAL60(bits, loc) ((((u64)bits) >> (64-(loc+60))) & 0xFFFFFFFFFFFFFFF)
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
173
(u64)(ulong_t)queue->start_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
174
(u64)(ulong_t)queue->head_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
175
(u64)(ulong_t)queue->tail_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
176
(u64)(ulong_t)queue->end_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
177
(u64)(ulong_t)elem,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
188
(u64)(ulong_t)queue->start_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
189
(u64)(ulong_t)queue->head_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
190
(u64)(ulong_t)queue->tail_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
191
(u64)(ulong_t)queue->end_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
300
XGE_OS_LLXFMT, (u64)(ulong_t)queue);
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
329
(u64)(ulong_t)queue, queue->pages_current);
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
68
(u64)(ulong_t)queue->start_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
69
(u64)(ulong_t)queue->head_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
70
(u64)(ulong_t)queue->tail_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
71
(u64)(ulong_t)queue->end_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
72
(u64)(ulong_t)elem,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
81
(u64)(ulong_t)queue->start_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
82
(u64)(ulong_t)queue->head_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
83
(u64)(ulong_t)queue->tail_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
84
(u64)(ulong_t)queue->end_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
85
(u64)(ulong_t)elem,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
93
(u64)(ulong_t)queue->start_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
94
(u64)(ulong_t)queue->head_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
95
(u64)(ulong_t)queue->tail_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
96
(u64)(ulong_t)queue->end_ptr,
usr/src/uts/common/io/xge/hal/xgehal/xge-queue.c
97
(u64)(ulong_t)elem,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
160
xge_hal_device_begin_irq(xge_hal_device_t *hldev, u64 *reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
162
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
177
u64 adapter_status =
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
185
sizeof(u64),
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device-fp.c
687
u64 reason;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1102
u64 val64, data1 = 0, data2 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1201
static u64 default_xena_mdio_cfg[] = {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1211
static u64 default_herc_mdio_cfg[] = {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1215
static u64 default_xena_dtx_cfg[] = {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1251
static u64 default_herc_dtx_cfg[] = {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1268
__hal_serial_mem_write64(xge_hal_device_t *hldev, u64 value, u64 *reg)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
127
__hal_device_register_poll(xge_hal_device_t *hldev, u64 *reg,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1279
u64
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
128
int op, u64 mask, int max_millis)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1280
__hal_serial_mem_read64(xge_hal_device_t *hldev, u64 *reg)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1282
u64 val64 = xge_os_pio_mem_read64(hldev->pdev, hldev->regh0,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
130
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1310
u64 *default_dtx_cfg = NULL, *default_mdio_cfg = NULL;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1360
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1383
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1491
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1519
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1606
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
165
__hal_device_wait_quiescent(xge_hal_device_t *hldev, u64 *hw_status)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1833
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1928
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
1929
u64 spdm_line_arr[8];
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2021
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
213
u64 adapter_status =
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
222
u64 dummy;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2323
u64 pci_info = xge_os_pio_mem_read64(hldev->pdev, hldev->regh0,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
244
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2448
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2548
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2638
u64 hw_status;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2642
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2686
__hal_device_handle_serr(xge_hal_device_t *hldev, char *reg, u64 value)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2696
1, sizeof(u64), (void *)&value);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2706
__hal_device_handle_eccerr(xge_hal_device_t *hldev, char *reg, u64 value)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2718
1, sizeof(u64), (void *)&value);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2729
__hal_device_handle_parityerr(xge_hal_device_t *hldev, char *reg, u64 value)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
2765
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
282
static u64 xena_fix_mac[] = {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3025
u64 val64, rawval = 0ULL;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3030
u64 *msix_vetor_table = (u64 *)hldev->bar2;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3121
u64 *msix_vetor_table = (u64 *)hldev->bar2;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3162
u64 err_reg;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3248
__hal_verify_pcc_idle(xge_hal_device_t *hldev, u64 adp_status)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3462
__hal_device_handle_mc(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3466
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
350
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3524
__hal_device_handle_pic(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3528
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3562
u64 temp64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3603
__hal_device_handle_txpic(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3608
volatile u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3684
__hal_device_handle_txdma(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3688
u64 val64, temp64, err;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3785
__hal_device_handle_txmac(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3789
u64 val64, temp64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
380
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3817
__hal_device_handle_txxgxs(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3821
u64 val64, temp64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3849
__hal_device_handle_rxpic(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3862
__hal_device_handle_rxdma(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3866
u64 val64, err, temp64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3930
__hal_device_handle_rxmac(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3934
u64 val64, temp64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3962
__hal_device_handle_rxxgxs(xge_hal_device_t *hldev, u64 reason)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
3966
u64 val64, temp64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4005
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4006
u64 adp_status;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
408
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4269
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
430
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4366
xge_hal_device_status(xge_hal_device_t *hldev, u64 *hw_status)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4369
u64 tmp64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4448
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4477
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4581
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4676
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4731
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
476
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4784
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4823
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4875
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
4961
u64 val64, temp64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
519
(((u64)0xFF00|hldev->config.mac.mc_pause_threshold_q0q3)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
528
(((u64)0xFF00|hldev->config.mac.mc_pause_threshold_q4q7)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5668
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5703
(u64)t_code);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5709
(u64)t_code);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5757
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5889
u16 spdm_entry, u64 *spdm_line_val)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5892
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5928
u64 spdm_line_val=0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
608
__hal_device_intr_mgmt(xge_hal_device_t *hldev, u64 mask, int flag)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6080
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
611
u64 val64 = 0, temp64 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
612
u64 gim, gim_saved;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6130
u64 mask = vBIT(0xff,(loc*8),8);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6221
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6224
u64 spdm_line_arr[8];
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
623
gim &= ~((u64) val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6455
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6481
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6512
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6615
u64 *msix_addr,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6622
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6659
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6816
XGE_OS_LLXFMT, (u64)(ulong_t)hldev->queueh, item->event_type,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6817
(u64)(ulong_t)item->context);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6849
u64 val64 = *((u64*)item_data);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
688
gim &= ~((u64) val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6914
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6941
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6972
xge_hal_rts_rth_set(xge_hal_device_t *hldev, u8 def_q, u64 hash_type,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
6976
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
7002
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
7024
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
7049
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
7095
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
7146
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
7218
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
728
gim &= ~((u64) val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
753
gim &= ~((u64) val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
779
gim &= ~((u64) val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
800
gim &= ~((u64) val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
823
gim &= ~((u64) val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
845
gim &= ~((u64) val64);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
952
u64 val64, data1 = 0, data2 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1058
txdp->buffer_pointer = (u64)dma_pointer;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1112
xge_hal_fifo_dtr_cksum_set_bits(xge_hal_dtr_h dtrh, u64 cksum_bits)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
49
u64 ctrl_1)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
526
(u64)(XGE_HAL_TX_FIFO_FIRST_LIST | XGE_HAL_TX_FIFO_LAST_LIST));
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
55
u64 ctrl;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
584
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
870
txdp->buffer_pointer = (u64)txdl_priv->align_dma_addr + prev_boff;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
892
txdp->buffer_pointer = (u64)dma_pointer +
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
984
txdp->buffer_pointer = (u64)txdl_priv->align_dma_addr + prev_boff;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
344
u64* tx_fifo_partitions[4];
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
345
u64* tx_fifo_wrr[5];
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
346
u64 tx_fifo_wrr_value[5];
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
347
u64 val64, part0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
64
txdp->host_control = (u64)(ulong_t)txdl_priv;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1037
xge_hal_rldram_test(xge_hal_device_h devh, u64 *data)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1041
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1086
val64 = (u64) (0x0000003fffff0000ULL);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1162
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1247
xge_hal_mdio_read( xge_hal_device_h devh, u32 mmd_type, u64 addr )
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1251
u64 val64 = 0x0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1300
xge_hal_mdio_write( xge_hal_device_h devh, u32 mmd_type, u64 addr, u32 value )
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1302
u64 val64 = 0x0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
136
u64 *value)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1368
xge_hal_eeprom_test(xge_hal_device_h devh, u64 *data)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1440
xge_hal_bist_test(xge_hal_device_h devh, u64 *data)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1477
xge_hal_link_test(xge_hal_device_h devh, u64 *data)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1481
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1506
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1534
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
1675
u64 addr;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
193
u64 value)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
501
u64 rbc = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
781
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
837
u64 val64 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
885
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
929
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
965
xge_hal_register_test(xge_hal_device_h devh, u64 *data)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmt.c
969
u64 val64 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmtaux.c
129
u64 retval;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmtaux.c
1405
u64 retval;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmtaux.c
161
unsigned int offset, u64 value)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-mgmtaux.c
89
u64 retval;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring-fp.c
71
return (int)*((u64 *)(void *)((char *)block +
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring-fp.c
78
*((u64 *)(void *)((char *)block +
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring-fp.c
87
return (dma_addr_t)*((u64 *)(void *)((char *)block +
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring-fp.c
95
*((u64 *)(void *)((char *)block +
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
110
sizeof(u64),
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
185
rxdp->host_control = (u64)(ulong_t)rxd_priv;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
189
rxdp->host_control = (u64)(ulong_t)rxd_priv;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
387
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
464
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
474
val64 &= ~((u64) XGE_HAL_PRC_CTRL_RC_ENABLED);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-ring.c
484
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-stats.c
218
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-stats.c
309
u64 val64;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-stats.c
743
u64 mcst, bcst;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-stats.c
746
mcst = ((u64)hwsta->rmac_vld_mcst_frms_oflow << 32) |
usr/src/uts/common/io/xge/hal/xgehal/xgehal-stats.c
749
bcst = ((u64)hwsta->rmac_vld_bcst_frms_oflow << 32) |
usr/src/uts/common/os/sunddi.c
310
uint64_t u64;
usr/src/uts/common/os/sunddi.c
339
peekpoke_value.u64 = *(uint64_t *)value_p;
usr/src/uts/common/os/sunddi.c
344
peekpoke_args.host_addr = (uintptr_t)&peekpoke_value.u64;
usr/src/uts/common/os/sunddi.c
367
*(uint64_t *)value_p = peekpoke_value.u64;
usr/src/uts/common/sys/epoll.h
31
uint64_t u64;
usr/src/uts/common/sys/rsm/rsm_common.h
188
uint64_t u64;
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1912
uint64_t *s64p = &(s.u64);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1925
uint64_t *s64p = &(s.u64);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1932
*regp = s.u64;
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.c
1934
return (s.u64);
usr/src/uts/i86pc/io/amd_iommu/amd_iommu_impl.h
266
uint64_t u64;
usr/src/uts/intel/io/vmm/vmm_instruction_emul.c
3819
uint64_t u64;
usr/src/uts/intel/io/vmm/vmm_instruction_emul.c
3832
u.u64 = 0;
usr/src/uts/intel/io/vmm/vmm_instruction_emul.c
3840
vie->displacement = u.u64;
usr/src/uts/sun4u/io/pci/pci_tools.c
153
err = pci_do_phys_peek(size, paddr, &peek_value.u64, type);
usr/src/uts/sun4u/io/pci/pci_tools.c
164
*value_p = (uint64_t)peek_value.u64;
usr/src/uts/sun4u/io/pci/pci_tools.c
203
poke_value.u64 = value;
usr/src/uts/sun4u/io/pci/pci_tools.c
232
err = pci_do_phys_poke(size, paddr, &poke_value.u64, type);
usr/src/uts/sun4u/io/pci/pci_tools.c
78
uint64_t u64;
usr/src/uts/sun4u/io/px/px_tools_4u.c
120
err = px_phys_peek_4u(size, paddr, &peek_value.u64, type);
usr/src/uts/sun4u/io/px/px_tools_4u.c
140
*value_p = peek_value.u64;
usr/src/uts/sun4u/io/px/px_tools_4u.c
179
poke_value.u64 = value;
usr/src/uts/sun4u/io/px/px_tools_4u.c
210
err = px_phys_poke_4u(size, paddr, &poke_value.u64, type);
usr/src/uts/sun4u/io/px/px_tools_4u.c
79
uint64_t u64;