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

  /src/sys/dev/ic/
atwreg.h 931 volatile uint32_t at_buf2; member in struct:atw_txdesc
961 #define ATW_TXFLAG_TCH __BIT(24) /* at_buf2 is 2nd chain */
962 #define ATW_TXFLAG_TBS2_MASK __BITS(23,12) /* at_buf2 byte count */
atw.c 1270 sc->sc_txdescs[i].at_buf2 =
3309 printf(" at_buf2: 0x%08x\n",
3310 le32toh(sc->sc_txdescs[i].at_buf2));
3839 printf(" at_buf2: 0x%08x\n",
3840 le32toh(sc->sc_txdescs[seg].at_buf2));

Completed in 35 milliseconds