Searched defs:eq (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/net/hinic/base/ |
| H A D | hinic_pmd_eqs.c | 64 #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 D | hinic_pmd_eqs.h | 28 #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 D | hinic_pmd_mgmt.c | 46 #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 D | hinic_pmd_hwdev.c | 735 struct hinic_eq *eq; in init_aeqs_msix_attr() local
|
| /f-stack/dpdk/drivers/bus/fslmc/qbman/include/ |
| H A D | fsl_qbman_portal.h | 850 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 D | setproctitle.c | 105 char *eq; in spt_copyenv() local
|
| H A D | rax.c | 1509 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 D | qman.c | 2250 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 D | subr_hints.c | 64 char *line, *eq; in static_hints_to_env() local
|
| H A D | kern_clocksource.c | 385 int eq; local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/ |
| H A D | utils.c | 211 volatile unsigned char eq = 1U; in sodium_compare() local
|
| /f-stack/dpdk/drivers/net/bnx2x/ |
| H A D | bnx2x.h | 1215 union event_ring_elem *eq; member
|