Home
last modified time | relevance | path

Searched refs:occupied (Results 1 – 3 of 3) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Dip_fragment_reassembly_lib.rst59 When the collision occurs and all 2 \* <bucket_entries> are occupied,
H A Dpacket_classif_access_ctrl.rst223 So it is a case where the 4 consecutive bytes of an input field are not fully occupied.
/dpdk/drivers/net/ena/base/
H A Dena_com.c60 bool occupied; member
174 comp_ctx->occupied = false; in comp_ctxt_release()
194 if (unlikely(admin_queue->comp_ctx[command_id].occupied && capture)) { in get_comp_ctxt()
202 admin_queue->comp_ctx[command_id].occupied = true; in get_comp_ctxt()