Home
last modified time | relevance | path

Searched refs:func_cap (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Dfw.c540 struct mlx4_func_cap *func_cap) in mlx4_QUERY_FUNC_CAP() argument
574 func_cap->flags = field; in mlx4_QUERY_FUNC_CAP()
578 func_cap->num_ports = field; in mlx4_QUERY_FUNC_CAP()
631 func_cap->reserved_lkey = 0; in mlx4_QUERY_FUNC_CAP()
634 func_cap->extra_flags = 0; in mlx4_QUERY_FUNC_CAP()
679 func_cap->physical_port = field; in mlx4_QUERY_FUNC_CAP()
3052 struct mlx4_func_cap func_cap; in get_phv_bit() local
3054 memset(&func_cap, 0, sizeof(func_cap)); in get_phv_bit()
3084 struct mlx4_func_cap func_cap; in mlx4_get_is_vlan_offload_disabled() local
3087 memset(&func_cap, 0, sizeof(func_cap)); in mlx4_get_is_vlan_offload_disabled()
[all …]
H A Dmain.c862 struct mlx4_func_cap *func_cap; in mlx4_slave_special_qp_cap() local
866 func_cap = kzalloc(sizeof(*func_cap), GFP_KERNEL); in mlx4_slave_special_qp_cap()
869 if (!func_cap || !caps->spec_qps) { in mlx4_slave_special_qp_cap()
898 kfree(func_cap); in mlx4_slave_special_qp_cap()
907 struct mlx4_func_cap *func_cap; in mlx4_slave_cap() local
911 func_cap = kzalloc(sizeof(*func_cap), GFP_KERNEL); in mlx4_slave_cap()
986 func_cap->pf_context_behaviour, in mlx4_slave_cap()
993 dev->quotas.qp = func_cap->qp_quota; in mlx4_slave_cap()
995 dev->quotas.cq = func_cap->cq_quota; in mlx4_slave_cap()
1002 dev->caps.num_eqs = func_cap->max_eq; in mlx4_slave_cap()
[all …]
H A Dfw.h234 struct mlx4_func_cap *func_cap);