OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tdes0
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/dev/ic/
dwc_gmac.c
1608
uint32_t
tdes0
= le32toh(desc->ddesc_status0);
local in function:dwc_gmac_desc_enh_tx_set_first_frag
1610
desc->ddesc_status0 = htole32(
tdes0
| DDESC_TDES0_FS);
1616
uint32_t
tdes0
= le32toh(desc->ddesc_status0);
local in function:dwc_gmac_desc_enh_tx_set_last_frag
1618
desc->ddesc_status0 = htole32(
tdes0
| DDESC_TDES0_LS | DDESC_TDES0_IC);
dwc_gmac.c
1608
uint32_t
tdes0
= le32toh(desc->ddesc_status0);
local in function:dwc_gmac_desc_enh_tx_set_first_frag
1610
desc->ddesc_status0 = htole32(
tdes0
| DDESC_TDES0_FS);
1616
uint32_t
tdes0
= le32toh(desc->ddesc_status0);
local in function:dwc_gmac_desc_enh_tx_set_last_frag
1618
desc->ddesc_status0 = htole32(
tdes0
| DDESC_TDES0_LS | DDESC_TDES0_IC);
dwc_eqos_reg.h
292
uint32_t
tdes0
;
member in struct:eqos_dma_desc
dwc_eqos_reg.h
292
uint32_t
tdes0
;
member in struct:eqos_dma_desc
/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 */
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 */
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 34 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025