Home
last modified time | relevance | path

Searched refs:evq_flags (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ev.c650 uint32_t evq_flags = sa->evq_flags; in sfc_ev_qstart() local
663 efx_evq_size(sa->nic, evq->entries, evq_flags)); in sfc_ev_qstart()
667 evq_flags |= EFX_EVQ_FLAGS_NOTIFY_INTERRUPT; in sfc_ev_qstart()
669 evq_flags |= EFX_EVQ_FLAGS_NOTIFY_DISABLED; in sfc_ev_qstart()
675 0 /* unused on EF10 */, 0, evq_flags, in sfc_ev_qstart()
896 efx_evq_size(sa->nic, evq->entries, sa->evq_flags), in sfc_ev_qinit()
958 sa->evq_flags = EFX_EVQ_FLAGS_TYPE_THROUGHPUT; in sfc_ev_attach()
961 &sa->evq_flags); in sfc_ev_attach()
H A Dsfc.h253 uint32_t evq_flags; member