Home
last modified time | relevance | path

Searched refs:desc0 (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/dwc/
H A Ddwc1000_dma.c189 sc->txdesc_ring[idx].desc0 = 0; in txdesc_clear()
197 uint32_t desc0, desc1; in txdesc_setup() local
200 desc0 = 0; in txdesc_setup()
207 desc0 = ETDESC0_TCH | flags; in txdesc_setup()
209 desc0 |= ETDESC0_FS; in txdesc_setup()
211 desc0 |= ETDESC0_LS | ETDESC0_IC; in txdesc_setup()
216 sc->txdesc_ring[idx].desc0 = desc0; in txdesc_setup()
219 sc->txdesc_ring[idx].desc0 |= TDESC0_OWN; in txdesc_setup()
240 sc->rxdesc_ring[idx].desc0 = RDESC0_OWN; in rxdesc_setup()
360 rdesc0 = desc ->desc0; in dwc_rxfinish_one()
[all …]
H A Ddwc1000_dma.h39 uint32_t desc0; member
/freebsd/sys/dev/axgbe/
H A Dxgbe-txrx.c244 rdesc->desc0 = cpu_to_le32(lower_32_bits(pi->ipi_segs[cur_seg].ds_addr)); in axgbe_isc_txd_encap()
318 rdesc->desc0 = in axgbe_isc_txd_encap()
480 rdesc->desc0 = in axgbe_isc_rxd_refill()
496 rdesc->desc0 = rdesc->desc2 = in axgbe_isc_rxd_refill()
H A Dxgbe-dev.c1291 rdesc->desc0 = 0; in xgbe_tx_desc_reset()
1457 packet->vlan_ctag = XGMAC_GET_BITS_LE(rdesc->desc0, in xgbe_dev_read()
1491 __func__, rdesc->desc0, rdesc->desc1, rdesc->desc2, in xgbe_dev_read()
H A Dxgbe.h430 __le32 desc0; member
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.c756 ar9300_Stub_ProcRxDesc(struct ath_hal *ah, struct ath_desc *desc0, in ar9300_Stub_ProcRxDesc() argument