Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/cavium/liquidio/
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()
Docteon_iq.h119 u32 host_write_index; member
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()
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()
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep/
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()
Doctep_tx.h163 u16 host_write_index; member
Doctep_main.h51 ((iq__)->host_write_index - (iq__)->flush_index) & \
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()
/linux-6.12.1/drivers/net/ethernet/marvell/octeon_ep_vf/
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()
Doctep_vf_tx.h121 u16 host_write_index; member
Doctep_vf_main.h36 ((iq__)->host_write_index - (iq__)->flush_index) & \
Doctep_vf_main.c625 wi = iq->host_write_index; in octep_vf_start_xmit()
702 iq->host_write_index = wi & iq->ring_size_mask; in octep_vf_start_xmit()