Home
last modified time | relevance | path

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

/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_common.h132 uint64_t instr_posted; /* Instructions posted to this queue. */ member
H A Dotx_ep_rxtx.c493 iq->stats.instr_posted++; in otx_ep_send_data()
/dpdk/drivers/net/liquidio/
H A Dlio_struct.h32 uint64_t instr_posted; /**< Instructions posted to this queue. */ member
H A Dlio_rxtx.c1101 LIO_INCR_INSTRQUEUE_PKT_COUNT(lio_dev, iq_no, instr_posted, 1); in lio_send_command()