Lines Matching refs:rx_list_elem
233 static inline struct rx_list_elem *
236 struct rx_list_elem *rx_struct = NULL; in e100_get_rx_struct()
240 struct rx_list_elem, list_elem); in e100_get_rx_struct()
254 static inline struct rx_list_elem *
259 struct rx_list_elem *rx_struct; in e100_alloc_skb()
295 e100_add_skb_to_end(struct e100_private *bdp, struct rx_list_elem *rx_struct) in e100_add_skb_to_end()
299 struct rx_list_elem *rx_struct_last; in e100_add_skb_to_end()
313 struct rx_list_elem, list_elem); in e100_add_skb_to_end()
336 struct rx_list_elem *rx_struct; in e100_alloc_skbs()
1783 struct rx_list_elem *rx_struct; in e100_free_rfd_pool()
1788 struct rx_list_elem, list_elem); in e100_free_rfd_pool()
1798 struct rx_list_elem, list_elem); in e100_free_rfd_pool()
1814 struct rx_list_elem *rx_struct; in e100_alloc_rfd_pool()
1821 rx_struct = kmalloc(sizeof (struct rx_list_elem), GFP_ATOMIC); in e100_alloc_rfd_pool()
2111 struct rx_list_elem *rx_struct; in e100_rx_srv()
2133 struct rx_list_elem, list_elem); in e100_rx_srv()
2459 struct rx_list_elem *rx_struct = NULL; in e100_start_ru()
2465 list_entry(entry_ptr, struct rx_list_elem, list_elem); in e100_start_ru()