Home
last modified time | relevance | path

Searched refs:mlx4_malloc_vec (Results 1 – 5 of 5) sorted by relevance

/dpdk/drivers/net/mlx4/
H A Dmlx4_utils.h94 struct mlx4_malloc_vec { struct
103 size_t mlx4_mallocv(const char *type, const struct mlx4_malloc_vec *vec, argument
105 size_t mlx4_zmallocv(const char *type, const struct mlx4_malloc_vec *vec,
107 size_t mlx4_mallocv_socket(const char *type, const struct mlx4_malloc_vec *vec,
109 size_t mlx4_zmallocv_socket(const char *type, const struct mlx4_malloc_vec *vec,
H A Dmlx4_utils.c53 mlx4_mallocv_inline(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv_inline()
138 mlx4_mallocv(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv()
151 mlx4_zmallocv(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_zmallocv()
170 mlx4_mallocv_socket(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_mallocv_socket()
184 mlx4_zmallocv_socket(const char *type, const struct mlx4_malloc_vec *vec, in mlx4_zmallocv_socket()
H A Dmlx4_txq.c323 struct mlx4_malloc_vec vec[] = { in mlx4_tx_queue_setup()
H A Dmlx4_rxq.c740 struct mlx4_malloc_vec vec[] = { in mlx4_rx_queue_setup()
H A Dmlx4_flow.c879 const struct mlx4_malloc_vec vec[] = { in mlx4_flow_prepare()