HomeSort by: relevance | last modified time | path
    Searched defs:tdes0 (Results 1 - 4 of 4) 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_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 */
  /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 26 milliseconds