Home
last modified time | relevance | path

Searched refs:eqn (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/dev/mthca/
H A Dmthca_eq.c184 mthca_write64(MTHCA_EQ_DB_SET_CI | eq->eqn, ci & (eq->nent - 1), in tavor_set_eq_ci()
194 dev->eq_regs.arbel.eq_set_ci_base + eq->eqn * 8); in arbel_set_eq_ci()
207 static inline void tavor_eq_req_not(struct mthca_dev *dev, int eqn) in tavor_eq_req_not() argument
209 mthca_write64(MTHCA_EQ_DB_REQ_NOT | eqn, 0, in tavor_eq_req_not()
219 static inline void disarm_cq(struct mthca_dev *dev, int eqn, int cqn) in disarm_cq() argument
222 mthca_write64(MTHCA_EQ_DB_DISARM_CQ | eqn, cqn, in disarm_cq()
277 disarm_cq(dev, eq->eqn, disarm_cqn); in mthca_eq_int()
349 mthca_warn(dev, "EQ overrun on EQN %d\n", eq->eqn); in mthca_eq_int()
358 eqe->type, eqe->subtype, eq->eqn); in mthca_eq_int()
412 tavor_eq_req_not(dev, dev->eq_table.eq[i].eqn); in mthca_tavor_interrupt()
[all …]
H A Dmthca_provider.h109 int eqn; member
H A Dmthca_cq.c836 cq_context->error_eqn = cpu_to_be32(dev->eq_table.eq[MTHCA_EQ_ASYNC].eqn); in mthca_init_cq()
837 cq_context->comp_eqn = cpu_to_be32(dev->eq_table.eq[MTHCA_EQ_COMP].eqn); in mthca_init_cq()
/freebsd/sys/arm/ti/
H A Dti_edma3.c239 ti_edma3_init(unsigned int eqn) in ti_edma3_init() argument
264 reg |= TI_EDMA3CC_DMAQNUM_SET(i, eqn); in ti_edma3_init()
275 reg |= TI_EDMA3CC_QDMAQNUM_SET(i, eqn); in ti_edma3_init()
299 ti_edma3_request_dma_ch(unsigned int ch, unsigned int tccn, unsigned int eqn) in ti_edma3_request_dma_ch() argument
320 reg |= TI_EDMA3CC_DMAQNUM_SET((ch), eqn); in ti_edma3_request_dma_ch()
333 ti_edma3_request_qdma_ch(unsigned int ch, unsigned int tccn, unsigned int eqn) in ti_edma3_request_qdma_ch() argument
347 reg |= TI_EDMA3CC_QDMAQNUM_SET(ch, eqn); in ti_edma3_request_qdma_ch()
H A Dti_edma3.h71 void ti_edma3_init(unsigned int eqn);
72 int ti_edma3_request_dma_ch(unsigned int ch, unsigned int tccn, unsigned int eqn);
73 int ti_edma3_request_qdma_ch(unsigned int ch, unsigned int tccn, unsigned int eqn);
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_eq.c80 u8 eqn; member
89 static int mlx5_cmd_destroy_eq(struct mlx5_core_dev *dev, u8 eqn) in mlx5_cmd_destroy_eq() argument
95 MLX5_SET(destroy_eq_in, in, eq_number, eqn); in mlx5_cmd_destroy_eq()
215 u32 val = (eq->cons_index & 0xffffff) | (eq->eqn << 24); in eq_update_ci()
248 eq->eqn, eqe_type_str(eqe->type)); in mlx5_eq_int()
382 eqe->type, eq->eqn); in mlx5_eq_int()
476 eq->eqn = MLX5_GET(create_eq_out, out, eq_number); in mlx5_create_map_eq()
509 mlx5_cmd_destroy_eq(dev, eq->eqn); in mlx5_create_map_eq()
525 err = mlx5_cmd_destroy_eq(dev, eq->eqn); in mlx5_destroy_unmap_eq()
528 eq->eqn); in mlx5_destroy_unmap_eq()
[all …]
H A Dmlx5_main.c682 int mlx5_vector2eqn(struct mlx5_core_dev *dev, int vector, int *eqn, int *irqn) in mlx5_vector2eqn() argument
691 *eqn = eq->eqn; in mlx5_vector2eqn()
714 eq->eqn); in free_comp_eqs()
742 mlx5_core_dbg(dev, "allocated completion EQN %d\n", eq->eqn); in alloc_comp_eqs()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_eq.c537 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
565 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
683 eq->eqn, eq->cons_index, ret); in mlx4_eq_int()
699 mlx4_warn(dev, "EQ overrun on EQN %d\n", eq->eqn); in mlx4_eq_int()
767 eqe->type, eqe->subtype, eq->eqn, in mlx4_eq_int()
792 eqe->type, eqe->subtype, eq->eqn, in mlx4_eq_int()
804 eqe->type, eqe->subtype, eq->eqn, in mlx4_eq_int()
870 u32 eqn = in_modifier & 0x3FF; in mlx4_MAP_EQ_wrapper() local
876 err = mlx4_cmd(dev, in_param, (in_modifier & 0x80000000) | eqn, in mlx4_MAP_EQ_wrapper()
882 event_eq[i].eqn = in_modifier >> 31 ? -1 : eqn; in mlx4_MAP_EQ_wrapper()
[all …]
H A Dmlx4_resource_tracker.c3043 int eqn = vhcr->in_modifier; in mlx4_SW2HW_EQ_wrapper() local
3044 int res_id = (slave << 10) | eqn; in mlx4_SW2HW_EQ_wrapper()
3250 int eqn = vhcr->in_modifier; in mlx4_HW2SW_EQ_wrapper() local
3251 int res_id = eqn | (slave << 10); in mlx4_HW2SW_EQ_wrapper()
3304 if (event_eq->eqn < 0) in mlx4_GEN_EQE()
3308 res_id = (slave << 10) | event_eq->eqn; in mlx4_GEN_EQE()
3331 in_modifier = (slave & 0xff) | ((event_eq->eqn & 0x3ff) << 16); in mlx4_GEN_EQE()
3356 int eqn = vhcr->in_modifier; in mlx4_QUERY_EQ_wrapper() local
3357 int res_id = eqn | (slave << 10); in mlx4_QUERY_EQ_wrapper()
5094 int eqn; in rem_slave_eqs() local
[all …]
H A Dmlx4.h388 int eqn; member
408 int eqn; member
558 u32 eqn; member
H A Dmlx4_cq.c278 cq_context->comp_eqn = priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(vector)].eqn; in mlx4_cq_alloc()
/freebsd/contrib/one-true-awk/testdir/
H A DT.func158 echo 'eqn
160 $awk 'BEGIN { eprocess("eqn", "x", contig)
162 eprocess("eqn" "2", "x", contig)
170 diff foo1 foo2 || echo 'BAD: T.func (eqn)'
/freebsd/contrib/mandoc/
H A DMakefile90 eqn.c \
165 eqn.7 \
166 eqn.h \
237 LIBROFF_OBJS = eqn.o \
352 eqn.7.html \
363 WWW_INCS = eqn.h.html \
437 $(INSTALL_MAN) eqn.7 $(DESTDIR)$(MANDIR)/man7/$(MANM_EQN).7
449 $(INSTALL_LIB) eqn.h man.h mandoc.h mandoc_aux.h mandoc_parse.h \
504 rm -f $(DESTDIR)$(INCLUDEDIR)/eqn.h
H A DMakefile.depend32 eqn.o: eqn.c config.h mandoc_aux.h mandoc_dbg.h mandoc.h roff.h eqn.h libmandoc.h eqn_parse.h
33 eqn_html.o: eqn_html.c config.h mandoc.h roff.h eqn.h out.h html.h
34 eqn_term.o: eqn_term.c config.h eqn.h out.h term.h
84 tree.o: tree.c config.h mandoc.h roff.h mdoc.h man.h tbl.h eqn.h main.h
H A Dtree.c197 if (n->eqn) in print_mdoc()
198 print_box(n->eqn->first, indent + 4); in print_mdoc()
280 if (n->eqn) in print_man()
281 print_box(n->eqn->first, indent + 4); in print_man()
H A Droff.c118 struct eqn_node *eqn; /* active equation parser */ member
744 r->last_eqn = r->eqn = NULL; in roff_free1()
1105 eqn_box_free(n->eqn); in roff_node_free()
1809 if (len > 80 && r->tbl == NULL && r->eqn == NULL && in roff_parseln()
1821 (r->eqn == NULL || r->eqn_inline)) { in roff_parseln()
1858 if (r->eqn != NULL && strncmp(buf->buf + ppos, ".EN", 3)) { in roff_parseln()
1859 eqn_read(r->eqn, buf->buf + ppos); in roff_parseln()
1971 if (r->eqn != NULL) { in roff_endparse()
1973 r->eqn->node->line, r->eqn->node->pos, "EQ"); in roff_endparse()
1974 eqn_parse(r->eqn); in roff_endparse()
[all …]
H A DNEWS60 * -T man: fix an assertion failure caused by tbl(7) and eqn(7) input
124 * eqn(7): skip whitespace before tokens
245 * Disentangle eqn(7) and tbl(7) from other parser header files,
300 * Terminal rendering of eqn(7) is improved in several respects.
382 * eqn(7): Complete rewrite of the lexer, resulting in several bugfixes.
404 * eqn(7): Much improved font selection, including recognition of
406 * eqn(7) -Thtml: Use <mn> and <mo> in addition to <mi>.
518 * eqn(7): Fix NULL dereference in the terminal formatter
525 but containing eqn(7) or tbl(7) code.
634 * eqn(7): Avoid an infinite loop caused by recursive "define".
[all …]
H A Droff.h512 struct eqn_box *eqn; /* EQN */ member
H A DTODO61 - eqn(7) delimiters cause conditional lines to misbehave
271 --- missing eqn features -----------------------------------------------
275 This may not be the ideal solution after all: eqn(7) matrices
295 - GNU eqn converts some operators to special characters, for example,
327 - -T man does not handle eqn(7) and tbl(7)
/freebsd/usr.bin/mandoc/
H A DMakefile7 MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7
34 LIBROFF_SRCS= eqn.c \
/freebsd/contrib/sendmail/doc/op/
H A DMakefile9 EQN_CMD= eqn
/freebsd/contrib/bmake/mk/
H A Ddoc.mk12 EQN?= eqn
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_conn.c432 int inlen, err, eqn; in mlx5_fpga_conn_create_cq() local
462 err = mlx5_vector2eqn(mdev, smp_processor_id(), &eqn, &irqn); in mlx5_fpga_conn_create_cq()
468 MLX5_SET(cqc, cqc, c_eqn, eqn); in mlx5_fpga_conn_create_cq()
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_cq.c931 int eqn; in mlx5_ib_create_cq() local
969 err = mlx5_vector2eqn(dev->mdev, vector, &eqn, &irqn); in mlx5_ib_create_cq()
979 MLX5_SET(cqc, cqc, c_eqn, eqn); in mlx5_ib_create_cq()
/freebsd/sys/dev/mlx5/
H A Ddriver.h389 u8 eqn; member
1099 int mlx5_vector2eqn(struct mlx5_core_dev *dev, int vector, int *eqn, int *irqn);

12