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

  /src/sys/dev/pci/ixgbe/
ixgbe.h 288 struct ixgbe_tx_buf { struct
364 struct ixgbe_tx_buf *tx_buffers;
ixgbe_netmap.c 267 struct ixgbe_tx_buf *txbuf = &txr->tx_buffers[nic_i];
ix_txrx.c 415 struct ixgbe_tx_buf *txbuf;
612 struct ixgbe_tx_buf *txbuf;
632 txr->tx_buffers = kmem_zalloc(sizeof(struct ixgbe_tx_buf) *
664 struct ixgbe_tx_buf *txbuf;
776 struct ixgbe_tx_buf *tx_buffer;
813 sizeof(struct ixgbe_tx_buf) * sc->num_tx_desc);
1115 struct ixgbe_tx_buf *buf;

Completed in 14 milliseconds