Home
last modified time | relevance | path

Searched refs:max_maps (Results 1 – 9 of 9) sorted by relevance

/drivers/pinctrl/
Dpinctrl-lantiq.c154 int max_maps = 0; in ltq_pinctrl_dt_node_to_map() local
157 max_maps += ltq_pinctrl_dt_subnode_size(np); in ltq_pinctrl_dt_node_to_map()
158 *map = kzalloc(array3_size(max_maps, sizeof(struct pinctrl_map), 2), in ltq_pinctrl_dt_node_to_map()
/drivers/net/ethernet/netronome/nfp/bpf/
Dfw.h47 __le32 max_maps; member
Dmain.c270 bpf->maps.max_maps = readl(&cap->max_maps); in nfp_bpf_parse_cap_maps()
Dmain.h159 u32 max_maps; member
Doffload.c347 if (bpf->maps.max_maps == bpf->maps_in_use) { in nfp_bpf_map_alloc()
/drivers/net/ethernet/mellanox/mlx4/
Dmr.c990 if (fmr->maps >= fmr->max_maps) in mlx4_check_fmr()
1044 int max_maps, u8 page_shift, struct mlx4_fmr *fmr) in mlx4_fmr_alloc() argument
1049 if (max_maps > dev->caps.max_fmr_maps) in mlx4_fmr_alloc()
1061 fmr->max_maps = max_maps; in mlx4_fmr_alloc()
/drivers/infiniband/core/
Dfmr_pool.c266 .max_maps = pool->max_remaps, in ib_create_fmr_pool()
/drivers/infiniband/hw/mlx4/
Dmr.c713 fmr_attr->max_pages, fmr_attr->max_maps, in mlx4_ib_fmr_alloc()
/drivers/infiniband/hw/mthca/
Dmthca_mr.c710 if (fmr->maps >= fmr->attr.max_maps) in mthca_check_fmr()