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

/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_hw.h764 struct tx_desc { struct
945 struct tx_desc *TxDescQRead; /* The next ring entry to be freed */
946 struct tx_desc *TxDescQWrite; /* The next free ring entry */
947 struct tx_desc *TxDescQStart; /* The start of the ring entries */
948 struct tx_desc *TxDescQEnd; /* The end of the ring entries */
967 struct tx_desc *Tx_desc;
H A Damd8111s_main.c831 length = sizeof (struct tx_desc) * TX_RING_SIZE + ALIGNMENT;
860 pMil->Tx_desc = (struct tx_desc *)
1425 struct tx_desc *pTx_desc = adapter->pMil->pNonphysical->TxDescQStart;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_send.c97 tx_desc_t tx_desc, *tmp_desc_p; local
308 tx_desc.value = 0;
478 hpi_desc_handle, &tx_desc,
514 tx_desc.value = 0;
554 save_desc_p = &tx_desc;
556 tmp_desc_p = &tx_desc;
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_main.c383 txbuffsize = ngep->tx_desc * ngep->buf_size;
385 txdescsize = ngep->tx_desc;
506 srp->desc.nslots = ngep->tx_desc;
1019 ngep->tx_desc = NGE_SEND_JB2500_SLOTS_DESC;
1026 ngep->tx_desc = NGE_SEND_JB4500_SLOTS_DESC;
1033 ngep->tx_desc = NGE_SEND_JB9000_SLOTS_DESC;
1040 ngep->tx_desc = NGE_SEND_JB9000_SLOTS_DESC;
1047 ngep->tx_desc = NGE_SEND_LOWMEM_SLOTS_DESC;
1054 ngep->tx_desc = dev_param_p->tx_desc_num;
1636 ngep->tx_desc
[all...]
H A Dnge.h731 uint32_t tx_desc; member in struct:nge
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_main.c315 DMA_ZERO(rgep->tx_desc);
329 DMA_SYNC(rgep->tx_desc, DDI_DMA_SYNC_FORDEV);
486 rgep->tx_desc = rgep->dma_area_txdesc;
487 DMA_ZERO(rgep->tx_desc);
488 rgep->tx_ring = rgep->tx_desc.mem_va;
490 desc = rgep->tx_desc;
511 DMA_SYNC(rgep->tx_desc, DDI_DMA_SYNC_FORDEV);
H A Drge.h440 dma_area_t tx_desc; member in struct:rge
H A Drge_rxtx.c651 DMA_SYNC(rgep->tx_desc, DDI_DMA_SYNC_FORDEV);
H A Drge_chip.c994 val32 = rgep->tx_desc.cookie.dmac_laddress;
996 val32 = rgep->tx_desc.cookie.dmac_laddress >> 32;
/illumos-gate/usr/src/uts/common/io/ntxn/
H A Dunm_gem.c702 int i, ring, tx_desc, rx_desc, rx_jdesc, maxrx; local
726 tx_desc = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS,
728 if (tx_desc >= 256 && tx_desc <= MAX_CMD_DESCRIPTORS && ISP2(tx_desc)) {
729 adapter->MaxTxDescCount = tx_desc;
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c448 descp = &dmfep->tx_desc;
942 descp = &dmfep->tx_desc;
1062 descp = &dmfep->tx_desc;
1246 descp = &dmfep->tx_desc;
1378 dmfe_setup_put32(&dmfep->tx_desc, SETUPBUF_PHYS+index/2,
2320 &dmfep->tx_desc);
2402 dmfe_free_dma_mem(&dmfep->tx_desc);
2700 bzero(dmfep->tx_desc.setup_va, SETUPBUF_SIZE);
H A Ddmfe_impl.h173 dma_area_t tx_desc; /* transmit descriptors */ member in struct:dmfe
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c1016 desc = &dnetp->tx_desc[current_desc];
1324 struct tx_desc_type *ring = dnetp->tx_desc;
1868 struct tx_desc_type *descp = &(dnetp->tx_desc[index]);
2152 if ((dnetp->tx_desc != NULL) &&
2209 if (dnetp->tx_desc == NULL) {
2213 (caddr_t *)&dnetp->tx_desc, &len,
2218 NULL, (caddr_t)dnetp->tx_desc,
2224 bzero(dnetp->tx_desc, len);
2307 if (dnetp->tx_desc != NULL) {
2309 dnetp->tx_desc
[all...]
H A Ddnet.h376 struct tx_desc_type *tx_desc; /* virtual addr of xmit desc */ member in struct:dnetinstance
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c145 tx_desc_t tx_desc, *tmp_desc_p; local
480 tx_desc.value = 0;
673 &tx_desc,
717 tx_desc.value = 0;
766 save_desc_p = &tx_desc;
768 tmp_desc_p = &tx_desc;
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dadapter.h130 struct tx_desc { struct
218 struct tx_desc *desc; /* KVA of descriptor ring */
H A Dt4_sge.c2809 offset * sizeof (struct tx_desc), 0,
2812 0, eq->pidx * sizeof (struct tx_desc),
2816 (eq->pidx - eq->pending) * sizeof (struct tx_desc),
2817 eq->pending * sizeof (struct tx_desc),
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c1651 struct e1000_tx_desc *tx_desc; local
1663 tx_desc = &(tx_ring->tbd_first[hw_tdt]);
1664 length += tx_desc->lower.flags.length;
1665 eop = tx_desc->lower.data & E1000_TXD_CMD_EOP;
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h779 dma_area_t tx_desc; /* transmit descriptors */ member in struct:bge
H A Dbge_kstats.c420 (knp++)->value.ui64 = bgep->tx_desc.cookie.dmac_laddress;
H A Dbge_main2.c2767 DDI_DMA_RDWR | DDI_DMA_CONSISTENT, &bgep->tx_desc);
2959 area = bgep->tx_desc;
3036 bge_free_dma_mem(&bgep->tx_desc);
H A Dbge_chip2.c6089 areap = &bgep->tx_desc;

Completed in 190 milliseconds