/titanic_50/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-stats.h | 411 u64 tmac_drop_frms; 414 u64 tmac_pause_ctrl_frms; 419 u64 tmac_ttl_less_fb_octets; 420 u64 tmac_vld_ip_octets; 425 u64 tmac_tcp; 432 u64 rmac_fcs_err_frms; 433 u64 rmac_drop_frms; 438 u64 rmac_long_frms; 439 u64 rmac_pause_ctrl_frms; 440 u64 rmac_unsup_ctrl_frms; [all …]
|
H A D | xgehal-regs.h | 37 u64 general_int_status; 59 u64 general_int_mask; 63 u64 sw_reset; 85 u64 adapter_status; 103 u64 adapter_control; 111 u64 serr_source; 125 u64 pci_info; 131 u64 ric_status; 135 u64 mbist_status; 140 u64 pic_int_status; [all …]
|
H A D | xgehal-types.h | 39 #define vBIT(val, loc, sz) (((u64)(val)) << (64-(loc)-(sz))) 45 #define bVAL1(bits, loc) ((((u64)bits) >> (64-(loc+1))) & 0x1) 46 #define bVAL2(bits, loc) ((((u64)bits) >> (64-(loc+2))) & 0x3) 47 #define bVAL3(bits, loc) ((((u64)bits) >> (64-(loc+3))) & 0x7) 48 #define bVAL4(bits, loc) ((((u64)bits) >> (64-(loc+4))) & 0xF) 49 #define bVAL5(bits, loc) ((((u64)bits) >> (64-(loc+5))) & 0x1F) 50 #define bVAL6(bits, loc) ((((u64)bits) >> (64-(loc+6))) & 0x3F) 51 #define bVAL7(bits, loc) ((((u64)bits) >> (64-(loc+7))) & 0x7F) 52 #define bVAL8(bits, loc) ((((u64)bits) >> (64-(loc+8))) & 0xFF) 53 #define bVAL12(bits, loc) ((((u64)bits) >> (64-(loc+12))) & 0xFFF) [all …]
|
H A D | xgehal-ring.h | 64 (control_1 |= (((u64)val & 0xF) << 48)) 124 u64 host_control; 125 u64 control_1; 126 u64 control_2; 133 u64 buffer0_ptr; 140 u64 host_control; 141 u64 control_1; 143 u64 control_2; 159 u64 buffer0_ptr; 160 u64 buffer1_ptr; [all …]
|
H A D | xgehal-device.h | 358 u64 inject_serr; 359 u64 inject_ecc; 386 u64 rxufca_lbolt; 387 u64 rxufca_lbolt_time; 388 u64 rxufca_intr_thres; 395 u64 msix_vector_table[XGE_HAL_MAX_MSIX_MESSAGES_WITH_ADDR]; 414 __hal_verify_pcc_idle(xge_hal_device_t *hldev, u64 adp_status); 417 __hal_device_handle_pic(xge_hal_device_t *hldev, u64 reason); 421 u16 spdm_entry, u64 *spdm_line_val); 431 __hal_device_handle_txpic(xge_hal_device_t *hldev, u64 reason); [all …]
|
H A D | xgehal-mgmt.h | 119 u64 *value); 123 u64 value); 145 xge_hal_rldram_test(xge_hal_device_h devh, u64 * data); 148 xge_hal_mdio_read( xge_hal_device_h devh, u32 mmd_type, u64 addr ); 151 xge_hal_mdio_write( xge_hal_device_h devh, u32 mmd_type, u64 addr, u32 value ); 163 xge_hal_register_test(xge_hal_device_h devh, u64 *data); 166 xge_hal_eeprom_test(xge_hal_device_h devh, u64 *data); 169 xge_hal_bist_test(xge_hal_device_h devh, u64 *data); 172 xge_hal_link_test(xge_hal_device_h devh, u64 *data);
|
H A D | xgehal-fifo.h | 52 u64 txdl_pointer; /* offset 0x0 */ 54 u64 reserved[2]; 56 u64 list_control; /* offset 0x18 */ 93 u64 control_1; 97 #define XGE_HAL_SET_TXD_T_CODE(x, val) (x |= (((u64)val & 0xF) << 48)) 109 u64 control_2; 121 u64 buffer_pointer; 123 u64 host_control; 161 u64 interrupt_type; 279 u64 ctrl_1); [all …]
|
/titanic_50/usr/src/uts/common/io/chxge/com/ |
H A D | gmac.h | 38 u64 TxOctetsOK; 39 u64 TxOctetsBad; 40 u64 TxUnicastFramesOK; 41 u64 TxMulticastFramesOK; 42 u64 TxBroadcastFramesOK; 43 u64 TxPauseFrames; 44 u64 TxFramesWithDeferredXmissions; 45 u64 TxLateCollisions; 46 u64 TxTotalCollisions; 47 u64 TxFramesAbortedDueToXSCollisions; [all …]
|
/titanic_50/usr/src/uts/common/io/cxgbe/common/ |
H A D | common.h | 64 u64 tx_octets; /* total # of octets in good frames */ 65 u64 tx_frames; /* all good frames */ 66 u64 tx_bcast_frames; /* all broadcast frames */ 67 u64 tx_mcast_frames; /* all multicast frames */ 68 u64 tx_ucast_frames; /* all unicast frames */ 69 u64 tx_error_frames; /* all error frames */ 71 u64 tx_frames_64; /* # of Tx frames in a particular range */ 72 u64 tx_frames_65_127; 73 u64 tx_frames_128_255; 74 u64 tx_frames_256_511; [all …]
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_hw.h | 374 #define __le64 u64 519 u64 crcerrs; 520 u64 algnerrc; 521 u64 symerrs; 522 u64 rxerrc; 523 u64 mpc; 524 u64 scc; 525 u64 ecol; 526 u64 mcc; 527 u64 latecol; [all …]
|
H A D | e1000_vf.h | 86 u64 pkt_addr; /* Packet buffer address */ 87 u64 hdr_addr; /* Header buffer address */ 122 u64 buffer_addr; /* Address of descriptor's data buf */ 127 u64 rsvd; /* Reserved */ 166 u64 base_gprc; 167 u64 base_gptc; 168 u64 base_gorc; 169 u64 base_gotc; 170 u64 base_mprc; 171 u64 base_gotlbc; [all …]
|
/titanic_50/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_vf.h | 93 u64 base_vfgprc; 94 u64 base_vfgptc; 95 u64 base_vfgorc; 96 u64 base_vfgotc; 97 u64 base_vfmprc; 99 u64 last_vfgprc; 100 u64 last_vfgptc; 101 u64 last_vfgorc; 102 u64 last_vfgotc; 103 u64 last_vfmprc; [all …]
|
H A D | ixgbe_type.h | 2788 #define __le64 u64 2795 #define __be64 u64 3011 u64 buffer_addr; /* Address of the descriptor's data buffer */ 3557 u64 crcerrs; 3558 u64 illerrc; 3559 u64 errbc; 3560 u64 mspdc; 3561 u64 mpctotal; 3562 u64 mpc[8]; 3563 u64 mlfc; [all …]
|
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_type.h | 295 u64 phy_types; 327 #define I40E_CAP_PHY_TYPE_25GBASE_KR I40E_MASK((u64)I40E_AQ_PHY_TYPE_EXT_25G_KR, 32) 328 #define I40E_CAP_PHY_TYPE_25GBASE_CR I40E_MASK((u64)I40E_AQ_PHY_TYPE_EXT_25G_CR, 32) 329 #define I40E_CAP_PHY_TYPE_25GBASE_SR I40E_MASK((u64)I40E_AQ_PHY_TYPE_EXT_25G_SR, 32) 330 #define I40E_CAP_PHY_TYPE_25GBASE_LR I40E_MASK((u64)I40E_AQ_PHY_TYPE_EXT_25G_LR, 32) 410 u64 wr_csr_prot; 435 u64 hw_semaphore_timeout; /* usec global time (GTIME resolution) */ 680 u64 flags; 1333 u64 rx_bytes; /* gorc */ 1334 u64 rx_unicast; /* uprc */ [all …]
|
H A D | i40e_hmc.c | 54 u64 direct_mode_sz) in i40e_add_sd_table_entry() 61 u64 alloc_len; in i40e_add_sd_table_entry() 154 u64 *pd_addr; in i40e_add_pd_table_entry() 155 u64 page_desc; in i40e_add_pd_table_entry() 193 pd_addr = (u64 *)pd_table->pd_page_addr.va; in i40e_add_pd_table_entry() 197 i40e_memcpy(pd_addr, &page_desc, sizeof(u64), in i40e_add_pd_table_entry() 234 u64 *pd_addr; in i40e_remove_pd_bp() 260 pd_addr = (u64 *)pd_table->pd_page_addr.va; in i40e_remove_pd_bp() 262 i40e_memset(pd_addr, 0, sizeof(u64), I40E_DMA_MEM); in i40e_remove_pd_bp()
|
/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xge-queue.c | 68 (u64)(ulong_t)queue->start_ptr, in __queue_consume() 69 (u64)(ulong_t)queue->head_ptr, in __queue_consume() 70 (u64)(ulong_t)queue->tail_ptr, in __queue_consume() 71 (u64)(ulong_t)queue->end_ptr, in __queue_consume() 72 (u64)(ulong_t)elem, in __queue_consume() 81 (u64)(ulong_t)queue->start_ptr, in __queue_consume() 82 (u64)(ulong_t)queue->head_ptr, in __queue_consume() 83 (u64)(ulong_t)queue->tail_ptr, in __queue_consume() 84 (u64)(ulong_t)queue->end_ptr, in __queue_consume() 85 (u64)(ulong_t)elem, in __queue_consume() [all …]
|
H A D | xgehal-device.c | 127 __hal_device_register_poll(xge_hal_device_t *hldev, u64 *reg, in __hal_device_register_poll() 128 int op, u64 mask, int max_millis) in __hal_device_register_poll() 130 u64 val64; in __hal_device_register_poll() 165 __hal_device_wait_quiescent(xge_hal_device_t *hldev, u64 *hw_status) in __hal_device_wait_quiescent() 213 u64 adapter_status = in xge_hal_device_is_slot_freeze() 222 u64 dummy; in xge_hal_device_is_slot_freeze() 244 u64 val64; in __hal_device_led_actifity_fix() 282 static u64 xena_fix_mac[] = { 350 u64 val64; in xge_hal_device_bcast_enable() 380 u64 val64; in xge_hal_device_bcast_disable() [all …]
|
/titanic_50/usr/src/uts/common/io/ntxn/ |
H A D | unm_nic_hw.h | 48 u64 *a = (u64 *) (DATA_PTR); \ 49 u64 *b = (u64 *) (ADDR); \ 50 u64 tmp; \ 60 u64 *a = (u64 *) (DATA_PTR); \ 61 u64 *b = (u64 *) (ADDR); \ 62 u64 tmp; \
|
H A D | unm_nic.h | 179 u64 dma_addr; 563 int (*unm_nic_hw_write_wx)(struct unm_adapter_s *, u64, 565 int (*unm_nic_hw_read_wx)(struct unm_adapter_s *, u64, void *, int); 566 int (*unm_nic_hw_write_ioctl)(struct unm_adapter_s *, u64, void *, 568 int (*unm_nic_hw_read_ioctl)(struct unm_adapter_s *, u64, void *, 570 int (*unm_nic_pci_mem_write)(struct unm_adapter_s *, u64, void *, 572 int (*unm_nic_pci_mem_read)(struct unm_adapter_s *, u64, void *, 574 int (*unm_nic_pci_write_immediate)(struct unm_adapter_s *, u64, 576 int (*unm_nic_pci_read_immediate)(struct unm_adapter_s *, u64, 578 void (*unm_nic_pci_write_normalize)(struct unm_adapter_s *, u64, [all …]
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdlvnic.c | 199 uint64_t u64; in i_dladm_vnic_info_persist() local 233 status = dladm_get_conf_field(handle, conf, FMADDRTYPE, &u64, in i_dladm_vnic_info_persist() 234 sizeof (u64)); in i_dladm_vnic_info_persist() 238 attrp->va_mac_addr_type = (vnic_mac_addr_type_t)u64; in i_dladm_vnic_info_persist() 241 &u64, sizeof (u64))) != DLADM_STATUS_OK) { in i_dladm_vnic_info_persist() 244 attrp->va_vrid = (vrid_t)u64; in i_dladm_vnic_info_persist() 248 &u64, sizeof (u64))) != DLADM_STATUS_OK) { in i_dladm_vnic_info_persist() 251 attrp->va_af = (int)u64; in i_dladm_vnic_info_persist() 254 status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64, in i_dladm_vnic_info_persist() 255 sizeof (u64)); in i_dladm_vnic_info_persist() [all …]
|
H A D | libdlaggr.c | 273 uint64_t u64; in i_dladm_aggr_info_persist() local 282 status = dladm_get_conf_field(handle, conf, FKEY, &u64, sizeof (u64)); in i_dladm_aggr_info_persist() 285 attrp->lg_key = (uint16_t)u64; in i_dladm_aggr_info_persist() 287 status = dladm_get_conf_field(handle, conf, FPOLICY, &u64, in i_dladm_aggr_info_persist() 288 sizeof (u64)); in i_dladm_aggr_info_persist() 291 attrp->lg_policy = (uint32_t)u64; in i_dladm_aggr_info_persist() 316 status = dladm_get_conf_field(handle, conf, FLACPMODE, &u64, in i_dladm_aggr_info_persist() 317 sizeof (u64)); in i_dladm_aggr_info_persist() 320 attrp->lg_lacp_mode = (aggr_lacp_mode_t)u64; in i_dladm_aggr_info_persist() 322 status = dladm_get_conf_field(handle, conf, FLACPTIMER, &u64, in i_dladm_aggr_info_persist() [all …]
|
H A D | libdlsim.c | 141 uint64_t u64; in i_dladm_get_simnet_info_persist() local 148 status = dladm_get_conf_field(handle, conf, FSIMNETTYPE, &u64, in i_dladm_get_simnet_info_persist() 149 sizeof (u64)); in i_dladm_get_simnet_info_persist() 152 attrp->sna_type = (uint_t)u64; in i_dladm_get_simnet_info_persist() 154 status = dladm_get_conf_field(handle, conf, FMADDRLEN, &u64, in i_dladm_get_simnet_info_persist() 155 sizeof (u64)); in i_dladm_get_simnet_info_persist() 158 attrp->sna_mac_len = (uint_t)u64; in i_dladm_get_simnet_info_persist() 479 uint64_t u64; in dladm_simnet_persist_conf() local 490 u64 = attrp->sna_type; in dladm_simnet_persist_conf() 492 DLADM_TYPE_UINT64, &u64); in dladm_simnet_persist_conf() [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/ |
H A D | ecore_common.h | 13 #define BIT_VEC64_ELEM_MASK ((u64)BIT_VEC64_ELEM_SZ - 1) 18 el = ((el) | ((u64)0x1 << (bit))); \ 23 el = ((el) & (~((u64)0x1 << (bit)))); \ 42 (((u64)0x1 << (((idx) & BIT_VEC64_ELEM_MASK) + 1)) - 1) 43 #define BIT_VEC64_ELEM_ONE_MASK ((u64)(~0))
|
/titanic_50/usr/src/cmd/fs.d/zfs/fstyp/ |
H A D | fstyp.c | 89 uint64_t u64; in fstyp_mod_ident() local 106 if (nvlist_lookup_uint64(h->config, "guid", &u64) == 0) { in fstyp_mod_ident() 107 (void) snprintf(buf, sizeof (buf), "%llu", (u_longlong_t)u64); in fstyp_mod_ident() 110 if (nvlist_lookup_uint64(h->config, "version", &u64) == 0) { in fstyp_mod_ident() 111 (void) snprintf(buf, sizeof (buf), "%llu", (u_longlong_t)u64); in fstyp_mod_ident()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/include/vm/ |
H A D | vfpf_if.h | 171 u64 sb_addr[PFVF_MAX_SBS_PER_VF]; /* vf_sb based */ 172 u64 spq_addr; 173 u64 stats_addr; 189 u64 rcq_addr; 190 u64 rcq_np_addr; 191 u64 rxq_addr; 192 u64 sge_addr; 223 u64 txq_addr;
|