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

  /src/sys/dev/ic/
wi.c 195 STATIC int wi_alloc_fid(struct wi_softc *, int, int *);
932 error = wi_alloc_fid(sc, sc->sc_buflen,
1864 fid = CSR_READ_2(sc, WI_ALLOC_FID);
3061 wi_alloc_fid(struct wi_softc *sc, int len, int *idp) function in typeref:typename:STATIC int
3079 *idp = CSR_READ_2(sc, WI_ALLOC_FID);

Completed in 12 milliseconds