Home
last modified time | relevance | path

Searched defs:mlx4_priv (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4.h154 struct mlx4_priv { struct
158 struct ibv_context *ctx; /**< Verbs context. */
160 struct ibv_pd *pd; /**< Protection Domain. */
163 uint16_t mtu; /**< Configured MTU. */
164 uint8_t port; /**< Physical port number. */
165 uint32_t started:1; /**< Device started, flows enabled. */
166 uint32_t vf:1; /**< This is a VF device. */
168 uint32_t isolated:1; /**< Toggle isolated mode. */
170 uint32_t hw_csum:1; /**< Checksum offload is supported. */
174 uint32_t mr_ext_memseg_en:1;
[all …]