HomeSort by: relevance | last modified time | path
    Searched refs:tx_buffers (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_netmap.c 257 __builtin_prefetch(&txr->tx_buffers[nic_i]);
267 struct ixgbe_tx_buf *txbuf = &txr->tx_buffers[nic_i];
274 __builtin_prefetch(&txr->tx_buffers[nic_i + 1]);
ix_txrx.c 437 txbuf = &txr->tx_buffers[first];
521 txbuf = &txr->tx_buffers[i];
545 txr->tx_buffers[first].map = txbuf->map;
551 txbuf = &txr->tx_buffers[first];
632 txr->tx_buffers = kmem_zalloc(sizeof(struct ixgbe_tx_buf) *
636 txbuf = txr->tx_buffers;
690 txbuf = txr->tx_buffers;
781 if (txr->tx_buffers == NULL)
784 tx_buffer = txr->tx_buffers;
811 if (txr->tx_buffers != NULL)
    [all...]
ixgbe.h 364 struct ixgbe_tx_buf *tx_buffers; member in struct:tx_ring
  /src/sys/dev/pci/igc/
if_igc.h 290 struct igc_tx_buf *tx_buffers; member in struct:tx_ring
if_igc.c 1704 struct igc_tx_buf *txbuf = &txr->tx_buffers[prod];
1797 struct igc_tx_buf *txbuf = &txr->tx_buffers[cons];
2943 txr->tx_buffers =
2949 struct igc_tx_buf *txbuf = &txr->tx_buffers[id];
3101 if (txr->tx_buffers == NULL)
3106 kmem_free(txr->tx_buffers,
3108 txr->tx_buffers = NULL;
3139 struct igc_tx_buf *txbuf = &txr->tx_buffers[id];

Completed in 16 milliseconds