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.c209 mthca_write64(MTHCA_EQ_DB_REQ_NOT | eqn, 0, in tavor_eq_req_not()
277 disarm_cq(dev, eq->eqn, disarm_cqn); in mthca_eq_int()
358 eqe->type, eqe->subtype, eq->eqn); in mthca_eq_int()
425 tavor_eq_req_not(dev, eq->eqn); in mthca_tavor_msi_x_interrupt()
514 eq->eqn = mthca_alloc(&dev->eq_table.alloc); in mthca_create_eq()
515 if (eq->eqn == -1) in mthca_create_eq()
545 err = mthca_SW2HW_EQ(dev, mailbox, eq->eqn); in mthca_create_eq()
554 eq->eqn_mask = swab32(1 << eq->eqn); in mthca_create_eq()
560 eq->eqn, eq->nent); in mthca_create_eq()
568 mthca_free(&dev->eq_table.alloc, eq->eqn); in mthca_create_eq()
[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.c79 u8 eqn; member
88 static int mlx5_cmd_destroy_eq(struct mlx5_core_dev *dev, u8 eqn) in mlx5_cmd_destroy_eq() argument
94 MLX5_SET(destroy_eq_in, in, eq_number, eqn); in mlx5_cmd_destroy_eq()
212 u32 val = (eq->cons_index & 0xffffff) | (eq->eqn << 24); in eq_update_ci()
245 eq->eqn, eqe_type_str(eqe->type)); in mlx5_eq_int()
375 eqe->type, eq->eqn); in mlx5_eq_int()
469 eq->eqn = MLX5_GET(create_eq_out, out, eq_number); in mlx5_create_map_eq()
502 mlx5_cmd_destroy_eq(dev, eq->eqn); in mlx5_create_map_eq()
518 err = mlx5_cmd_destroy_eq(dev, eq->eqn); in mlx5_destroy_unmap_eq()
521 eq->eqn); in mlx5_destroy_unmap_eq()
[all …]
H A Dmlx5_main.c673 int mlx5_vector2eqn(struct mlx5_core_dev *dev, int vector, int *eqn, int *irqn) in mlx5_vector2eqn() argument
682 *eqn = eq->eqn; in mlx5_vector2eqn()
705 eq->eqn); in free_comp_eqs()
733 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()
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
882 event_eq[i].eqn = in_modifier >> 31 ? -1 : eqn; in mlx4_MAP_EQ_wrapper()
934 eq->eqn); in mlx4_get_eq_uar()
1006 if (eq->eqn == -1) in mlx4_create_eq()
[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()
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
5105 eqn = eq->com.res_id; in rem_slave_eqs()
[all …]
H A Dmlx4_cq.c278 cq_context->comp_eqn = priv->eq_table.eq[MLX4_CQ_TO_EQ_VECTOR(vector)].eqn; in mlx4_cq_alloc()
H A Dmlx4.h388 int eqn; member
408 int eqn; member
558 u32 eqn; member
/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 \
163 eqn.7 \
164 eqn.h \
233 LIBROFF_OBJS = eqn.o \
345 eqn.7.html \
356 WWW_INCS = eqn.h.html \
429 $(INSTALL_MAN) eqn.7 $(DESTDIR)$(MANDIR)/man7/$(MANM_EQN).7
440 $(INSTALL_LIB) eqn.h man.h mandoc.h mandoc_aux.h mandoc_parse.h \
495 rm -f $(DESTDIR)$(INCLUDEDIR)/eqn.h
H A DMakefile.depend32 eqn.o: eqn.c config.h mandoc_aux.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
83 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.c1105 eqn_box_free(n->eqn); in roff_node_free()
1987 if (r->eqn != NULL) { in roff_endparse()
1989 r->eqn->node->line, r->eqn->node->pos, "EQ"); in roff_endparse()
1990 eqn_parse(r->eqn); in roff_endparse()
1991 r->eqn = NULL; in roff_endparse()
3378 if (r->eqn == NULL) in roff_eqndelim()
3388 if (r->eqn == NULL) { in roff_eqndelim()
3399 if (r->eqn != NULL) in roff_eqndelim()
3436 r->eqn->node = n; in roff_EQ()
3449 eqn_parse(r->eqn); in roff_EN()
[all …]
H A DNEWS124 * 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.
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".
770 * eqn(7): Fix NULL pointer accesses in the terminal formatter.
1092 * Significant eqn(7) improvements. mdocml can now parse arbitrary eqn
1094 low-level roff with eqn). See the eqn(7) manual for details.
[all …]
H A Droff.h511 struct eqn_box *eqn; /* EQN */ member
H A DTODO61 - eqn(7) delimiters cause conditional lines to misbehave
258 --- missing eqn features -----------------------------------------------
262 This may not be the ideal solution after all: eqn(7) matrices
282 - GNU eqn converts some operators to special characters, for example,
305 - -T man does not handle eqn(7) and tbl(7)
/freebsd/usr.bin/mandoc/
H A DMakefile8 MAN= mandoc.1 eqn.7 mandoc_char.7 tbl.7 man.7 mdoc.7 roff.7
35 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
1091 int mlx5_vector2eqn(struct mlx5_core_dev *dev, int vector, int *eqn, int *irqn);

12