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);
|