Searched defs:mlx4_cqe (Results 1 – 2 of 2) sorted by relevance
41 struct mlx4_cqe { struct42 __be32 vlan_my_qpn;43 __be32 immed_rss_invalid;44 __be32 g_mlpath_rqpn;45 __be16 sl_vid;46 union {55 __be32 byte_cnt;56 __be16 wqe_index;57 __be16 checksum;58 u8 reserved[3];[all …]
275 struct mlx4_cqe { struct276 uint32_t vlan_my_qpn;277 uint32_t immed_rss_invalid;278 uint32_t g_mlpath_rqpn;279 union {286 uint32_t status;287 uint32_t byte_cnt;288 uint16_t wqe_index;289 uint16_t checksum;290 uint8_t reserved3;[all …]