HomeSort by: relevance | last modified time | path
    Searched defs:an_alloc_fid (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
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 12 milliseconds