Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_rawdev.h137 uint64_t instr_posted; /* Instructions posted to this queue. */ member
H A Dotx2_ep_enqdeq.c541 iq->stats.instr_posted++; in sdp_send_data()
543 (long)iq->stats.instr_posted); in sdp_send_data()
/f-stack/dpdk/drivers/net/liquidio/
H A Dlio_struct.h32 uint64_t instr_posted; /**< Instructions posted to this queue. */ member
H A Dlio_rxtx.c1103 LIO_INCR_INSTRQUEUE_PKT_COUNT(lio_dev, iq_no, instr_posted, 1); in lio_send_command()