Lines Matching refs:tlan_list

183 static void	tlan_print_list(struct tlan_list *, char *, int);
216 tlan_store_skb(struct tlan_list *tag, struct sk_buff *skb) in tlan_store_skb()
224 tlan_get_skb(const struct tlan_list *tag) in tlan_get_skb()
847 * (sizeof(struct tlan_list)); in tlan_init()
858 priv->rx_list = (struct tlan_list *) in tlan_init()
863 priv->rx_list_dma + sizeof(struct tlan_list)*TLAN_NUM_RX_LISTS; in tlan_init()
1061 struct tlan_list *tail_list; in tlan_start_tx()
1078 priv->tx_list_dma + sizeof(struct tlan_list)*priv->tx_tail; in tlan_start_tx()
1372 struct tlan_list *head_list; in tlan_handle_tx_eof()
1416 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eof()
1505 struct tlan_list *head_list; in tlan_handle_rx_eof()
1507 struct tlan_list *tail_list; in tlan_handle_rx_eof()
1515 priv->rx_list_dma + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eof()
1557 + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eof()
1571 + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eof()
1648 struct tlan_list *head_list; in tlan_handle_tx_eoc()
1658 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eoc()
1786 + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eoc()
1917 struct tlan_list *list; in tlan_reset_lists()
1937 list_phys = priv->rx_list_dma + sizeof(struct tlan_list)*i; in tlan_reset_lists()
1952 list->forward = list_phys + sizeof(struct tlan_list); in tlan_reset_lists()
1969 struct tlan_list *list; in tlan_free_lists()
2056 static void tlan_print_list(struct tlan_list *list, char *type, int num) in tlan_print_list()