Home
last modified time | relevance | path

Searched refs:rx_struct_pool (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/e100/
De100_main.c238 if (!list_empty(&(bdp->rx_struct_pool))) { in e100_get_rx_struct()
239 rx_struct = list_entry(bdp->rx_struct_pool.next, in e100_get_rx_struct()
1796 while (!list_empty(&(bdp->rx_struct_pool))) { in e100_free_rfd_pool()
1797 rx_struct = list_entry(bdp->rx_struct_pool.next, in e100_free_rfd_pool()
1818 INIT_LIST_HEAD(&(bdp->rx_struct_pool)); in e100_alloc_rfd_pool()
1822 list_add(&(rx_struct->list_elem), &(bdp->rx_struct_pool)); in e100_alloc_rfd_pool()
2166 list_add(&(rx_struct->list_elem), &(bdp->rx_struct_pool)); in e100_rx_srv()
De100.h876 struct list_head rx_struct_pool; /* pool of rx buffer struct headers */ member