Searched refs:sbni_softc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sbni/ |
H A D | if_sbni.c | 89 static void sbni_init_locked(struct sbni_softc *); 93 static void sbni_stop(struct sbni_softc *); 94 static void handle_channel(struct sbni_softc *); 96 static void card_start(struct sbni_softc *); 97 static int recv_frame(struct sbni_softc *); 98 static void send_frame(struct sbni_softc *); 99 static int upload_data(struct sbni_softc *, u_int, u_int, u_int, u_int32_t); 100 static int skip_tail(struct sbni_softc *, u_int, u_int32_t); 101 static void interpret_ack(struct sbni_softc *, u_int); 102 static void download_data(struct sbni_softc *, u_int32_t *); [all …]
|
H A D | if_sbnivar.h | 66 struct sbni_softc { struct 115 struct sbni_softc *slave_sc; argument 118 struct sbni_softc *link; argument 127 int sbni_probe(struct sbni_softc *); 128 void sbni_attach(struct sbni_softc *, int, struct sbni_flags); 129 void sbni_detach(struct sbni_softc *); 130 void sbni_release_resources(struct sbni_softc *); 135 void sbni_add(struct sbni_softc *); 136 struct sbni_softc *connect_to_master(struct sbni_softc *);
|
H A D | if_sbni_pci.c | 64 sizeof(struct sbni_softc) 73 struct sbni_softc *sc; in sbni_pci_probe() 81 sc->slave_sc = malloc(sizeof(struct sbni_softc), in sbni_pci_probe() 116 struct sbni_softc *sc; in sbni_pci_attach() 161 struct sbni_softc *sc; in sbni_pci_detach()
|
H A D | if_sbni_isa.c | 62 sizeof(struct sbni_softc) 72 struct sbni_softc *sc; in sbni_probe_isa() 101 struct sbni_softc *sc; in sbni_attach_isa() 124 struct sbni_softc *master; in sbni_attach_isa()
|