Lines Matching refs:tlan_list
183 static void tlan_print_list(struct tlan_list *, char *, int);
219 tlan_store_skb(struct tlan_list *tag, struct sk_buff *skb) in tlan_store_skb()
227 tlan_get_skb(const struct tlan_list *tag) in tlan_get_skb()
825 * (sizeof(struct tlan_list)); in tlan_init()
835 priv->rx_list = (struct tlan_list *) in tlan_init()
840 priv->rx_list_dma + sizeof(struct tlan_list)*TLAN_NUM_RX_LISTS; in tlan_init()
1039 struct tlan_list *tail_list; in tlan_start_tx()
1056 priv->tx_list_dma + sizeof(struct tlan_list)*priv->tx_tail; in tlan_start_tx()
1350 struct tlan_list *head_list; in tlan_handle_tx_eof()
1394 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eof()
1483 struct tlan_list *head_list; in tlan_handle_rx_eof()
1485 struct tlan_list *tail_list; in tlan_handle_rx_eof()
1493 priv->rx_list_dma + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eof()
1535 + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eof()
1549 + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eof()
1626 struct tlan_list *head_list; in tlan_handle_tx_eoc()
1636 + sizeof(struct tlan_list)*priv->tx_head; in tlan_handle_tx_eoc()
1764 + sizeof(struct tlan_list)*priv->rx_head; in tlan_handle_rx_eoc()
1895 struct tlan_list *list; in tlan_reset_lists()
1915 list_phys = priv->rx_list_dma + sizeof(struct tlan_list)*i; in tlan_reset_lists()
1930 list->forward = list_phys + sizeof(struct tlan_list); in tlan_reset_lists()
1947 struct tlan_list *list; in tlan_free_lists()
2031 static void tlan_print_list(struct tlan_list *list, char *type, int num) in tlan_print_list()