Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_rx.c54 oq->buff_info[i].page = page; in octep_oq_fill_ring_buffers()
64 put_page(oq->buff_info[i].page); in octep_oq_fill_ring_buffers()
65 oq->buff_info[i].page = NULL; in octep_oq_fill_ring_buffers()
104 oq->buff_info[refill_idx].page = page; in octep_oq_refill()
161 oq->buff_info = vcalloc(oq->max_count, OCTEP_OQ_RECVBUF_SIZE); in octep_setup_oq()
162 if (unlikely(!oq->buff_info)) { in octep_setup_oq()
178 vfree(oq->buff_info); in octep_setup_oq()
179 oq->buff_info = NULL; in octep_setup_oq()
203 if (!oq->desc_ring || !oq->buff_info) in octep_oq_free_ring_buffers()
207 if (oq->buff_info[i].page) { in octep_oq_free_ring_buffers()
[all …]
H 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()
H A Doctep_rx.h151 struct octep_rx_buffer *buff_info; member
H A Doctep_tx.h184 struct octep_tx_buffer *buff_info; member
H A Doctep_main.c659 tx_buffer = iq->buff_info + wi; in octep_start_xmit()