Home
last modified time | relevance | path

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

/drivers/net/ethernet/cavium/liquidio/
A Drequest_manager.c106 iq->host_write_index = 0; in octeon_init_instr_queue()
295 iqptr = iq->base_addr + (cmdsize * iq->host_write_index); in __copy_cmd_into_iq()
322 st.index = iq->host_write_index; in __post_command2()
323 iq->host_write_index = incr_index(iq->host_write_index, 1, in __post_command2()
A Docteon_iq.h119 u32 host_write_index; member
A Dlio_vf_main.c130 iq->octeon_read_index = iq->host_write_index; in pcierror_quiesce_device()
491 iq->octeon_read_index = iq->host_write_index; in octeon_destroy_resources()
A Dlio_main.c259 iq->octeon_read_index = iq->host_write_index; in pcierror_quiesce_device()
1000 iq->octeon_read_index = iq->host_write_index; in octeon_destroy_resources()
/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_tx.c19 iq->host_write_index = 0; in octep_iq_reset_indices()
111 while (fi != iq->host_write_index) { in octep_iq_free_pending()
A Doctep_tx.h163 u16 host_write_index; member
A Doctep_main.h51 ((iq__)->host_write_index - (iq__)->flush_index) & \
A Doctep_main.c871 wi = iq->host_write_index; in octep_start_xmit()
948 iq->host_write_index = wi & iq->ring_size_mask; in octep_start_xmit()
/drivers/net/ethernet/marvell/octeon_ep_vf/
A Doctep_vf_tx.c20 iq->host_write_index = 0; in octep_vf_iq_reset_indices()
110 while (fi != iq->host_write_index) { in octep_vf_iq_free_pending()
A Doctep_vf_tx.h121 u16 host_write_index; member
A Doctep_vf_main.h36 ((iq__)->host_write_index - (iq__)->flush_index) & \
A Doctep_vf_main.c623 wi = iq->host_write_index; in octep_vf_start_xmit()
700 iq->host_write_index = wi & iq->ring_size_mask; in octep_vf_start_xmit()

Completed in 31 milliseconds