tx_backlog        620 drivers/atm/iphase.c    while (num_desc && (skb = skb_dequeue(&iadev->tx_backlog))) {
tx_backlog        632 drivers/atm/iphase.c          skb_queue_head(&iadev->tx_backlog, skb);
tx_backlog       2179 drivers/atm/iphase.c         skb_queue_head_init (&iadev->tx_backlog);
tx_backlog       2631 drivers/atm/iphase.c            while((skb = skb_dequeue(&iadev->tx_backlog))) {
tx_backlog       2640 drivers/atm/iphase.c              skb_queue_tail(&iadev->tx_backlog, skb);
tx_backlog       2827 drivers/atm/iphase.c              printk("skb = 0x%p\n", skb_peek(&iadev->tx_backlog));
tx_backlog       3098 drivers/atm/iphase.c         if (skb_peek(&iadev->tx_backlog)) {
tx_backlog       3099 drivers/atm/iphase.c            skb_queue_tail(&iadev->tx_backlog, skb);
tx_backlog       3103 drivers/atm/iphase.c               skb_queue_tail(&iadev->tx_backlog, skb);
tx_backlog       1002 drivers/atm/iphase.h 	struct sk_buff_head tx_dma_q, tx_backlog;