Symbol: sq_softc
sys/arch/sgimips/hpc/if_sq.c
1072
sq_txintr(struct sq_softc *sc)
sys/arch/sgimips/hpc/if_sq.c
109
static void sq_set_filter(struct sq_softc *);
sys/arch/sgimips/hpc/if_sq.c
111
static int sq_rxintr(struct sq_softc *);
sys/arch/sgimips/hpc/if_sq.c
112
static int sq_txintr(struct sq_softc *);
sys/arch/sgimips/hpc/if_sq.c
1127
sq_txring_hpc1(struct sq_softc *sc)
sys/arch/sgimips/hpc/if_sq.c
113
static void sq_txring_hpc1(struct sq_softc *);
sys/arch/sgimips/hpc/if_sq.c
114
static void sq_txring_hpc3(struct sq_softc *);
sys/arch/sgimips/hpc/if_sq.c
115
static void sq_reset(struct sq_softc *);
sys/arch/sgimips/hpc/if_sq.c
116
static int sq_add_rxbuf(struct sq_softc *, int);
sys/arch/sgimips/hpc/if_sq.c
118
static void sq_trace_dump(struct sq_softc *);
sys/arch/sgimips/hpc/if_sq.c
120
CFATTACH_DECL_NEW(sq, sizeof(struct sq_softc),
sys/arch/sgimips/hpc/if_sq.c
1204
sq_txring_hpc3(struct sq_softc *sc)
sys/arch/sgimips/hpc/if_sq.c
1269
sq_reset(struct sq_softc *sc)
sys/arch/sgimips/hpc/if_sq.c
1283
sq_add_rxbuf(struct sq_softc *sc, int idx)
sys/arch/sgimips/hpc/if_sq.c
184
struct sq_softc *sc = device_private(self);
sys/arch/sgimips/hpc/if_sq.c
388
struct sq_softc *sc = ifp->if_softc;
sys/arch/sgimips/hpc/if_sq.c
480
sq_set_filter(struct sq_softc *sc)
sys/arch/sgimips/hpc/if_sq.c
524
SQ_TRACE(SQ_IOCTL, (struct sq_softc *)ifp->if_softc, 0, 0);
sys/arch/sgimips/hpc/if_sq.c
547
struct sq_softc *sc = ifp->if_softc;
sys/arch/sgimips/hpc/if_sq.c
834
struct sq_softc *sc = ifp->if_softc;
sys/arch/sgimips/hpc/if_sq.c
859
struct sq_softc *sc = ifp->if_softc;
sys/arch/sgimips/hpc/if_sq.c
877
sq_trace_dump(struct sq_softc *sc)
sys/arch/sgimips/hpc/if_sq.c
907
struct sq_softc *sc = arg;
sys/arch/sgimips/hpc/if_sq.c
945
sq_rxintr(struct sq_softc *sc)
sys/arch/sgimips/hpc/sqvar.h
166
SQ_CDTXSYNC(struct sq_softc *sc, int __x, int __n, int ops)
sys/arch/sgimips/hpc/sqvar.h
187
SQ_INIT_RXDESC(struct sq_softc *sc, unsigned int x)