Home
last modified time | relevance | path

Searched defs:label (Results 1 – 22 of 22) sorted by relevance

/dpdk/drivers/net/sfc/
H A Dsfc_ev.c67 sfc_ev_nop_rx(void *arg, uint32_t label, uint32_t id, in sfc_ev_nop_rx()
79 sfc_ev_efx_rx(void *arg, __rte_unused uint32_t label, uint32_t id, in sfc_ev_efx_rx()
152 sfc_ev_dp_rx(void *arg, __rte_unused uint32_t label, uint32_t id, in sfc_ev_dp_rx()
166 sfc_ev_nop_rx_packets(void *arg, uint32_t label, unsigned int num_packets, in sfc_ev_nop_rx_packets()
178 sfc_ev_dp_rx_packets(void *arg, __rte_unused uint32_t label, in sfc_ev_dp_rx_packets()
192 sfc_ev_nop_rx_ps(void *arg, uint32_t label, uint32_t id, in sfc_ev_nop_rx_ps()
205 sfc_ev_dp_rx_ps(void *arg, __rte_unused uint32_t label, uint32_t id, in sfc_ev_dp_rx_ps()
221 sfc_ev_nop_tx(void *arg, uint32_t label, uint32_t id) in sfc_ev_nop_tx()
231 sfc_ev_tx(void *arg, __rte_unused uint32_t label, uint32_t id) in sfc_ev_tx()
260 sfc_ev_dp_tx(void *arg, __rte_unused uint32_t label, uint32_t id) in sfc_ev_dp_tx()
[all …]
/dpdk/drivers/common/sfc_efx/base/
H A Def10_ev.c421 uint32_t label; in ef10_ev_rx_packed_stream() local
516 uint32_t label; in ef10_ev_rx() local
752 uint32_t label; in ef10_ev_tx() local
1080 __in unsigned int label, in ef10_ev_rxlabel_init()
1135 __in unsigned int label) in ef10_ev_rxlabel_fini()
H A Defx_rx.c880 __in unsigned int label, in efx_rx_qcreate_internal()
987 __in unsigned int label, in efx_rx_qcreate()
1025 __in unsigned int label, in efx_rx_qcreate_packed_stream()
1051 __in unsigned int label, in efx_rx_qcreate_es_super_buffer()
1733 uint32_t label; in siena_rx_qflush() local
1769 __in unsigned int label, in siena_rx_qcreate()
H A Drhead_tx.c34 __in unsigned int label, in rhead_tx_qcreate()
H A Drhead_ev.c533 uint32_t label; in rhead_ev_rx_packets() local
577 uint32_t label; in rhead_ev_tx_completion() local
H A Defx_tx.c355 __in unsigned int label, in efx_tx_qcreate()
926 uint32_t label; in siena_tx_qflush() local
968 __in unsigned int label, in siena_tx_qcreate()
H A Defx_ev.c642 __in uint32_t label, in siena_ev_rx_not_ok()
737 uint32_t label; in siena_ev_rx() local
890 uint32_t label; in siena_ev_tx() local
H A Def10_rx.c1032 __in unsigned int label, in ef10_rx_qcreate()
1266 unsigned int label = erp->er_label; in ef10_rx_qdestroy() local
H A Drhead_rx.c586 __in unsigned int label, in rhead_rx_qcreate()
H A Def10_tx.c42 __in unsigned int label, in ef10_tx_qcreate()
H A Defx_mcdi.c3075 __in uint32_t label, in efx_mcdi_init_rxq()
3253 __in uint32_t label, in efx_mcdi_init_txq()
/dpdk/drivers/common/dpaax/caamflib/
H A Drta.h818 #define LABEL(label) unsigned int label = 0 argument
826 #define SET_LABEL(program, label) (label = rta_set_label(program)) argument
/dpdk/app/test/
H A Dtest_pie.c405 const char *label = NULL; in func_test1() local
628 const char *label = NULL; in func_test3() local
H A Dtest_mempool.c55 #define GOTO_ERR(var, label) do { \ argument
H A Dtest_rcu_qsbr.c29 #define TEST_RCU_QSBR_GOTO_IF_ERROR(label, cond, str, ...) \ argument
/dpdk/lib/pipeline/
H A Drte_table_action.h402 uint32_t label; /**< Label. */ global() member
H A Drte_swx_pipeline.c6819 label_find(struct instruction_data *data, uint32_t n, const char *label) in label_find()
6831 label_is_used(struct instruction_data *data, uint32_t n, const char *label) in label_is_used()
6854 char *label = data->label; in instr_label_check() local
6867 char *label = data->label; in instr_label_check() local
6880 char *label = data->label; in instr_label_check() local
H A Drte_table_action.c462 #define MPLS(label, tc, s, ttl) \ argument
H A Drte_swx_pipeline_internal.h842 char label[RTE_SWX_NAME_SIZE]; member
/dpdk/drivers/raw/ifpga/base/
H A Dopae_intel_max10.h422 const char *label; member
/dpdk/examples/ip_pipeline/
H A Dcli.c3350 uint32_t label, tc, ttl; in parse_table_action_encap() local
[all...]
/dpdk/lib/ethdev/
H A Drte_flow.h5212 uint32_t label; /**< Flow Label for IPv6. */ global() member