Symbol: bth5_softc
sys/dev/bluetooth/bth5.c
1019
bth5_mux_receive(struct bth5_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bth5.c
1053
bth5_send_ack_command(struct bth5_softc *sc)
sys/dev/bluetooth/bth5.c
1085
bth5_set_choke(struct bth5_softc *sc, bool choke)
sys/dev/bluetooth/bth5.c
1098
bth5_sequencing_receive(struct bth5_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bth5.c
1181
bth5_tx_reliable_pkt(struct bth5_softc *sc, struct mbuf *m, u_int protocol_id)
sys/dev/bluetooth/bth5.c
1247
bth5_get_txack(struct bth5_softc *sc)
sys/dev/bluetooth/bth5.c
1254
bth5_signal_rxack(struct bth5_softc *sc, uint32_t rxack)
sys/dev/bluetooth/bth5.c
1294
bth5_reliabletx_callback(struct bth5_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bth5.c
1303
struct bth5_softc *sc = arg;
sys/dev/bluetooth/bth5.c
1341
bth5_sequencing_reset(struct bth5_softc *sc)
sys/dev/bluetooth/bth5.c
1368
bth5_datagramq_receive(struct bth5_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bth5.c
1409
bth5_tx_unreliable_pkt(struct bth5_softc *sc, struct mbuf *m, u_int protocol_id)
sys/dev/bluetooth/bth5.c
1460
bth5_unreliabletx_callback(struct bth5_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bth5.c
1479
bth5_start_le(struct bth5_softc *sc)
sys/dev/bluetooth/bth5.c
151
static void bth5_pktintegrity_transmit(struct bth5_softc *);
sys/dev/bluetooth/bth5.c
1510
bth5_terminate_le(struct bth5_softc *sc)
sys/dev/bluetooth/bth5.c
152
static void bth5_pktintegrity_receive(struct bth5_softc *, struct mbuf *);
sys/dev/bluetooth/bth5.c
1531
bth5_input_le(struct bth5_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bth5.c
156
static void bth5_mux_transmit(struct bth5_softc *sc);
sys/dev/bluetooth/bth5.c
157
static void bth5_mux_receive(struct bth5_softc *sc, struct mbuf *m);
sys/dev/bluetooth/bth5.c
158
static __inline void bth5_send_ack_command(struct bth5_softc *sc);
sys/dev/bluetooth/bth5.c
160
static __inline void bth5_set_choke(struct bth5_softc *, bool);
sys/dev/bluetooth/bth5.c
162
static void bth5_sequencing_receive(struct bth5_softc *, struct mbuf *);
sys/dev/bluetooth/bth5.c
163
static bool bth5_tx_reliable_pkt(struct bth5_softc *, struct mbuf *, u_int);
sys/dev/bluetooth/bth5.c
164
static __inline u_int bth5_get_txack(struct bth5_softc *);
sys/dev/bluetooth/bth5.c
165
static void bth5_signal_rxack(struct bth5_softc *, uint32_t);
sys/dev/bluetooth/bth5.c
166
static void bth5_reliabletx_callback(struct bth5_softc *, struct mbuf *);
sys/dev/bluetooth/bth5.c
1662
struct bth5_softc *sc = arg;
sys/dev/bluetooth/bth5.c
168
static void bth5_sequencing_reset(struct bth5_softc *);
sys/dev/bluetooth/bth5.c
170
static void bth5_datagramq_receive(struct bth5_softc *, struct mbuf *);
sys/dev/bluetooth/bth5.c
171
static bool bth5_tx_unreliable_pkt(struct bth5_softc *, struct mbuf *, u_int);
sys/dev/bluetooth/bth5.c
1715
struct bth5_softc *sc = device_private(self);
sys/dev/bluetooth/bth5.c
172
static void bth5_unreliabletx_callback(struct bth5_softc *, struct mbuf *);
sys/dev/bluetooth/bth5.c
1734
struct bth5_softc *sc = device_private(self);
sys/dev/bluetooth/bth5.c
174
static int bth5_start_le(struct bth5_softc *);
sys/dev/bluetooth/bth5.c
175
static void bth5_terminate_le(struct bth5_softc *);
sys/dev/bluetooth/bth5.c
1757
bth5_start(struct bth5_softc *sc)
sys/dev/bluetooth/bth5.c
176
static void bth5_input_le(struct bth5_softc *, struct mbuf *);
sys/dev/bluetooth/bth5.c
179
static void bth5_start(struct bth5_softc *);
sys/dev/bluetooth/bth5.c
1792
struct bth5_softc *sc = device_private(self);
sys/dev/bluetooth/bth5.c
1811
struct bth5_softc *sc = device_private(self);
sys/dev/bluetooth/bth5.c
1830
struct bth5_softc *sc = device_private(self);
sys/dev/bluetooth/bth5.c
1848
struct bth5_softc *sc = device_private(self);
sys/dev/bluetooth/bth5.c
198
CFATTACH_DECL_NEW(bthfive, sizeof(struct bth5_softc),
sys/dev/bluetooth/bth5.c
269
struct bth5_softc *sc = device_private(self);
sys/dev/bluetooth/bth5.c
349
struct bth5_softc *sc = device_private(self);
sys/dev/bluetooth/bth5.c
373
struct bth5_softc *sc;
sys/dev/bluetooth/bth5.c
435
struct bth5_softc *sc = tp->t_sc;
sys/dev/bluetooth/bth5.c
470
struct bth5_softc *sc = tp->t_sc;
sys/dev/bluetooth/bth5.c
499
struct bth5_softc *sc = tp->t_sc;
sys/dev/bluetooth/bth5.c
643
struct bth5_softc *sc = tp->t_sc;
sys/dev/bluetooth/bth5.c
785
bth5_pktintegrity_transmit(struct bth5_softc *sc)
sys/dev/bluetooth/bth5.c
825
bth5_pktintegrity_receive(struct bth5_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bth5.c
933
bth5_mux_transmit(struct bth5_softc *sc)
sys/dev/bluetooth/bth5.c
99
void (*sc_transmit_callback)(struct bth5_softc *, struct mbuf *);