Searched refs:buff_info (Results 1 – 11 of 11) sorted by relevance
54 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 …]
48 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()
176 struct octep_rx_buffer *buff_info; member
183 struct octep_tx_buffer *buff_info; member
875 tx_buffer = iq->buff_info + wi; in octep_start_xmit()
53 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 …]
49 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()
176 struct octep_vf_rx_buffer *buff_info; member
141 struct octep_vf_tx_buffer *buff_info; member
627 tx_buffer = iq->buff_info + wi; in octep_vf_start_xmit()
16 void *buff_info = vmalloc(size); in igb_realloc_rx_buffer_info() local18 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