Searched refs:__u64 (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_tcb.h56 #define V_TCB_T_FLAGS(x) ((__u64)(x) << S_TCB_T_FLAGS)
170 #define V_TCB_SND_NXT_RAW(x) ((__u64)(x) << S_TCB_SND_NXT_RAW)
176 #define V_TCB_SND_MAX_RAW(x) ((__u64)(x) << S_TCB_SND_MAX_RAW)
182 #define V_TCB_SND_REC_RAW(x) ((__u64)(x) << S_TCB_SND_REC_RAW)
188 #define V_TCB_SND_CWND(x) ((__u64)(x) << S_TCB_SND_CWND)
194 #define V_TCB_SND_SSTHRESH(x) ((__u64)(x) << S_TCB_SND_SSTHRESH)
206 #define V_TCB_TX_LAST_PTR_RAW(x) ((__u64)(x) << S_TCB_TX_LAST_PTR_RAW)
212 #define V_TCB_RCV_NXT(x) ((__u64)(x) << S_TCB_RCV_NXT)
218 #define V_TCB_RCV_WND(x) ((__u64)(x) << S_TCB_RCV_WND)
224 #define V_TCB_RX_HDR_OFFSET(x) ((__u64)(
[all...]
H A Dt4_hw.h165 #define V_PPOD_TID(x) ((__u64)(x) << S_PPOD_TID)
168 #define V_PPOD_VALID(x) ((__u64)(x) << S_PPOD_VALID)
173 #define V_PPOD_LEN(x) ((__u64)(x) << S_PPOD_LEN)
H A Dt4_msg.h335 #define V_WR_OP(x) ((__u64)(x) << S_WR_OP)
391 #define V_SMAC_SEL(x) ((__u64)(x) << S_SMAC_SEL)
396 #define V_L2T_IDX(x) ((__u64)(x) << S_L2T_IDX)
400 #define V_TCAM_BYPASS(x) ((__u64)(x) << S_TCAM_BYPASS)
404 #define V_NAGLE(x) ((__u64)(x) << S_NAGLE)
409 #define V_WND_SCALE(x) ((__u64)(x) << S_WND_SCALE)
413 #define V_KEEP_ALIVE(x) ((__u64)(x) << S_KEEP_ALIVE)
418 #define V_MAX_RT(x) ((__u64)(x) << S_MAX_RT)
422 #define V_MAX_RT_OVERRIDE(x) ((__u64)(x) << S_MAX_RT_OVERRIDE)
427 #define V_MSS_IDX(x) ((__u64)(
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_reiserfs.c38 typedef unsigned long long __u64; typedef
44 #define __cpu_to_le64(x) ((__u64) (x))
45 #define __le64_to_cpu(x) ((__u64) (x))
156 __u64 k_offset:60;
157 __u64 k_type: 4;
896 filepos, len, (__u64) IH_KEY_OFFSET (INFO->current_ih) - 1);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h158 typedef uint64_t __u64; typedef
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h203 typedef __u64 drm_u64_t;
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h516 __u64 cookie;
522 __u64 cookie;
568 __u64 cookie;
1187 __u64 cookie;
1633 __u64 cookie;
2089 __u64 cookie;
2112 __u64 cookie;
2237 __u64 cookie;

Completed in 126 milliseconds