Home
last modified time | relevance | path

Searched refs:instr_dropped (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_common.h134 uint64_t instr_dropped; /* Instructions that could not be processed */ member
H A Dotx_ep_rxtx.c496 iq->stats.instr_dropped++; in otx_ep_send_data()
/dpdk/drivers/net/liquidio/
H A Dlio_struct.h34 uint64_t instr_dropped; /**< Instructions that could not be processed */ member
H A Dlio_rxtx.c1105 LIO_INCR_INSTRQUEUE_PKT_COUNT(lio_dev, iq_no, instr_dropped, 1); in lio_send_command()