Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/raw/octeontx2_ep/
H A Dotx2_ep_enqdeq.c130 iq->host_write_index = 0; in sdp_init_instr_queue()
439 iq->req_list[iq->host_write_index].buf = buf; in sdp_iqreq_add()
440 iq->req_list[iq->host_write_index].reqtype = reqtype; in sdp_iqreq_add()
442 otx2_sdp_dbg("IQ buffer added at idx[%d]", iq->host_write_index); in sdp_iqreq_add()
502 iqptr = iq->base_addr + (cmdsize * iq->host_write_index); in post_iqcmd()
506 otx2_sdp_dbg("IQ cmd posted @ index:%d", iq->host_write_index); in post_iqcmd()
509 iq->host_write_index = in post_iqcmd()
510 sdp_incr_index(iq->host_write_index, 1, iq->nb_desc); in post_iqcmd()
635 sdp_iqreq_delete(sdpvf, iq, iq->host_write_index); in sdp_rawdev_enqueue()
H A Dotx2_ep_rawdev.h179 uint32_t host_write_index; member
/f-stack/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