| /src/sys/arch/sgimips/hpc/ | 
| if_sq.c | 116 static int	sq_add_rxbuf(struct sq_softc *, int); 258 		if ((err = sq_add_rxbuf(sc, i)) != 0) {
 996 		if (sq_add_rxbuf(sc, i) != 0) {
 1001 			SQ_DPRINTF(("%s: sq_rxintr: buf %d sq_add_rxbuf() "
 1264 /* sq_add_rxbuf: Add a receive buffer to the indicated descriptor. */
 1266 sq_add_rxbuf(struct sq_softc *sc, int idx)  function in typeref:typename:int
 1290 		panic("sq_add_rxbuf");	/* XXX */
 
 | 
| if_sq.c | 116 static int	sq_add_rxbuf(struct sq_softc *, int); 258 		if ((err = sq_add_rxbuf(sc, i)) != 0) {
 996 		if (sq_add_rxbuf(sc, i) != 0) {
 1001 			SQ_DPRINTF(("%s: sq_rxintr: buf %d sq_add_rxbuf() "
 1264 /* sq_add_rxbuf: Add a receive buffer to the indicated descriptor. */
 1266 sq_add_rxbuf(struct sq_softc *sc, int idx)  function in typeref:typename:int
 1290 		panic("sq_add_rxbuf");	/* XXX */
 
 | 
| if_sq.c | 116 static int	sq_add_rxbuf(struct sq_softc *, int); 258 		if ((err = sq_add_rxbuf(sc, i)) != 0) {
 996 		if (sq_add_rxbuf(sc, i) != 0) {
 1001 			SQ_DPRINTF(("%s: sq_rxintr: buf %d sq_add_rxbuf() "
 1264 /* sq_add_rxbuf: Add a receive buffer to the indicated descriptor. */
 1266 sq_add_rxbuf(struct sq_softc *sc, int idx)  function in typeref:typename:int
 1290 		panic("sq_add_rxbuf");	/* XXX */
 
 |