Lines Matching refs:tlan_list
180 static void tlan_print_list(struct tlan_list *, char *, int);
214 tlan_store_skb(struct tlan_list *tag, struct sk_buff *skb) in tlan_store_skb()
222 tlan_get_skb(const struct tlan_list *tag) in tlan_get_skb()
848 * (sizeof(struct tlan_list)); in tlan_init()
860 priv->rx_list = (struct tlan_list *) in tlan_init()
865 priv->rx_list_dma + sizeof(struct tlan_list)*TLAN_NUM_RX_LISTS; in tlan_init()
1062 struct tlan_list *tail_list; in tlan_start_tx()
1079 priv->tx_list_dma + sizeof(struct tlan_list)*priv->tx_tail; in tlan_start_tx()
1373 struct tlan_list *head_list; in tlan_handle_tx_eof()
1417 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eof()
1507 struct tlan_list *head_list; in tlan_handle_rx_eof()
1509 struct tlan_list *tail_list; in tlan_handle_rx_eof()
1517 priv->rx_list_dma + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eof()
1559 + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eof()
1573 + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eof()
1651 struct tlan_list *head_list; in tlan_handle_tx_eoc()
1662 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eoc()
1790 + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eoc()
1922 struct tlan_list *list; in tlan_reset_lists()
1942 list_phys = priv->rx_list_dma + sizeof(struct tlan_list)*i; in tlan_reset_lists()
1957 list->forward = list_phys + sizeof(struct tlan_list); in tlan_reset_lists()
1974 struct tlan_list *list; in tlan_free_lists()
2061 static void tlan_print_list(struct tlan_list *list, char *type, int num) in tlan_print_list()