Lines Matching defs:wsc
105 #define WE_DELAY(wsc) delay(3) argument
110 #define WE_MEM_ENABLE(wsc) \ argument
123 #define WE_MEM_DISABLE(wsc) \ argument
134 we_config(device_t self, struct we_softc *wsc, const char *typestr) in we_config()
285 struct we_softc *wsc = (struct we_softc *)sc; in we_test_mem() local
323 we_readmem(struct we_softc *wsc, int from, uint8_t *to, int len) in we_readmem()
342 struct we_softc *wsc = (struct we_softc *)sc; in we_write_mbuf() local
449 struct we_softc *wsc = (struct we_softc *)sc; in we_ring_copy() local
473 struct we_softc *wsc = (struct we_softc *)sc; in we_read_hdr() local
485 struct we_softc *wsc = (struct we_softc *)sc; in we_recv_int() local
495 struct we_softc *wsc = (struct we_softc *)sc; in we_media_init() local
551 struct we_softc *wsc = (struct we_softc *)sc; in we_init_card() local
561 we_set_media(struct we_softc *wsc, int media) in we_set_media()