Searched refs:buff_info (Results 1 – 5 of 5) 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()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 …]
49 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()
151 struct octep_rx_buffer *buff_info; member
170 struct octep_tx_buffer *buff_info; member
652 tx_buffer = iq->buff_info + wi; in octep_start_xmit()
Completed in 11 milliseconds