Home
last modified time | relevance | path

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

/drivers/net/ethernet/cavium/liquidio/
Drequest_manager.c128 iq->host_write_index = 0; in octeon_init_instr_queue()
269 iqptr = iq->base_addr + (cmdsize * iq->host_write_index); in __copy_cmd_into_iq()
290 index = iq->host_write_index; in __post_command()
291 INCR_INDEX_BY1(iq->host_write_index, iq->max_count); in __post_command()
328 st.index = iq->host_write_index; in __post_command2()
329 INCR_INDEX_BY1(iq->host_write_index, iq->max_count); in __post_command2()
Docteon_iq.h98 u32 host_write_index; member
Dlio_main.c405 iq->octeon_read_index = iq->host_write_index; in pcierror_quiesce_device()