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

  /src/sys/dev/ic/
wireg.h 159 #define WI_ALLOC_FID 0x22
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
3079 *idp = CSR_READ_2(sc, WI_ALLOC_FID);

Completed in 16 milliseconds