Symbol: bcsp_softc
sys/dev/bluetooth/bcsp.c
1031
bcsp_set_choke(struct bcsp_softc *sc, bool choke)
sys/dev/bluetooth/bcsp.c
1044
bcsp_sequencing_receive(struct bcsp_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bcsp.c
1121
bcsp_tx_reliable_pkt(struct bcsp_softc *sc, struct mbuf *m, u_int protocol_id)
sys/dev/bluetooth/bcsp.c
1187
bcsp_rx_reliable_pkt(struct bcsp_softc *sc, struct mbuf *m, u_int protocol_id)
sys/dev/bluetooth/bcsp.c
1195
bcsp_link_failed(struct bcsp_softc *sc)
sys/dev/bluetooth/bcsp.c
1203
bcsp_get_txack(struct bcsp_softc *sc)
sys/dev/bluetooth/bcsp.c
1210
bcsp_signal_rxack(struct bcsp_softc *sc, uint32_t rxack)
sys/dev/bluetooth/bcsp.c
1248
bcsp_reliabletx_callback(struct bcsp_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bcsp.c
1257
struct bcsp_softc *sc = arg;
sys/dev/bluetooth/bcsp.c
1293
bcsp_sequencing_reset(struct bcsp_softc *sc)
sys/dev/bluetooth/bcsp.c
1320
bcsp_datagramq_receive(struct bcsp_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bcsp.c
1361
bcsp_tx_unreliable_pkt(struct bcsp_softc *sc, struct mbuf *m, u_int protocol_id)
sys/dev/bluetooth/bcsp.c
1413
bcsp_rx_unreliable_pkt(struct bcsp_softc *sc, struct mbuf *m, u_int protocol_id)
sys/dev/bluetooth/bcsp.c
1421
bcsp_unreliabletx_callback(struct bcsp_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bcsp.c
1440
bcsp_start_le(struct bcsp_softc *sc)
sys/dev/bluetooth/bcsp.c
146
static void bcsp_pktintegrity_transmit(struct bcsp_softc *);
sys/dev/bluetooth/bcsp.c
1466
bcsp_terminate_le(struct bcsp_softc *sc)
sys/dev/bluetooth/bcsp.c
147
static void bcsp_pktintegrity_receive(struct bcsp_softc *, struct mbuf *);
sys/dev/bluetooth/bcsp.c
1487
bcsp_input_le(struct bcsp_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bcsp.c
151
static void bcsp_mux_transmit(struct bcsp_softc *sc);
sys/dev/bluetooth/bcsp.c
152
static void bcsp_mux_receive(struct bcsp_softc *sc, struct mbuf *m);
sys/dev/bluetooth/bcsp.c
153
static __inline void bcsp_send_ack_command(struct bcsp_softc *sc);
sys/dev/bluetooth/bcsp.c
155
static __inline void bcsp_set_choke(struct bcsp_softc *, bool);
sys/dev/bluetooth/bcsp.c
157
static void bcsp_sequencing_receive(struct bcsp_softc *, struct mbuf *);
sys/dev/bluetooth/bcsp.c
158
static bool bcsp_tx_reliable_pkt(struct bcsp_softc *, struct mbuf *, u_int);
sys/dev/bluetooth/bcsp.c
159
static __inline u_int bcsp_get_txack(struct bcsp_softc *);
sys/dev/bluetooth/bcsp.c
1598
struct bcsp_softc *sc = arg;
sys/dev/bluetooth/bcsp.c
160
static void bcsp_signal_rxack(struct bcsp_softc *, uint32_t);
sys/dev/bluetooth/bcsp.c
161
static void bcsp_reliabletx_callback(struct bcsp_softc *, struct mbuf *);
sys/dev/bluetooth/bcsp.c
163
static void bcsp_sequencing_reset(struct bcsp_softc *);
sys/dev/bluetooth/bcsp.c
1648
struct bcsp_softc *sc = device_private(self);
sys/dev/bluetooth/bcsp.c
165
static void bcsp_datagramq_receive(struct bcsp_softc *, struct mbuf *);
sys/dev/bluetooth/bcsp.c
166
static bool bcsp_tx_unreliable_pkt(struct bcsp_softc *, struct mbuf *, u_int);
sys/dev/bluetooth/bcsp.c
1667
struct bcsp_softc *sc = device_private(self);
sys/dev/bluetooth/bcsp.c
167
static void bcsp_unreliabletx_callback(struct bcsp_softc *, struct mbuf *);
sys/dev/bluetooth/bcsp.c
169
static int bcsp_start_le(struct bcsp_softc *);
sys/dev/bluetooth/bcsp.c
1690
bcsp_start(struct bcsp_softc *sc)
sys/dev/bluetooth/bcsp.c
170
static void bcsp_terminate_le(struct bcsp_softc *);
sys/dev/bluetooth/bcsp.c
171
static void bcsp_input_le(struct bcsp_softc *, struct mbuf *);
sys/dev/bluetooth/bcsp.c
1725
struct bcsp_softc *sc = device_private(self);
sys/dev/bluetooth/bcsp.c
174
static void bcsp_start(struct bcsp_softc *);
sys/dev/bluetooth/bcsp.c
1744
struct bcsp_softc *sc = device_private(self);
sys/dev/bluetooth/bcsp.c
1763
struct bcsp_softc *sc = device_private(self);
sys/dev/bluetooth/bcsp.c
1781
struct bcsp_softc *sc = device_private(self);
sys/dev/bluetooth/bcsp.c
193
CFATTACH_DECL_NEW(bcsp, sizeof(struct bcsp_softc),
sys/dev/bluetooth/bcsp.c
264
struct bcsp_softc *sc = device_private(self);
sys/dev/bluetooth/bcsp.c
344
struct bcsp_softc *sc = device_private(self);
sys/dev/bluetooth/bcsp.c
368
struct bcsp_softc *sc;
sys/dev/bluetooth/bcsp.c
430
struct bcsp_softc *sc = tp->t_sc;
sys/dev/bluetooth/bcsp.c
465
struct bcsp_softc *sc = tp->t_sc;
sys/dev/bluetooth/bcsp.c
500
struct bcsp_softc *sc = tp->t_sc;
sys/dev/bluetooth/bcsp.c
607
struct bcsp_softc *sc = tp->t_sc;
sys/dev/bluetooth/bcsp.c
741
bcsp_pktintegrity_transmit(struct bcsp_softc *sc)
sys/dev/bluetooth/bcsp.c
781
bcsp_pktintegrity_receive(struct bcsp_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bcsp.c
889
bcsp_mux_transmit(struct bcsp_softc *sc)
sys/dev/bluetooth/bcsp.c
96
void (*sc_transmit_callback)(struct bcsp_softc *, struct mbuf *);
sys/dev/bluetooth/bcsp.c
968
bcsp_mux_receive(struct bcsp_softc *sc, struct mbuf *m)
sys/dev/bluetooth/bcsp.c
999
bcsp_send_ack_command(struct bcsp_softc *sc)