Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_vf.c16 uint64_t loop = SDP_VF_BUSY_LOOP_COUNT; in sdp_vf_reset_iq()
41 loop = SDP_VF_BUSY_LOOP_COUNT; in sdp_vf_reset_iq()
62 uint64_t loop = SDP_VF_BUSY_LOOP_COUNT; in sdp_vf_reset_oq()
85 loop = SDP_VF_BUSY_LOOP_COUNT; in sdp_vf_reset_oq()
327 uint64_t loop = SDP_VF_BUSY_LOOP_COUNT; in sdp_vf_enable_iq()
/f-stack/dpdk/drivers/common/octeontx2/hw/
H A Dotx2_sdp.h38 #define SDP_VF_BUSY_LOOP_COUNT (10000) macro