Lines Matching defs:static
74 #define static
101 static int sq_match(device_t, cfdata_t, void *);
102 static void sq_attach(device_t, device_t, void *);
103 static int sq_init(struct ifnet *);
104 static void sq_start(struct ifnet *);
105 static void sq_stop(struct ifnet *, int);
106 static void sq_watchdog(struct ifnet *);
107 static int sq_ioctl(struct ifnet *, u_long, void *);
109 static void sq_set_filter(struct sq_softc *);
110 static int sq_intr(void *);
111 static int sq_rxintr(struct sq_softc *);
112 static int sq_txintr(struct sq_softc *);
113 static void sq_txring_hpc1(struct sq_softc *);
114 static void sq_txring_hpc3(struct sq_softc *);
115 static void sq_reset(struct sq_softc *);
116 static int sq_add_rxbuf(struct sq_softc *, int);
117 static void sq_dump_buffer(paddr_t, psize_t);
118 static void sq_trace_dump(struct sq_softc *);
142 static int
172 static void
462 static void
569 * XXX the right way of doing this is to use a static buffer
859 static void
887 static int
927 static int
1054 static int
1109 static void
1186 static void