HomeSort by: relevance | last modified time | path
    Searched refs:at_buf1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
atwreg.h 930 volatile uint32_t at_buf1; member in struct:atw_txdesc
963 #define ATW_TXFLAG_TBS1_MASK __BITS(11,0) /* at_buf1 byte count */
atw.c 3307 printf(" at_buf1: 0x%08x\n",
3308 le32toh(sc->sc_txdescs[i].at_buf1));
3814 txd->at_buf1 = htole32(dmamap->dm_segs[seg].ds_addr);
3837 printf(" at_buf1: 0x%08x\n",
3838 le32toh(sc->sc_txdescs[seg].at_buf1));

Completed in 39 milliseconds