Home
last modified time | relevance | path

Searched refs:bits64_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_endint.h107 typedef struct { uint64_t bit_val; } bits64_t; typedef
266 get_bits64(bits64_t v, bitdef_t d) in get_bits64()
271 set_bits64(bits64_t *v, bitdef_t d, uint64_t val) in set_bits64()
277 get_bit64(bits64_t v, uint64_t mask) in get_bit64()
282 set_bit64(bits64_t *v, uint64_t mask) in set_bit64()
287 clear_bit64(bits64_t *v, uint64_t mask) in clear_bit64()
291 static inline bits64_t
295 return ((bits64_t){ .bit_val = 0 }); in new_bits64()
298 from_bits64(bits64_t v) in from_bits64()
H A Dmlxcx_reg.h753 bits64_t mlnvc_flags;
2408 bits64_t mlrd_pcam_port_access_reg_cap_mask_high; /* Bits 127 -> 64 */
2409 bits64_t mlrd_pcam_port_access_reg_cap_mask_low; /* Bits 63 -> 0 */
2411 bits64_t mlrd_pcam_feature_cap_mask_high; /* Bits 127 -> 64 */
2412 bits64_t mlrd_pcam_feature_cap_mask_low; /* Bits 63 -> 0 */