Searched refs:tx_buffer_info (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dixgbevf_main.c138 *tx_buffer_info)
140 if (tx_buffer_info->dma) {
141 if (tx_buffer_info->mapped_as_page)
143 tx_buffer_info->dma,
144 tx_buffer_info->length,
148 tx_buffer_info->dma,
149 tx_buffer_info->length,
151 tx_buffer_info->dma = 0;
153 if (tx_buffer_info->skb) {
154 dev_kfree_skb_any(tx_buffer_info
136 ixgbevf_unmap_and_free_tx_resource(struct ixgbevf_adapter *adapter, struct ixgbevf_tx_buffer *tx_buffer_info) argument
223 struct ixgbevf_tx_buffer *tx_buffer_info; local
1774 struct ixgbevf_tx_buffer *tx_buffer_info; local
2763 struct ixgbevf_tx_buffer *tx_buffer_info; local
2850 struct ixgbevf_tx_buffer *tx_buffer_info; local
2923 struct ixgbevf_tx_buffer *tx_buffer_info; local
3029 struct ixgbevf_tx_buffer *tx_buffer_info; local
[all...]
H A Dixgbevf.h68 struct ixgbevf_tx_buffer *tx_buffer_info; member in union:ixgbevf_ring::__anon12958
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_main.c310 struct ixgbe_tx_buffer *tx_buffer_info; local
351 tx_buffer_info =
352 &tx_ring->tx_buffer_info[tx_ring->next_to_clean];
355 (u64)tx_buffer_info->dma,
356 tx_buffer_info->length,
357 tx_buffer_info->next_to_watch,
358 (u64)tx_buffer_info->time_stamp);
389 tx_buffer_info = &tx_ring->tx_buffer_info[i];
395 (u64)tx_buffer_info
604 ixgbe_unmap_and_free_tx_resource(struct ixgbe_adapter *adapter, struct ixgbe_tx_buffer *tx_buffer_info) argument
740 struct ixgbe_tx_buffer *tx_buffer_info; local
3676 struct ixgbe_tx_buffer *tx_buffer_info; local
5721 struct ixgbe_tx_buffer *tx_buffer_info; local
5805 struct ixgbe_tx_buffer *tx_buffer_info; local
5893 struct ixgbe_tx_buffer *tx_buffer_info; local
6000 struct ixgbe_tx_buffer *tx_buffer_info; local
[all...]
H A Dixgbe_fcoe.c383 struct ixgbe_tx_buffer *tx_buffer_info; local
480 tx_buffer_info = &tx_ring->tx_buffer_info[i];
481 tx_buffer_info->time_stamp = jiffies;
482 tx_buffer_info->next_to_watch = i;
H A Dixgbe_ethtool.c1464 if (tx_ring->desc && tx_ring->tx_buffer_info) {
1467 &(tx_ring->tx_buffer_info[i]);
1500 kfree(tx_ring->tx_buffer_info);
1501 tx_ring->tx_buffer_info = NULL;
1519 tx_ring->tx_buffer_info = kcalloc(tx_ring->count,
1522 if (!(tx_ring->tx_buffer_info)) {
1570 tx_ring->tx_buffer_info[i].skb = skb;
1571 tx_ring->tx_buffer_info[i].length = skb->len;
1572 tx_ring->tx_buffer_info[i].dma =
1576 cpu_to_le64(tx_ring->tx_buffer_info[
[all...]
H A Dixgbe.h144 struct ixgbe_tx_buffer *tx_buffer_info; member in union:ixgbe_ring::__anon12935

Completed in 139 milliseconds