Home
last modified time | relevance | path

Searched refs:buff_info (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/marvell/octeon_ep/
A Doctep_rx.c54 oq->buff_info[i].page = page; in octep_oq_fill_ring_buffers()
65 oq->buff_info[i].page = NULL; in octep_oq_fill_ring_buffers()
178 vfree(oq->buff_info); in octep_setup_oq()
179 oq->buff_info = NULL; in octep_setup_oq()
232 vfree(oq->buff_info); in octep_free_oq()
367 buff_info = (struct octep_rx_buffer *)&oq->buff_info[read_idx]; in __octep_oq_process_rx()
371 buff_info->page = NULL; in __octep_oq_process_rx()
434 buff_info->page, 0, in __octep_oq_process_rx()
435 buff_info->len, in __octep_oq_process_rx()
436 buff_info->len); in __octep_oq_process_rx()
[all …]
A Doctep_tx.c49 tx_buffer = iq->buff_info + fi; in octep_iq_process_completions()
114 tx_buffer = iq->buff_info + fi; in octep_iq_free_pending()
222 iq->buff_info = vzalloc(buff_info_size); in octep_setup_iq()
223 if (!iq->buff_info) { in octep_setup_iq()
233 tx_buffer = &iq->buff_info[i]; in octep_setup_iq()
273 vfree(iq->buff_info); in octep_free_iq()
A Doctep_rx.h151 struct octep_rx_buffer *buff_info; member
A Doctep_tx.h170 struct octep_tx_buffer *buff_info; member
A Doctep_main.c652 tx_buffer = iq->buff_info + wi; in octep_start_xmit()

Completed in 8 milliseconds