Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_utils.h95 struct mlx4_malloc_vec { struct
104 size_t mlx4_mallocv(const char *type, const struct mlx4_malloc_vec *vec, argument
106 size_t mlx4_zmallocv(const char *type, const struct mlx4_malloc_vec *vec,
108 size_t mlx4_mallocv_socket(const char *type, const struct mlx4_malloc_vec *vec,
110 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.c296 struct mlx4_malloc_vec vec[] = { in mlx4_tx_queue_setup()
H A Dmlx4_rxq.c741 struct mlx4_malloc_vec vec[] = { in mlx4_rx_queue_setup()
H A Dmlx4_flow.c877 const struct mlx4_malloc_vec vec[] = { in mlx4_flow_prepare()