OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tdes0
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ic/
dwc_eqos_reg.h
292
uint32_t
tdes0
;
member in struct:eqos_dma_desc
dwc_gmac.c
1597
uint32_t
tdes0
= le32toh(desc->ddesc_status0);
local in function:dwc_gmac_desc_enh_tx_set_first_frag
1599
desc->ddesc_status0 = htole32(
tdes0
| DDESC_TDES0_FS);
1605
uint32_t
tdes0
= le32toh(desc->ddesc_status0);
local in function:dwc_gmac_desc_enh_tx_set_last_frag
1607
desc->ddesc_status0 = htole32(
tdes0
| DDESC_TDES0_LS | DDESC_TDES0_IC);
dwc_eqos.c
298
sc->sc_tx.desc_ring[index].
tdes0
= htole32((uint32_t)paddr);
386
sc->sc_rx.desc_ring[index].
tdes0
= htole32((uint32_t)paddr);
/src/sys/dev/pci/
if_kse.c
921
uint32_t
tdes0
;
local in function:kse_start
984
tdes0
= 0; /* to postpone 1st segment T0_OWN write */
999
tdes->t0 =
tdes0
;
1000
tdes0
= T0_OWN; /* 2nd and other segments */
/src/sys/arch/arm/sociox/
if_scx.c
1370
uint32_t
tdes0
;
local in function:scx_start
1426
tdes0
= 0; /* to postpone 1st segment T0_OWN write */
1444
tdes->t0 |= htole32(
tdes0
|
1447
tdes0
= T0_OWN; /* 2nd and other segments */
Completed in 17 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025