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

  /src/sys/dev/ic/
anreg.h 120 #define AN_ALLOC_FID 0x22
an.c 146 static int an_alloc_fid(struct an_softc *, int, int *);
554 if ((error = an_alloc_fid(sc, AN_TX_MAX_LEN, &fid)) != 0) {
1782 an_alloc_fid(struct an_softc *sc, int len, int *idp) function in typeref:typename:int
1802 *idp = CSR_READ_2(sc, AN_ALLOC_FID);

Completed in 16 milliseconds