Searched refs:func_cap (Results 1 – 3 of 3) sorted by relevance
540 struct mlx4_func_cap *func_cap) in mlx4_QUERY_FUNC_CAP() argument574 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() local3054 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() local3087 memset(&func_cap, 0, sizeof(func_cap)); in mlx4_get_is_vlan_offload_disabled()[all …]
862 struct mlx4_func_cap *func_cap; in mlx4_slave_special_qp_cap() local866 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() local911 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 …]
234 struct mlx4_func_cap *func_cap);