Searched refs:active_buf_list (Results 1 – 3 of 3) sorted by relevance
1906 mutex_destroy(&rx_buf_area->active_buf_list.lock); in qede_free_rx_buffers_legacy()1971 qede_rx_buf_list_t *active_buf_list = &rx_buf_area->active_buf_list; in qede_init_bd() local1975 active_buf_list->buf_list[i] = rx_buffer; in qede_init_bd()1976 active_buf_list->num_entries++; in qede_init_bd()1991 active_buf_list->tail = 0; in qede_init_bd()2002 qede_rx_buf_list_t *active_buf_list = in qede_get_from_active_list() local2003 &rx_ring->rx_buf_area->active_buf_list; in qede_get_from_active_list()2004 u16 head = active_buf_list->head; in qede_get_from_active_list()2006 rx_buffer = active_buf_list->buf_list[head]; in qede_get_from_active_list()2007 active_buf_list->buf_list[head] = NULL; in qede_get_from_active_list()[all …]
450 qede_rx_buf_list_t active_buf_list; member
629 rx_ring->rx_buf_area->active_buf_list.num_entries; in qede_kstat_rxq_update()