Searched refs:mlx4_malloc_vec (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_utils.h | 95 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 D | mlx4_utils.c | 53 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 D | mlx4_txq.c | 296 struct mlx4_malloc_vec vec[] = { in mlx4_tx_queue_setup()
|
| H A D | mlx4_rxq.c | 741 struct mlx4_malloc_vec vec[] = { in mlx4_rx_queue_setup()
|
| H A D | mlx4_flow.c | 877 const struct mlx4_malloc_vec vec[] = { in mlx4_flow_prepare()
|