Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_reg.h285 uint16be_t mlcqee_wqe_id;
321 uint16be_t mlcqe_checksum;
439 uint16be_t mlcs_wqe_index;
518 uint16be_t mlwqd_rsvd;
520 uint16be_t mlwqd_rsvd2;
648 uint16be_t mlwqc_lwm;
756 uint16be_t mlnvc_mtu;
807 uint16be_t mlfh_ethertype;
878 uint16be_t mlfec_action;
1192 uint16be_t mci_opcode;
[all …]
H A Dmlxcx_endint.h39 typedef struct { uint16_t be_val; } __packed uint16be_t; typedef
45 from_be16(uint16be_t v) in from_be16()
70 static inline uint16be_t
74 return ((uint16be_t){ .be_val = BE_16(v) }); in to_be16()