Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx4/
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 …]
A Dmain.c867 struct mlx4_func_cap *func_cap = NULL; in mlx4_slave_special_qp_cap() local
871 func_cap = kzalloc(sizeof(*func_cap), GFP_KERNEL); in mlx4_slave_special_qp_cap()
874 if (!func_cap || !caps->spec_qps) { in mlx4_slave_special_qp_cap()
903 kfree(func_cap); in mlx4_slave_special_qp_cap()
916 func_cap = kzalloc(sizeof(*func_cap), GFP_KERNEL); in mlx4_slave_cap()
991 func_cap->pf_context_behaviour, in mlx4_slave_cap()
998 dev->quotas.qp = func_cap->qp_quota; in mlx4_slave_cap()
999 dev->quotas.srq = func_cap->srq_quota; in mlx4_slave_cap()
1000 dev->quotas.cq = func_cap->cq_quota; in mlx4_slave_cap()
1007 dev->caps.num_eqs = func_cap->max_eq; in mlx4_slave_cap()
[all …]
A Dfw.h234 struct mlx4_func_cap *func_cap);

Completed in 24 milliseconds