Home
last modified time | relevance | path

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

/dpdk/drivers/net/octeontx_ep/
H A Dotx_ep_rxtx.c128 iq->host_write_index = 0; in otx_ep_init_instr_queue()
461 iqptr = iq->base_addr + (iq->host_write_index << 6); in post_iqcmd()
466 iq->host_write_index = in post_iqcmd()
467 otx_ep_incr_index(iq->host_write_index, 1, iq->nb_desc); in post_iqcmd()
637 index = iq->host_write_index; in otx_ep_xmit_pkts()
768 index = iq->host_write_index; in otx2_ep_xmit_pkts()
H A Dotx_ep_common.h171 uint32_t host_write_index; member
/dpdk/drivers/net/liquidio/
H A Dlio_rxtx.c730 iq->host_write_index = 0; in lio_init_instr_queue()
894 iqptr = iq->base_addr + (cmdsize * iq->host_write_index); in copy_cmd_into_iq()
923 st.index = iq->host_write_index; in post_command2()
924 iq->host_write_index = lio_incr_index(iq->host_write_index, 1, in post_command2()
H A Dlio_struct.h276 uint32_t host_write_index; member