Home
last modified time | relevance | path

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

/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
708 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
/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 …]
/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
/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1215 union event_ring_elem *eq; member