Searched refs:tx_desc (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.c66 struct vmxnet3_tx_desc *tx_desc; local
87 tx_desc = &vmxnet->dma->tx_desc[desc_idx];
88 tx_desc->address = cpu_to_le64 ( virt_to_bus ( iobuf->data ) );
89 tx_desc->flags[0] = ( generation | cpu_to_le32 ( iob_len ( iobuf ) ) );
90 tx_desc->flags[1] = cpu_to_le32 ( VMXNET3_TXF_CQ | VMXNET3_TXF_EOP );
438 cpu_to_le64 ( virt_to_bus ( &vmxnet->dma->tx_desc ) );
H A Dvmxnet3.h435 struct vmxnet3_tx_desc tx_desc[VMXNET3_NUM_TX_DESC]; member in struct:vmxnet3_dma
H A Dvia-velocity.c210 static u8 tx_ring[TX_DESC_DEF * sizeof(struct tx_desc) + 64];
534 struct tx_desc *td_ptr;
1157 memset(vptr->td_rings, 0, TX_DESC_DEF * sizeof(struct tx_desc));
1249 vptr->td_rings = (struct tx_desc *) (vptr->TxDescArrays + diff);
H A Ddmfe.c145 struct tx_desc { struct
148 struct tx_desc * next_tx_desc;
221 struct tx_desc txd[TX_DESC_CNT] __attribute__ ((aligned(32)));
H A Dvia-velocity.h256 struct tx_desc { struct
1812 struct tx_desc *td_rings;

Completed in 109 milliseconds