Home
last modified time | relevance | path

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

/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()
179 vfree(oq->buff_info); in octep_setup_oq()
180 oq->buff_info = NULL; in octep_setup_oq()
208 if (oq->buff_info[i].page) { in octep_oq_free_ring_buffers()
233 vfree(oq->buff_info); in octep_free_oq()
357 buff_info->page = NULL; in octep_oq_next_pkt()
415 buff_info = (struct octep_rx_buffer *)&oq->buff_info[read_idx]; in __octep_oq_process_rx()
478 buff_info->page, 0, in __octep_oq_process_rx()
479 buff_info->len, in __octep_oq_process_rx()
[all …]
A Doctep_tx.c48 tx_buffer = iq->buff_info + fi; in octep_iq_process_completions()
112 tx_buffer = iq->buff_info + fi; in octep_iq_free_pending()
220 iq->buff_info = vzalloc(buff_info_size); in octep_setup_iq()
221 if (!iq->buff_info) { in octep_setup_iq()
231 tx_buffer = &iq->buff_info[i]; in octep_setup_iq()
271 vfree(iq->buff_info); in octep_free_iq()
A Doctep_rx.h176 struct octep_rx_buffer *buff_info; member
A Doctep_tx.h183 struct octep_tx_buffer *buff_info; member
A Doctep_main.c875 tx_buffer = iq->buff_info + wi; in octep_start_xmit()
/drivers/net/ethernet/marvell/octeon_ep_vf/
A Doctep_vf_rx.c53 oq->buff_info[i].page = page; in octep_vf_oq_fill_ring_buffers()
65 oq->buff_info[i].page = NULL; in octep_vf_oq_fill_ring_buffers()
180 vfree(oq->buff_info); in octep_vf_setup_oq()
181 oq->buff_info = NULL; in octep_vf_setup_oq()
234 vfree(oq->buff_info); in octep_vf_free_oq()
370 buff_info = (struct octep_vf_rx_buffer *)&oq->buff_info[read_idx]; in __octep_vf_oq_process_rx()
374 buff_info->page = NULL; in __octep_vf_oq_process_rx()
439 buff_info->page, 0, in __octep_vf_oq_process_rx()
440 buff_info->len, in __octep_vf_oq_process_rx()
441 buff_info->len); in __octep_vf_oq_process_rx()
[all …]
A Doctep_vf_tx.c49 tx_buffer = iq->buff_info + fi; in octep_vf_iq_process_completions()
111 tx_buffer = iq->buff_info + fi; in octep_vf_iq_free_pending()
219 iq->buff_info = vzalloc(buff_info_size); in octep_vf_setup_iq()
220 if (!iq->buff_info) { in octep_vf_setup_iq()
230 tx_buffer = &iq->buff_info[i]; in octep_vf_setup_iq()
270 vfree(iq->buff_info); in octep_vf_free_iq()
A Doctep_vf_rx.h176 struct octep_vf_rx_buffer *buff_info; member
A Doctep_vf_tx.h141 struct octep_vf_tx_buffer *buff_info; member
A Doctep_vf_main.c627 tx_buffer = iq->buff_info + wi; in octep_vf_start_xmit()
/drivers/net/ethernet/intel/igb/
A Digb_xsk.c16 void *buff_info = vmalloc(size); in igb_realloc_rx_buffer_info() local
18 if (!buff_info) in igb_realloc_rx_buffer_info()
24 ring->rx_buffer_info_zc = buff_info; in igb_realloc_rx_buffer_info()
28 ring->rx_buffer_info = buff_info; in igb_realloc_rx_buffer_info()

Completed in 22 milliseconds