/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | mlx5_eq.c | 100 static struct mlx5_eqe *get_eqe(struct mlx5_eq *eq, u32 entry) in get_eqe() 105 static struct mlx5_eqe *next_eqe_sw(struct mlx5_eq *eq) in next_eqe_sw() 212 static void eq_update_ci(struct mlx5_eq *eq, int arm) in eq_update_ci() 231 static int mlx5_eq_int(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_eq_int() 409 struct mlx5_eq *eq = eq_ptr; in mlx5_msix_handler() local 420 static void init_eq_buf(struct mlx5_eq *eq) in init_eq_buf() 431 int mlx5_create_map_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq, u8 vecidx, in mlx5_create_map_eq() 520 int mlx5_destroy_unmap_eq(struct mlx5_core_dev *dev, struct mlx5_eq *eq) in mlx5_destroy_unmap_eq() 640 int mlx5_core_eq_query(struct mlx5_core_dev *dev, struct mlx5_eq *eq, in mlx5_core_eq_query() 779 struct mlx5_eq *eq; in mlx5_poll_interrupts() local
|
H A D | mlx5_main.c | 685 struct mlx5_eq *eq; in mlx5_vector2eqn() local 706 struct mlx5_eq *eq, *n; in free_comp_eqs() local 724 struct mlx5_eq *eq; in alloc_comp_eqs() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | LiveRangeUtils.h | 33 if (unsigned eq = VNIClasses[I->valno->id]) { in DistributeRange() local 48 if (unsigned eq = VNIClasses[i]) { in DistributeRange() local
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_eq.c | 97 static void eq_set_ci(struct mlx4_eq *eq, int req_not) in eq_set_ci() 106 static struct mlx4_eqe *get_eqe(struct mlx4_eq *eq, u32 entry, u8 eqe_factor, in get_eqe() 121 static struct mlx4_eqe *next_eqe_sw(struct mlx4_eq *eq, u8 eqe_factor, u8 size) in next_eqe_sw() 240 struct mlx4_eq *eq = &priv->eq_table.eq[vec]; in mlx4_set_eq_affinity_hint() local 489 static int mlx4_eq_int(struct mlx4_dev *dev, struct mlx4_eq *eq) in mlx4_eq_int() 851 struct mlx4_eq *eq = eq_ptr; in mlx4_msi_x_interrupt() local 920 static void __iomem *mlx4_get_eq_uar(struct mlx4_dev *dev, struct mlx4_eq *eq) in mlx4_get_eq_uar() 955 u8 intr, struct mlx4_eq *eq) in mlx4_create_eq() 1070 struct mlx4_eq *eq) in mlx4_free_eq() 1204 struct mlx4_eq *eq = &priv->eq_table.eq[i]; in mlx4_init_eq_table() local [all …]
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_eq.c | 173 static inline void tavor_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) in tavor_set_eq_ci() 189 static inline void arbel_set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) in arbel_set_eq_ci() 199 static inline void set_eq_ci(struct mthca_dev *dev, struct mthca_eq *eq, u32 ci) in set_eq_ci() 228 static inline struct mthca_eqe *get_eqe(struct mthca_eq *eq, u32 entry) in get_eqe() 234 static inline struct mthca_eqe *next_eqe_sw(struct mthca_eq *eq) in next_eqe_sw() 260 static int mthca_eq_int(struct mthca_dev *dev, struct mthca_eq *eq) in mthca_eq_int() 420 struct mthca_eq *eq = eq_ptr; in mthca_tavor_msi_x_interrupt() local 454 struct mthca_eq *eq = eq_ptr; in mthca_arbel_msi_x_interrupt() local 468 struct mthca_eq *eq) in mthca_create_eq() 589 struct mthca_eq *eq) in mthca_free_eq()
|
/freebsd/sys/dev/oce/ |
H A D | oce_queue.c | 168 struct oce_eq *eq; in oce_queue_release_all() local 311 oce_wq_create(struct oce_wq *wq, struct oce_eq *eq) in oce_wq_create() 487 oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq) in oce_rq_create() 563 struct oce_eq *eq; in oce_eq_create() local 599 oce_eq_del(struct oce_eq *eq) in oce_eq_del() 630 oce_mq_create(POCE_SOFTC sc, struct oce_eq *eq, uint32_t q_len) in oce_mq_create() 839 oce_cq_create(POCE_SOFTC sc, struct oce_eq *eq, in oce_cq_create() 996 oce_drain_eq(struct oce_eq *eq) in oce_drain_eq()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 2140 struct sge_eq *eq = &wrq->eq; in wrq_tx_drain() local 2151 struct sge_eq *eq = &wrq->eq; in drain_wrq_wr_list() local 2229 struct sge_eq *eq = &wrq->eq; in t4_wrq_tx_locked() local 2913 struct sge_eq *eq = &wrq->eq; in start_wrq_wr() local 2971 struct sge_eq *eq = &wrq->eq; in commit_wrq_wr() local 3053 struct sge_eq *eq = r->cookie; in can_resume_eth_tx() local 3067 discard_tx(struct sge_eq *eq) in discard_tx() 3095 struct sge_eq *eq = &txq->eq; in set_txupdate_flags() local 3137 struct sge_eq *eq = &txq->eq; in eth_tx() local 3400 init_eq(struct adapter *sc, struct sge_eq *eq, int eqtype, int qsize, in init_eq() [all …]
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | putenv.c | 54 const char *eq = (const char *)strchr(string, '='); in putenv() local
|
/freebsd/contrib/bearssl/src/rsa/ |
H A D | rsa_i15_pubexp.c | 147 uint32_t ep, eq; in br_rsa_i15_compute_pubexp() local
|
H A D | rsa_i31_pubexp.c | 147 uint32_t ep, eq; in br_rsa_i31_compute_pubexp() local
|
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_hw_queues.c | 68 hw_eq_t *eq = NULL; in ocs_hw_init_queues() local 357 hw_eq_t *eq = ocs_malloc(hw->os, sizeof(*eq), OCS_M_ZERO | OCS_M_NOWAIT); in hw_new_eq() local 399 hw_new_cq(hw_eq_t *eq, uint32_t entry_count) in hw_new_cq() 763 hw_del_eq(hw_eq_t *eq) in hw_del_eq() 892 hw_eq_t *eq; in hw_queue_dump() local 938 hw_eq_t *eq; in hw_queue_teardown() local 978 hw_eq_t *eq; in ocs_hw_queue_next_wq() local
|
H A D | ocs_hw_queues.h | 62 hw_eq_t *eq; member
|
H A D | ocs_ddump.c | 554 hw_eq_t *eq; in hw_queue_ddump() local
|
/freebsd/lib/libc/tests/stdio/ |
H A D | scanfloat_test.c | 41 #define eq(type, a, b) _eq(type##_EPSILON, (a), (b)) macro
|
/freebsd/lib/libc/tests/string/ |
H A D | memcmp_test.c | 76 ATF_TC_BODY(eq, tc) in ATF_TC_BODY() argument
|
/freebsd/bin/kenv/ |
H A D | kenv.c | 63 char *env, *eq, *val; in main() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | ICF.cpp | 157 auto eq = [&](const coff_relocation &r1, const coff_relocation &r2) { in equalsConstant() local 195 auto eq = [&](const coff_relocation &r1, const coff_relocation &r2) { in equalsVariable() local
|
/freebsd/sys/contrib/openzfs/lib/libzutil/os/linux/ |
H A D | zutil_setproctitle.c | 89 char *eq; in spt_copyenv() local
|
/freebsd/sbin/reboot/ |
H A D | reboot.c | 183 char *eq; in split_kv() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_chained_origin_depot.cpp | 63 bool ChainedOriginDepotNode::eq(hash_type hash, const args_type &args) const { in eq() function in __sanitizer::ChainedOriginDepotNode
|
H A D | sanitizer_stackdepot.cpp | 33 bool eq(hash_type hash, const args_type &args) const { in eq() function
|
/freebsd/sys/dev/mana/ |
H A D | hw_channel.c | 404 struct gdma_queue *eq, *cq; in mana_hwc_create_cq() local 679 struct gdma_queue *eq = hwc->cq->gdma_eq; in mana_hwc_establish_channel() local
|
H A D | gdma_main.c | 491 mana_gd_process_eqe(struct gdma_queue *eq) in mana_gd_process_eqe() 560 struct gdma_queue *eq = arg; in mana_gd_process_eq_events() local 715 mana_gd_test_eq(struct gdma_context *gc, struct gdma_queue *eq) in mana_gd_test_eq()
|
/freebsd/contrib/less/ |
H A D | lesskey_parse.c | 544 char *eq; parse_varline() local
|
/freebsd/usr.sbin/config/ |
H A D | config.h | 277 #define eq(a,b) (!strcmp(a,b)) macro
|