HomeSort by: relevance | last modified time | path
    Searched defs:bth5_softc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/bluetooth/
bth5.c 77 struct bth5_softc { struct
99 void (*sc_transmit_callback)(struct bth5_softc *, struct mbuf *);
151 static void bth5_pktintegrity_transmit(struct bth5_softc *);
152 static void bth5_pktintegrity_receive(struct bth5_softc *, struct mbuf *);
156 static void bth5_mux_transmit(struct bth5_softc *sc);
157 static void bth5_mux_receive(struct bth5_softc *sc, struct mbuf *m);
158 static __inline void bth5_send_ack_command(struct bth5_softc *sc);
160 static __inline void bth5_set_choke(struct bth5_softc *, bool);
162 static void bth5_sequencing_receive(struct bth5_softc *, struct mbuf *);
163 static bool bth5_tx_reliable_pkt(struct bth5_softc *, struct mbuf *, u_int)
    [all...]

Completed in 128 milliseconds