| /linux/drivers/net/ethernet/cavium/thunder/ |
| H A D | q_struct.h | 173 u64 cqe_type:4; /* W0 */ 174 u64 stdn_fault:1; 175 u64 rsvd0:1; 176 u64 rq_qs:7; 177 u64 rq_idx:3; 178 u64 rsvd1:12; 179 u64 rss_alg:4; 180 u64 rsvd2:4; 181 u64 rb_cnt:4; 182 u64 vlan_found:1; [all …]
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| H A D | ehea_hw.h | 26 u64 qpx_hcr; 27 u64 qpx_c; 28 u64 qpx_herr; 29 u64 qpx_aer; 30 u64 qpx_sqa; 31 u64 qpx_sqc; 32 u64 qpx_rq1a; 33 u64 qpx_rq1c; 34 u64 qpx_st; 35 u64 qpx_aerr; [all …]
|
| H A D | ehea_phyp.h | 49 static inline void hcp_epas_ctor(struct h_epas *epas, u64 paddr_kernel, in hcp_epas_ctor() 50 u64 paddr_user) in hcp_epas_ctor() 61 iounmap((void __iomem *)((u64)epas->kernel.addr & PAGE_MASK)); in hcp_epas_dtor() 68 u64 qp_ctl_reg; /* 00 */ 73 u64 qp_aer; /* 06 */ 74 u64 qp_tenure; /* 08 */ 99 u64 sq_cq_handle; /* 02 */ 100 u64 rq_cq_handle; /* 04 */ 140 u64 max_mr_size; /* 20 */ 141 u64 reserved2; /* 22 */ [all …]
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_struct.h | 82 u64 flow_tag : 32; 83 u64 q : 20; 84 u64 reserved_52_57 : 6; 85 u64 node : 2; 86 u64 cqe_type : 4; 91 u64 chan : 12; 92 u64 desc_sizem1 : 5; 93 u64 rsvd_17 : 1; 94 u64 express : 1; 95 u64 wqwd : 1; [all …]
|
| H A D | cn10k_ipsec.h | 86 u64 io_addr; 118 u64 esn_en : 1; /* W0 */ 119 u64 rsvd_w0_1_8 : 8; 120 u64 hw_ctx_off : 7; 121 u64 ctx_id : 16; 122 u64 rsvd_w0_32_47 : 16; 123 u64 ctx_push_size : 7; 124 u64 rsvd_w0_55 : 1; 125 u64 ctx_hdr_size : 2; 126 u64 aop_valid : 1; [all …]
|
| /linux/drivers/crypto/cavium/nitrox/ |
| H A D | nitrox_csr.h | 211 u64 value; 214 u64 raz_4_63 : 60; 215 u64 ucode_len : 1; 216 u64 ucode_blk : 3; 218 u64 ucode_blk : 3; 219 u64 ucode_len : 1; 220 u64 raz_4_63 : 60; 230 u64 value; 233 u64 raz_40_63 : 24; 234 u64 exec_0_to_39 : 40; [all …]
|
| /linux/include/hyperv/ |
| H A D | hvhdk.h | 17 u64 data[HV_HYP_PAGE_SIZE / sizeof(u64)]; 32 u64 as_uint64; 54 u64 rax; 55 u64 rcx; 56 u64 rdx; 57 u64 rbx; 58 u64 rsp; 59 u64 rbp; 60 u64 rsi; 61 u64 rdi; [all …]
|
| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | liquidio_common.h | 137 u64 corefreq; 143 u64 board_rev_major; 145 u64 board_rev_minor; 158 u64 size64; 162 u64 ptr[4]; 307 u64 u64; member 311 u64 cmd:5; 313 u64 more:6; /* How many udd words follow the command */ 315 u64 cmdgroup:8; 316 u64 reserved:21; [all …]
|
| /linux/drivers/net/dsa/sja1105/ |
| H A D | sja1105_static_config.h | 174 u64 winstindex; 175 u64 winend; 176 u64 winst; 177 u64 destports; 178 u64 setvalid; 179 u64 txen; 180 u64 resmedia_en; 181 u64 resmedia; 182 u64 vlindex; 183 u64 delta; [all …]
|
| /linux/lib/crypto/ |
| H A D | curve25519-hacl64.c | 17 static __always_inline u64 u64_eq_mask(u64 a, u64 b) in u64_eq_mask() 19 u64 x = a ^ b; in u64_eq_mask() 20 u64 minus_x = ~x + (u64)1U; in u64_eq_mask() 21 u64 x_or_minus_x = x | minus_x; in u64_eq_mask() 22 u64 xnx = x_or_minus_x >> (u32)63U; in u64_eq_mask() 23 u64 c = xnx - (u64)1U; in u64_eq_mask() 27 static __always_inline u64 u64_gte_mask(u64 a, u64 b) in u64_gte_mask() 29 u64 x = a; in u64_gte_mask() 30 u64 y = b; in u64_gte_mask() 31 u64 x_xor_y = x ^ y; in u64_gte_mask() [all …]
|
| H A D | curve25519-fiat32.c | 334 { u64 x40 = ((u64)x23 * x5); in fe_mul_impl() 335 { u64 x41 = (((u64)x23 * x7) + ((u64)x25 * x5)); in fe_mul_impl() 336 { u64 x42 = ((((u64)(0x2 * x25) * x7) + ((u64)x23 * x9)) + ((u64)x27 * x5)); in fe_mul_impl() 337 { u64 x43 = (((((u64)x25 * x9) + ((u64)x27 * x7)) + ((u64)x23 * x11)) + ((u64)x29 * x5)); in fe_mul_impl() 338 …{ u64 x44 = (((((u64)x27 * x9) + (0x2 * (((u64)x25 * x11) + ((u64)x29 * x7)))) + ((u64)x23 * x13))… in fe_mul_impl() 339 …{ u64 x45 = (((((((u64)x27 * x11) + ((u64)x29 * x9)) + ((u64)x25 * x13)) + ((u64)x31 * x7)) + ((u6… in fe_mul_impl() 340 …{ u64 x46 = (((((0x2 * ((((u64)x29 * x11) + ((u64)x25 * x15)) + ((u64)x33 * x7))) + ((u64)x27 * x1… in fe_mul_impl() 341 …u64 x47 = (((((((((u64)x29 * x13) + ((u64)x31 * x11)) + ((u64)x27 * x15)) + ((u64)x33 * x9)) + ((u… in fe_mul_impl() 342 …u64 x48 = (((((((u64)x31 * x13) + (0x2 * (((((u64)x29 * x15) + ((u64)x33 * x11)) + ((u64)x25 * x19… in fe_mul_impl() 343 …u64 x49 = (((((((((((u64)x31 * x15) + ((u64)x33 * x13)) + ((u64)x29 * x17)) + ((u64)x35 * x11)) + … in fe_mul_impl() [all …]
|
| /linux/arch/alpha/include/asm/ |
| H A D | err_ev7.h | 11 u64 whami; 12 u64 rbox_whami; 13 u64 rbox_int; 14 u64 exc_addr; 16 u64 halt_code; 17 u64 reserved; 24 u64 i_stat; 25 u64 dc_stat; 26 u64 c_addr; 27 u64 c_syndrome_1; [all …]
|
| /linux/drivers/net/ethernet/hisilicon/hibmcge/ |
| H A D | hbg_common.h | 128 u64 *stats_array; 161 u64 rx_desc_drop; 162 u64 rx_desc_l2_err_cnt; 163 u64 rx_desc_pkt_len_err_cnt; 164 u64 rx_desc_l3l4_err_cnt; 165 u64 rx_desc_l3_wrong_head_cnt; 166 u64 rx_desc_l3_csum_err_cnt; 167 u64 rx_desc_l3_len_err_cnt; 168 u64 rx_desc_l3_zero_ttl_cnt; 169 u64 rx_desc_l3_other_cnt; [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | spu_csa.h | 98 u64 spc_mssync_RW; 101 u64 mfc_ea_W; 123 u64 mfc_sr1_RW; 124 u64 mfc_lpid_RW; 125 u64 spu_idr_RW; 126 u64 mfc_vr_RO; 127 u64 spu_vr_RO; 128 u64 int_mask_class0_RW; 129 u64 int_mask_class1_RW; 130 u64 int_mask_class2_RW; [all …]
|
| /linux/drivers/thermal/intel/int340x_thermal/ |
| H A D | acpi_thermal_rel.h | 31 u64 weight; 32 u64 ac0_max; 33 u64 ac1_max; 34 u64 ac2_max; 35 u64 ac3_max; 36 u64 ac4_max; 37 u64 ac5_max; 38 u64 ac6_max; 39 u64 ac7_max; 40 u64 ac8_max; [all …]
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_port.h | 465 u64 tx_unicast_pkts_vport; 466 u64 tx_unicast_bytes_vport; 467 u64 tx_multicast_pkts_vport; 468 u64 tx_multicast_bytes_vport; 469 u64 tx_broadcast_pkts_vport; 470 u64 tx_broadcast_bytes_vport; 472 u64 rx_unicast_pkts_vport; 473 u64 rx_unicast_bytes_vport; 474 u64 rx_multicast_pkts_vport; 475 u64 rx_multicast_bytes_vport; [all …]
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_macsec.h | 29 u64 ctl_pkts; 30 u64 tagged_miss_pkts; 31 u64 untagged_miss_pkts; 32 u64 notag_pkts; 33 u64 untagged_pkts; 34 u64 bad_tag_pkts; 35 u64 no_sci_pkts; 36 u64 unknown_sci_pkts; 37 u64 ctrl_prt_pass_pkts; 38 u64 unctrl_prt_pass_pkts; [all …]
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_defs_cna.h | 18 u64 secs_reset; /*!< Seconds since stats is reset */ 19 u64 tx_frames; /*!< Tx frames */ 20 u64 tx_words; /*!< Tx words */ 21 u64 tx_lip; /*!< Tx LIP */ 22 u64 tx_nos; /*!< Tx NOS */ 23 u64 tx_ols; /*!< Tx OLS */ 24 u64 tx_lr; /*!< Tx LR */ 25 u64 tx_lrr; /*!< Tx LRR */ 26 u64 rx_frames; /*!< Rx frames */ 27 u64 rx_words; /*!< Rx words */ [all …]
|
| /linux/arch/s390/include/asm/ |
| H A D | kvm_host.h | 56 u64 exit_userspace; 57 u64 exit_null; 58 u64 exit_external_request; 59 u64 exit_io_request; 60 u64 exit_external_interrupt; 61 u64 exit_stop_request; 62 u64 exit_validity; 63 u64 exit_instruction; 64 u64 exit_pei; 65 u64 halt_no_poll_steal; [all …]
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | vnic_stats.h | 12 u64 tx_frames_ok; 13 u64 tx_unicast_frames_ok; 14 u64 tx_multicast_frames_ok; 15 u64 tx_broadcast_frames_ok; 16 u64 tx_bytes_ok; 17 u64 tx_unicast_bytes_ok; 18 u64 tx_multicast_bytes_ok; 19 u64 tx_broadcast_bytes_ok; 20 u64 tx_drops; 21 u64 tx_errors; [all …]
|
| /linux/drivers/scsi/fnic/ |
| H A D | vnic_stats.h | 11 u64 tx_frames_ok; 12 u64 tx_unicast_frames_ok; 13 u64 tx_multicast_frames_ok; 14 u64 tx_broadcast_frames_ok; 15 u64 tx_bytes_ok; 16 u64 tx_unicast_bytes_ok; 17 u64 tx_multicast_bytes_ok; 18 u64 tx_broadcast_bytes_ok; 19 u64 tx_drops; 20 u64 tx_errors; [all …]
|
| /linux/drivers/scsi/snic/ |
| H A D | vnic_stats.h | 9 u64 tx_frames_ok; 10 u64 tx_unicast_frames_ok; 11 u64 tx_multicast_frames_ok; 12 u64 tx_broadcast_frames_ok; 13 u64 tx_bytes_ok; 14 u64 tx_unicast_bytes_ok; 15 u64 tx_multicast_bytes_ok; 16 u64 tx_broadcast_bytes_ok; 17 u64 tx_drops; 18 u64 tx_errors; [all …]
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | enums.autogen.bpf.h | 7 const volatile u64 __SCX_OPS_NAME_LEN __weak; 10 const volatile u64 __SCX_SLICE_DFL __weak; 13 const volatile u64 __SCX_SLICE_INF __weak; 16 const volatile u64 __SCX_RQ_ONLINE __weak; 19 const volatile u64 __SCX_RQ_CAN_STOP_TICK __weak; 22 const volatile u64 __SCX_RQ_BAL_PENDING __weak; 25 const volatile u64 __SCX_RQ_BAL_KEEP __weak; 28 const volatile u64 __SCX_RQ_BYPASSING __weak; 31 const volatile u64 __SCX_RQ_CLK_VALID __weak; 34 const volatile u64 __SCX_RQ_IN_WAKEU [all...] |
| /linux/arch/x86/platform/uv/ |
| H A D | bios_uv.c | 23 static s64 __uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in __uv_bios_call() 24 u64 a4, u64 a5) in __uv_bios_call() 35 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5); in __uv_bios_call() 40 static s64 uv_bios_call(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, u64 a4, in uv_bios_call() 41 u64 a5) in uv_bios_call() 54 static s64 uv_bios_call_irqsave(enum uv_bios_cmd which, u64 a1, u64 a2, u64 a3, in uv_bios_call_irqsave() 55 u64 a4, u64 a5) in uv_bios_call_irqsave() 85 u64 v0, v1; in uv_bios_get_sn_info() 89 (u64)(&v0), (u64)(&v1), 0, 0); in uv_bios_get_sn_info() 111 u64 watchlist; in uv_bios_mq_watchlist_alloc() [all …]
|
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cpt_hw_types.h | 220 u64 u[8]; 224 u64 nixtxl:3; 225 u64 doneint:1; 226 u64 nixtx_addr:60; 228 u64 res_addr; 230 u64 tag:32; 231 u64 tt:2; 232 u64 grp:10; 233 u64 reserved_172_175:4; 234 u64 rvu_pf_func:16; [all …]
|