Home
last modified time | relevance | path

Searched refs:an_alloc_fid (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/ic/
Dan.c146 static int an_alloc_fid(struct an_softc *, int, int *);
554 if ((error = an_alloc_fid(sc, AN_TX_MAX_LEN, &fid)) != 0) { in an_init()
1782 an_alloc_fid(struct an_softc *sc, int len, int *idp) in an_alloc_fid() function