Searched refs:eqn (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c2808 static int mlx4_init_affinity_hint(struct mlx4_dev *dev, int port, int eqn) argument
2816 if (eqn > dev->caps.num_comp_vectors)
2822 requested_cpu = eqn - off - !!(eqn > MLX4_EQ_ASYNC);
2828 eq = &priv->eq_table.eq[eqn];
H A Dmlx4_cmd.c2120 slave_state[slave].event_eq[i].eqn = -1;
2388 s_state->event_eq[j].eqn = -1;
/freebsd-13-stable/contrib/mandoc/
H A Deqn.c1 /* $Id: eqn.c,v 1.83 2018/12/14 06:33:14 schwarze Exp $ */
33 #include "eqn.h"
340 * Find the key "key" of the give size within our eqn-defined values.
661 parent = ep->node->eqn;
H A Dman_term.c949 term_eqn(p, n->eqn);
H A Dmdoc_html.c383 print_eqn(h, n->eqn);
H A Dmdoc_term.c387 term_eqn(p, n->eqn);
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_main.c2013 int eqn; local
2029 mlx5_vector2eqn(cq->priv->mdev, eq_ix, &eqn, &irqn_not_used);
2031 MLX5_SET(cqc, cqc, c_eqn, eqn);

Completed in 185 milliseconds

12