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 1706 struct igc_tx_buf *txbuf = &txr->tx_buffers[prod];
1799 struct igc_tx_buf *txbuf = &txr->tx_buffers[cons];
2945 txr->tx_buffers =
2951 struct igc_tx_buf *txbuf = &txr->tx_buffers[id];
3103 if (txr->tx_buffers == NULL)
3108 kmem_free(txr->tx_buffers,
3110 txr->tx_buffers = NULL;
3141 struct igc_tx_buf *txbuf = &txr->tx_buffers[id];

Completed in 32 milliseconds