Searched refs:active_rx_list (Results 1 – 2 of 2) sorted by relevance
311 if (!list_empty(&(bdp->active_rx_list))) { in e100_add_skb_to_end()312 rx_struct_last = list_entry(bdp->active_rx_list.prev, in e100_add_skb_to_end()329 list_add_tail(&(rx_struct->list_elem), &(bdp->active_rx_list)); in e100_add_skb_to_end()1785 while (!list_empty(&(bdp->active_rx_list))) { in e100_free_rfd_pool()1787 rx_struct = list_entry(bdp->active_rx_list.next, in e100_free_rfd_pool()1817 INIT_LIST_HEAD(&(bdp->active_rx_list)); in e100_alloc_rfd_pool()1825 return !list_empty(&(bdp->active_rx_list)); in e100_alloc_rfd_pool()1926 if (list_empty(&bdp->active_rx_list)) in e100_watchdog()2128 if (list_empty(&(bdp->active_rx_list))) { in e100_rx_srv()2132 rx_struct = list_entry(bdp->active_rx_list.next, in e100_rx_srv()[all …]
875 struct list_head active_rx_list; /* list of rx buffers */ member