Symbol: mlx5_fw_page
sys/dev/mlx5/driver.h
1069
void mlx5_fwp_flush(struct mlx5_fw_page *fwp);
sys/dev/mlx5/driver.h
1070
void mlx5_fwp_invalidate(struct mlx5_fw_page *fwp);
sys/dev/mlx5/driver.h
1071
struct mlx5_fw_page *mlx5_fwp_alloc(struct mlx5_core_dev *dev, gfp_t flags, unsigned num);
sys/dev/mlx5/driver.h
1072
void mlx5_fwp_free(struct mlx5_fw_page *fwp);
sys/dev/mlx5/driver.h
1073
u64 mlx5_fwp_get_dma(struct mlx5_fw_page *fwp, size_t offset);
sys/dev/mlx5/driver.h
1074
void *mlx5_fwp_get_virt(struct mlx5_fw_page *fwp, size_t offset);
sys/dev/mlx5/driver.h
245
#define mlx5_cmd_msg mlx5_fw_page
sys/dev/mlx5/driver.h
316
struct mlx5_fw_page *cmd_page;
sys/dev/mlx5/driver.h
863
struct mlx5_fw_page *fw_page;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
162
mlx5_fwp_free(struct mlx5_fw_page *fwp)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
189
mlx5_fwp_get_dma(struct mlx5_fw_page *fwp, size_t offset)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
198
mlx5_fwp_get_virt(struct mlx5_fw_page *fwp, size_t offset)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
207
mlx5_insert_fw_page_locked(struct mlx5_core_dev *dev, struct mlx5_fw_page *nfp)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
212
struct mlx5_fw_page *tfp;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
216
tfp = rb_entry(parent, struct mlx5_fw_page, rb_node);
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
230
static struct mlx5_fw_page *
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
235
struct mlx5_fw_page *result = NULL;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
236
struct mlx5_fw_page *tfp;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
239
tfp = rb_entry(tmp, struct mlx5_fw_page, rb_node);
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
256
struct mlx5_fw_page *fwp;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
284
struct mlx5_fw_page *fwp;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
388
struct mlx5_fw_page *fwp;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
403
fwp = rb_entry(p, struct mlx5_fw_page, rb_node);
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
52
struct mlx5_fw_page *fwp;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
55
fwp = (struct mlx5_fw_page *)arg;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
561
struct mlx5_fw_page *fwp;
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
569
fwp = rb_entry(p, struct mlx5_fw_page, rb_node);
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
75
mlx5_fwp_flush(struct mlx5_fw_page *fwp)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
84
mlx5_fwp_invalidate(struct mlx5_fw_page *fwp)
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
94
struct mlx5_fw_page *
sys/dev/mlx5/mlx5_core/mlx5_pagealloc.c
97
struct mlx5_fw_page *fwp;