Searched refs:ray_softc (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pcmcia/ |
H A D | if_ray.c | 149 struct ray_softc { struct 257 typedef void (*ray_cmd_func_t)(struct ray_softc *); 272 static int ray_alloc_ccs(struct ray_softc *, bus_size_t *, u_int, u_int); 273 static bus_size_t ray_fill_in_tx_ccs(struct ray_softc *, size_t, 277 static ray_cmd_func_t ray_ccs_done(struct ray_softc *, bus_size_t); 280 static void ray_cmd_cancel(struct ray_softc *, int); 281 static void ray_cmd_schedule(struct ray_softc *, int); 282 static void ray_cmd_ran(struct ray_softc *, int); 283 static int ray_cmd_is_running(struct ray_softc *, int); 284 static int ray_cmd_is_scheduled(struct ray_softc *, int); [all …]
|