Home
last modified time | relevance | path

Searched refs:tx_free_list (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/staging/octeon/
Dethernet-tx.c96 if (skb_queue_len(&priv->tx_free_list[qos]) == 0) in cvm_oct_free_tx_skbs()
108 spin_lock_irqsave(&priv->tx_free_list[qos].lock, flags); in cvm_oct_free_tx_skbs()
112 t = __skb_dequeue(&priv->tx_free_list[qos]); in cvm_oct_free_tx_skbs()
117 spin_unlock_irqrestore(&priv->tx_free_list[qos].lock, in cvm_oct_free_tx_skbs()
127 total_remaining += skb_queue_len(&priv->tx_free_list[qos]); in cvm_oct_free_tx_skbs()
225 spin_lock_irqsave(&priv->tx_free_list[qos].lock, flags); in cvm_oct_xmit()
441 spin_lock_irqsave(&priv->tx_free_list[qos].lock, flags); in cvm_oct_xmit()
444 if (unlikely(skb_queue_len(&priv->tx_free_list[qos]) >= in cvm_oct_xmit()
449 spin_unlock_irqrestore(&priv->tx_free_list[qos].lock, in cvm_oct_xmit()
452 spin_lock_irqsave(&priv->tx_free_list[qos].lock, in cvm_oct_xmit()
[all …]
Docteon-ethernet.h40 struct sk_buff_head tx_free_list[16]; member
Dethernet.c737 skb_queue_head_init(&priv->tx_free_list[qos]); in cvm_oct_probe()
787 skb_queue_head_init(&priv->tx_free_list[qos]); in cvm_oct_probe()
/linux-4.4.14/tools/perf/scripts/python/
Dnetdev-times.py39 tx_free_list = []; # list of packets which is freed variable
214 for i in range(len(tx_free_list)):
215 print_transmit(tx_free_list[i])
435 tx_free_list.append(skb)
452 tx_free_list.append(skb)
/linux-4.4.14/drivers/net/wireless/ipw2x00/
Dipw2100.h558 struct list_head tx_free_list; member
Dipw2100.c2945 list_add_tail(element, &priv->tx_free_list); in __ipw2100_tx_process()
3404 if (list_empty(&priv->tx_free_list)) in ipw2100_tx()
3407 element = priv->tx_free_list.next; in ipw2100_tx()
4498 INIT_LIST_HEAD(&priv->tx_free_list); in ipw2100_tx_initialize()
4511 list_add_tail(&priv->tx_buffers[i].list, &priv->tx_free_list); in ipw2100_tx_initialize()
5839 list_add_tail(element, &priv->tx_free_list); in ipw2100_close()
6139 INIT_LIST_HEAD(&priv->tx_free_list); in ipw2100_alloc_device()