Searched refs:tx_iobuf (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.c74 if ( vmxnet->tx_iobuf[desc_idx] ) {
84 vmxnet->tx_iobuf[desc_idx] = iobuf;
131 iobuf = vmxnet->tx_iobuf[desc_idx];
140 vmxnet->tx_iobuf[desc_idx] = NULL;
159 if ( vmxnet->tx_iobuf[i] ) {
160 netdev_tx_complete_err ( netdev, vmxnet->tx_iobuf[i],
162 vmxnet->tx_iobuf[i] = NULL;
H A Dpcnet32.h134 struct io_buffer *tx_iobuf[TX_RING_SIZE]; member in struct:pcnet32_private
H A D3c90x.h303 struct io_buffer *tx_iobuf[TX_RING_SIZE]; member in struct:INF_3C90X
H A Db44.c477 memset(bp->tx_iobuf, 0, sizeof(bp->tx_iobuf));
797 bp->tx_iobuf[cur] = iobuf;
832 netdev_tx_complete(bp->netdev, bp->tx_iobuf[i]);
833 bp->tx_iobuf[i] = NULL;
H A D3c90x.c293 netdev_tx_complete(netdev, p->tx_iobuf[p->tx_tail]);
296 DBG2(" size: %zd\n", iob_len(p->tx_iobuf[p->tx_tail]));
337 inf_3c90x->tx_iobuf[inf_3c90x->tx_cur] = iob;
H A Dvmxnet3.h477 struct io_buffer *tx_iobuf[VMXNET3_NUM_TX_DESC]; member in struct:vmxnet3_nic
H A Db44.h424 struct io_buffer *tx_iobuf[B44_RING_SIZE]; member in struct:b44_private
H A Dforcedeth.h325 struct io_buffer *tx_iobuf[TX_RING_SIZE]; member in struct:forcedeth_private
H A Dpcnet32.c769 priv->tx_iobuf[priv->tx_curr] = iobuf;
828 netdev_tx_complete ( netdev, priv->tx_iobuf[priv->tx_tail]);
H A Dforcedeth.c191 priv->tx_iobuf[i] = NULL;
814 priv->tx_iobuf[priv->tx_curr] = iobuf;
878 netdev_tx_complete ( netdev, priv->tx_iobuf[priv->tx_tail] );
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/igbvf/
H A Digbvf.h283 struct io_buffer *tx_iobuf[NUM_TX_DESC]; member in struct:igbvf_adapter
H A Digbvf_main.c226 netdev_tx_complete ( netdev, adapter->tx_iobuf[i] );
712 adapter->tx_iobuf[tx_curr] = iobuf;

Completed in 113 milliseconds