Home
last modified time | relevance | path

Searched defs:eq (Results 1 – 12 of 12) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_eqs.c64 #define EQ_CONS_IDX(eq) ((eq)->cons_idx | \ argument
67 #define EQ_CONS_IDX_REG_ADDR(eq) \ argument
70 #define EQ_PROD_IDX_REG_ADDR(eq) \ argument
73 #define GET_EQ_NUM_PAGES(eq, size) \ argument
91 #define aeq_to_aeqs(eq) \ argument
145 void eq_update_ci(struct hinic_eq *eq) in eq_update_ci()
154 static void set_aeq_ctrls(struct hinic_eq *eq) in set_aeq_ctrls()
215 static int alloc_eq_pages(struct hinic_eq *eq) in alloc_eq_pages()
280 static void free_eq_pages(struct hinic_eq *eq) in free_eq_pages()
369 static void remove_aeq(struct hinic_eq *eq) in remove_aeq()
[all …]
H A Dhinic_pmd_eqs.h28 #define GET_EQ_ELEMENT(eq, idx) \ argument
32 #define GET_AEQ_ELEM(eq, idx) \ argument
35 #define GET_CEQ_ELEM(eq, idx) ((u32 *)GET_EQ_ELEMENT((eq), (idx))) argument
H A Dhinic_pmd_mgmt.c46 #define GET_CURR_AEQ_ELEM(eq) GET_AEQ_ELEM((eq), (eq)->cons_idx) argument
714 int hinic_aeq_poll_msg(struct hinic_eq *eq, u32 timeout, void *param) in hinic_aeq_poll_msg()
H A Dhinic_pmd_hwdev.c735 struct hinic_eq *eq; in init_aeqs_msix_attr() local
/f-stack/dpdk/drivers/bus/fslmc/qbman/include/
H A Dfsl_qbman_portal.h850 struct eq { struct
851 uint8_t verb;
852 uint8_t dca;
854 uint16_t orpid;
856 uint32_t tgtid;
857 uint32_t tag;
858 uint16_t qdbin;
859 uint8_t qpri;
861 uint8_t wae;
862 uint8_t rspid;
[all …]
/f-stack/app/redis-5.0.5/src/
H A Dsetproctitle.c105 char *eq; in spt_copyenv() local
H A Drax.c1509 int eq = 0, lt = 0, gt = 0, first = 0, last = 0; in raxSeek() local
1775 int eq = 0, lt = 0, gt = 0; in raxCompare() local
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c2250 struct qm_eqcr_entry *eq; in try_p_eq_start() local
2292 struct qm_eqcr_entry *eq; in qman_enqueue() local
2312 struct qm_eqcr_entry *eq = eqcr->cursor, *prev_eq; in qman_enqueue_multi() local
2382 struct qm_eqcr_entry *eq = eqcr->cursor, *prev_eq; in qman_enqueue_multi_fq() local
2449 struct qm_eqcr_entry *eq; in qman_enqueue_orp() local
/f-stack/freebsd/kern/
H A Dsubr_hints.c64 char *line, *eq; in static_hints_to_env() local
H A Dkern_clocksource.c385 int eq; local
/f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/
H A Dutils.c211 volatile unsigned char eq = 1U; in sodium_compare() local
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1215 union event_ring_elem *eq; member