Lines Matching defs:bth5_softc
77 struct bth5_softc { struct
99 void (*sc_transmit_callback)(struct bth5_softc *, struct mbuf *); argument
102 int sc_pi_txcrc; /* use CRC, if true */
105 bool sc_mux_send_ack; /* flag for send_ack */
106 bool sc_mux_choke; /* Choke signal */
107 struct timeval sc_mux_lastrx; /* Last Rx Pkt Time */
112 uint32_t sc_seq_txseq;
113 uint32_t sc_seq_expected_rxseq;
114 uint32_t sc_seq_total_rxpkts;
115 uint32_t sc_seq_winack;
116 uint32_t sc_seq_winspace;
117 uint32_t sc_seq_retries;
118 callout_t sc_seq_timer;
119 uint32_t sc_seq_timeout;
120 uint32_t sc_seq_winsize;
121 uint32_t sc_seq_retry_limit;
122 bool sc_oof_flow_control;
151 static void bth5_pktintegrity_transmit(struct bth5_softc *); argument