Searched refs:host_write_index (Results 1 – 4 of 4) sorted by relevance
130 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()
179 uint32_t host_write_index; member
730 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()
276 uint32_t host_write_index; member