Lines Matching defs:func
204 int mlx4_QUERY_FUNC(struct mlx4_dev *dev, struct mlx4_func *func, int slave)
236 func->bus = field & 0xf;
238 func->device = field & 0xf1;
240 func->function = field & 0x7;
242 func->physical_function = field & 0xf;
244 func->rsvd_eqs = field16 & 0xffff;
246 func->max_eq = field16 & 0xffff;
248 func->rsvd_uars = field & 0x0f;
251 func->bus, func->device, func->function, func->physical_function,
252 func->max_eq, func->rsvd_eqs, func->rsvd_uars);
335 struct mlx4_func func;
491 mlx4_QUERY_FUNC(dev, &func, slave)) {
502 func.max_eq :
503 rounddown_pow_of_two(func.max_eq);
505 size = func.rsvd_eqs;